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+ # [ 2.10.0] ( https://github.com/project-codeflare/codeflare-cli/compare/v2.9.1...v2.10.0 ) (2023-02-22)
2+
3+ ### Bug Fixes
4+
5+ - ray cleaner pod may fail due to lack of image pull secret ([ dccddaf] ( https://github.com/project-codeflare/codeflare-cli/commit/dccddafc036c47c4cd8676cff0a7759b746ebcd6 ) )
6+
7+ ### Features
8+
9+ - BYOC task now uses updated logs (with utilization info) ([ 19662a3] ( https://github.com/project-codeflare/codeflare-cli/commit/19662a375cfadcfb3f83c4f7a65ab87bc3509017 ) )
10+
111## [ 2.9.1] ( https://github.com/project-codeflare/codeflare-cli/compare/v2.9.0...v2.9.1 ) (2023-02-21)
212
313### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "2.9.1 "
2+ version "2.10.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 "4d9b3cf6ce68ed07f32e7e74c6e2accc3468a667f1d6cd62a892b565efc56d75 "
10+ sha256 "cf3d0f7fe6fed55cb1594d1d88ec08332f2e81b5de8bae345b0109a0983defde "
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 "fe31474b1879e8c19188ad080a5d61f9632b0bff5099688d86903a9fc0b103f4 "
14+ sha256 "523dd3da47d8caf4026bc596b128a3239bc84b399ed64b5c2248c57e626a1de9 "
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.9.1 " ,
3+ "version" : " 2.10.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.9.1 " ,
3+ "version" : " 2.10.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