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+ ## [ 4.11.11] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.11.10...v4.11.11 ) (2023-05-01)
2+
3+ ### Bug Fixes
4+
5+ - increase ray gcs rpc timeout to 30s ([ 1c62309] ( https://github.com/project-codeflare/codeflare-cli/commit/1c6230944d3a945c5ef507b5107ac76a71abf3cf ) )
6+
17## [ 4.11.10] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.11.9...v4.11.10 ) (2023-05-01)
28
39### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "4.11.10 "
2+ version "4.11.11 "
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 "08c365b64d2e50ac1d6510c61512fab078e61f67aa4a50b59493ab07ab93b708 "
10+ sha256 "265a493e5f0cb2bfdeebb787c37bb1d2828351bf5eab70b216071543bfa62101 "
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 "ed0b547df0e24a1d91d24a13d56d9fe189ec623c68d94e3522b3094c5e097f56 "
14+ sha256 "e707d65ba1d016cea777132acc63c4af6ba9696cc7937ba1511128c62a3134cb "
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.10 " ,
3+ "version" : " 4.11.11 " ,
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.10 " ,
3+ "version" : " 4.11.11 " ,
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