File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed
plugins/plugin-client-default Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1+ ## [ 4.4.8] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.4.7...v4.4.8 ) (2023-04-07)
2+
3+ ### Bug Fixes
4+
5+ - torchx exit handlers were not right ([ dd1ee72] ( https://github.com/project-codeflare/codeflare-cli/commit/dd1ee72fb517f9015ee07b4fd2c0eddb136183c3 ) )
6+
17## [ 4.4.7] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.4.6...v4.4.7 ) (2023-04-06)
28
39### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "4.4.7 "
2+ version "4.4.8 "
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 "556d7784d4c172984c34452f4f873f70425c2a5fb555b80d7fb935872d53dc7b "
10+ sha256 "b6fa0f40c577a4032adf6b1c40f5746a16126c9ded6150c6456060cf565ab0e5 "
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 "0ee4e4d1afc6995bc27b4b449f5f20c9b0e6c843f6c7da0b0862f9e0d36a1eb8 "
14+ sha256 "5e7b62469e53de04d3533eb63cd781e34936cf82e355969c24289e1620c5eb87 "
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.7 " ,
3+ "version" : " 4.4.8 " ,
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.7 " ,
3+ "version" : " 4.4.8 " ,
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