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
+
1
11
## [ 2.9.1] ( https://github.com/project-codeflare/codeflare-cli/compare/v2.9.0...v2.9.1 ) (2023-02-21)
2
12
3
13
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
cask "codeflare" do
2
- version "2.9.1 "
2
+ version "2.10.0 "
3
3
4
4
name "CodeFlare"
5
5
desc "CLI for Project CodeFlare"
6
6
homepage "https://github.com/project-codeflare/codeflare-cli"
7
7
8
8
if Hardware ::CPU . intel?
9
9
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-x64.tar.bz2"
10
- sha256 "4d9b3cf6ce68ed07f32e7e74c6e2accc3468a667f1d6cd62a892b565efc56d75 "
10
+ sha256 "cf3d0f7fe6fed55cb1594d1d88ec08332f2e81b5de8bae345b0109a0983defde "
11
11
app "CodeFlare-darwin-x64/CodeFlare.app"
12
12
else
13
13
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-arm64.tar.bz2"
14
- sha256 "fe31474b1879e8c19188ad080a5d61f9632b0bff5099688d86903a9fc0b103f4 "
14
+ sha256 "523dd3da47d8caf4026bc596b128a3239bc84b399ed64b5c2248c57e626a1de9 "
15
15
app "CodeFlare-darwin-arm64/CodeFlare.app"
16
16
end
17
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " CodeFlare.app" ,
3
- "version" : " 2.9.1 " ,
3
+ "version" : " 2.10.0 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/headless/codeflare.min.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kui-shell/plugin-client" ,
3
- "version" : " 2.9.1 " ,
3
+ "version" : " 2.10.0 " ,
4
4
"description" : " Kui plugin that offers client defintion" ,
5
5
"main" : " dist/headless/codeflare.min.js" ,
6
6
"module" : " mdist/index.js" ,
You can’t perform that action at this time.
0 commit comments