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+
18## [ 4.11.4] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.11.3...v4.11.4 ) (2023-04-25)
29
310### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "4.11.4 "
2+ version "4.11.5 "
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 "a40854ec9fb36e884fd1d2594547824477f72b074874376371dfa6110203834b "
10+ sha256 "fd629783a972f2ac76a799afba7e698a27cab17580d79341aafe608866c2a39d "
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 "6f0f11614f7ad768bea8dda8042a96a909a997f7523902c868896339e78d429e "
14+ sha256 "19bd5603383f3e0cb63eb2fdb72f748d13453c30f1609c9e6b56f2895fe103d6 "
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.11.4 " ,
3+ "version" : " 4.11.5 " ,
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.11.4 " ,
3+ "version" : " 4.11.5 " ,
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