File tree Expand file tree Collapse file tree 5 files changed +17
-7
lines changed
plugins/plugin-client-default Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change
1
+ # [ 3.0.0] ( https://github.com/project-codeflare/codeflare-cli/compare/v2.15.2...v3.0.0 ) (2023-03-13)
2
+
3
+ ### Features
4
+
5
+ - torchx run support ([ eb0d362] ( https://github.com/project-codeflare/codeflare-cli/commit/eb0d3623ea9773401dd1c4bcbf5f6711f6a5f768 ) )
6
+
7
+ ### BREAKING CHANGES
8
+
9
+ - this pulls in ` @guidebooks/store@6 ` which changes the menu structure of ml/codeflare/run so as to introduce TorchX
10
+
1
11
## [ 2.15.2] ( https://github.com/project-codeflare/codeflare-cli/compare/v2.15.1...v2.15.2 ) (2023-03-09)
2
12
3
13
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
cask "codeflare" do
2
- version "2.15.2 "
2
+ version "3.0.0 "
3
3
4
4
name "CodeFlare"
5
5
desc "CLI for Project CodeFlare"
6
6
homepage "https://github.com/project-codeflare/codeflare-cli"
7
7
8
8
if Hardware ::CPU . intel?
9
9
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-x64.tar.bz2"
10
- sha256 "c6edcf4bf6569a0846a4d263a4d210c40ad7d04f39ca3a397a5daa07b66a1f0c "
10
+ sha256 "db7d14ddf8cc47a0eb3bdf06ab2120b2969016b9647a28122ee2501f2aec1086 "
11
11
app "CodeFlare-darwin-x64/CodeFlare.app"
12
12
else
13
13
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-arm64.tar.bz2"
14
- sha256 "4dd22b74ce03f6c8f67e11f10677fb34f850922f29080af89d291ed89725659d "
14
+ sha256 "b3a2960a0bc25da6dae8a684cef5316f46afbd9dac5bb5be27df4a80d47f1da8 "
15
15
app "CodeFlare-darwin-arm64/CodeFlare.app"
16
16
end
17
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " CodeFlare.app" ,
3
- "version" : " 2.15.2 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/headless/codeflare.min.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kui-shell/plugin-client" ,
3
- "version" : " 2.15.2 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " Kui plugin that offers client defintion" ,
5
5
"main" : " dist/headless/codeflare.min.js" ,
6
6
"module" : " mdist/index.js" ,
You can’t perform that action at this time.
0 commit comments