File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed
plugins/plugin-client-default Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ ## [ 4.4.10] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.4.9...v4.4.10 ) (2023-04-07)
2+
3+ ### Bug Fixes
4+
5+ - add --lines option to dashboard (plus code cleanup) ([ 202bde8] ( https://github.com/project-codeflare/codeflare-cli/commit/202bde8cf901fa496df9ef514c1ba2dd4ba7277e ) )
6+ - torchx wait-till-running fixes ([ 80ef75e] ( https://github.com/project-codeflare/codeflare-cli/commit/80ef75e22e053af48785db34cdeae628a12092f0 ) )
7+
18## [ 4.4.9] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.4.8...v4.4.9 ) (2023-04-07)
29
310### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "4.4.9 "
2+ version "4.4.10 "
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 "07bfb83ce8fbb4f2359618b80ff6fb092a8af3bdd7c72a3d3a5521554d37c000 "
10+ sha256 "0b4db1a6997f3b2fff6e4a2899664de3d70b83168c5d7651170fcace324e93ff "
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 "0f16013e915b7116a498ccdb3cf3740eaf267bacec7dfcf92240f67e7b207ca8 "
14+ sha256 "b8b0feb3459dbb03ae25fc8b7777b4cc498785cef26c0d85c7fb482cb2c24b58 "
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" : " 4.4.9 " ,
3+ "version" : " 4.4.10 " ,
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" : " 4.4.9 " ,
3+ "version" : " 4.4.10 " ,
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