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+
111## [ 2.15.2] ( https://github.com/project-codeflare/codeflare-cli/compare/v2.15.1...v2.15.2 ) (2023-03-09)
212
313### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "2.15.2 "
2+ version "3.0.0 "
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 "c6edcf4bf6569a0846a4d263a4d210c40ad7d04f39ca3a397a5daa07b66a1f0c "
10+ sha256 "db7d14ddf8cc47a0eb3bdf06ab2120b2969016b9647a28122ee2501f2aec1086 "
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 "4dd22b74ce03f6c8f67e11f10677fb34f850922f29080af89d291ed89725659d "
14+ sha256 "b3a2960a0bc25da6dae8a684cef5316f46afbd9dac5bb5be27df4a80d47f1da8 "
1515 app "CodeFlare-darwin-arm64/CodeFlare.app"
1616 end
1717
Original file line number Diff line number Diff line change 11{
22 "name" : " CodeFlare.app" ,
3- "version" : " 2.15.2 " ,
3+ "version" : " 3.0.0 " ,
44 "description" : " " ,
55 "main" : " dist/headless/codeflare.min.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @kui-shell/plugin-client" ,
3- "version" : " 2.15.2 " ,
3+ "version" : " 3.0.0 " ,
44 "description" : " Kui plugin that offers client defintion" ,
55 "main" : " dist/headless/codeflare.min.js" ,
66 "module" : " mdist/index.js" ,
You can’t perform that action at this time.
0 commit comments