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.11.5] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.11.4...v4.11.5 ) (2023-04-27)
2
+
3
+ ### Bug Fixes
4
+
5
+ - improve custodian memory requests for larger jobs ([ 0201c00] ( https://github.com/project-codeflare/codeflare-cli/commit/0201c00e528325bf84142bb8ab98a8b008352294 ) )
6
+ - remove reliance on wget in ray head container ([ 6018e7f] ( https://github.com/project-codeflare/codeflare-cli/commit/6018e7fc8290fa85de6f3e312228c7f8d875d56e ) )
7
+
1
8
## [ 4.11.4] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.11.3...v4.11.4 ) (2023-04-25)
2
9
3
10
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
cask "codeflare" do
2
- version "4.11.4 "
2
+ version "4.11.5 "
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 "a40854ec9fb36e884fd1d2594547824477f72b074874376371dfa6110203834b "
10
+ sha256 "fd629783a972f2ac76a799afba7e698a27cab17580d79341aafe608866c2a39d "
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 "6f0f11614f7ad768bea8dda8042a96a909a997f7523902c868896339e78d429e "
14
+ sha256 "19bd5603383f3e0cb63eb2fdb72f748d13453c30f1609c9e6b56f2895fe103d6 "
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" : " 4.11.4 " ,
3
+ "version" : " 4.11.5 " ,
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" : " 4.11.4 " ,
3
+ "version" : " 4.11.5 " ,
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