Skip to content

Commit 794ac00

Browse files
committed
Release 3.0.1
1 parent bfd6e15 commit 794ac00

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.1](https://github.com/project-codeflare/codeflare-cli/compare/v3.0.0...v3.0.1) (2023-03-13)
2+
3+
### Bug Fixes
4+
5+
- ray helm chart should specify `parallelism` to avoid livelock ([56952bc](https://github.com/project-codeflare/codeflare-cli/commit/56952bcd98d9dde0965197cda4dafabfb890f781))
6+
- re-enable torchx test with fix from [email protected] ([bfd6e15](https://github.com/project-codeflare/codeflare-cli/commit/bfd6e15b8c9fe79d756fa8f1fb8847a78398c4f9))
7+
18
# [3.0.0](https://github.com/project-codeflare/codeflare-cli/compare/v2.15.2...v3.0.0) (2023-03-13)
29

310
### Features

Casks/codeflare.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "3.0.0"
2+
version "3.0.1"
33

44
name "CodeFlare"
55
desc "CLI for Project CodeFlare"
66
homepage "https://github.com/project-codeflare/codeflare-cli"
77

88
if Hardware::CPU.intel?
99
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-x64.tar.bz2"
10-
sha256 "db7d14ddf8cc47a0eb3bdf06ab2120b2969016b9647a28122ee2501f2aec1086"
10+
sha256 "5ceefa6305b0d9346d6faacf58f8fba111c9d6e110f04ed13dcdae67b5b296ff"
1111
app "CodeFlare-darwin-x64/CodeFlare.app"
1212
else
1313
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-arm64.tar.bz2"
14-
sha256 "b3a2960a0bc25da6dae8a684cef5316f46afbd9dac5bb5be27df4a80d47f1da8"
14+
sha256 "38334edc1bdf68b743b611bdc7f75dc177eff0d870f647a6fbc9b950a8a5a00a"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CodeFlare.app",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "",
55
"main": "dist/headless/codeflare.min.js",
66
"scripts": {

plugins/plugin-client-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/plugin-client",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Kui plugin that offers client defintion",
55
"main": "dist/headless/codeflare.min.js",
66
"module": "mdist/index.js",

0 commit comments

Comments
 (0)