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+ ## [ 2.10.3] ( https://github.com/project-codeflare/codeflare-cli/compare/v2.10.2...v2.10.3 ) (2023-02-23)
2+
3+ ### Bug Fixes
4+
5+ - flow ray utilization stats to stderr ([ 0d55d29] ( https://github.com/project-codeflare/codeflare-cli/commit/0d55d29eef536eeacadf4bdc6ff7d602a84a4307 ) )
6+
17## [ 2.10.2] ( https://github.com/project-codeflare/codeflare-cli/compare/v2.10.1...v2.10.2 ) (2023-02-23)
28
39### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "2.10.2 "
2+ version "2.10.3 "
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 "9890901c276fe3d678347a83c4f83d82bba30ae9dbe49005a9fbc267f93e5908 "
10+ sha256 "46125283511eaf7592d53109802abd7d6e7e0caa0e6ec256905ac92118d15343 "
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 "28706aa594cd09b2ee3d7bf02abd2354982177606a5626bd4e0b7ba1aa7f1e3c "
14+ sha256 "abcfbe0ae03ceafecb3f2fbedc10e97215403efab5efa4442ac5a906f3dd5960 "
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.10.2 " ,
3+ "version" : " 2.10.3 " ,
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.10.2 " ,
3+ "version" : " 2.10.3 " ,
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