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.12.2] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.12.1...v4.12.2 ) (2023-05-05)
2+
3+ ### Bug Fixes
4+
5+ - avoid downloading helm chart on every run (cache it) ([ 17ac5da] ( https://github.com/project-codeflare/codeflare-cli/commit/17ac5dac0e997909980e9ae95d9609c554ac8313 ) )
6+ - custodian pods can linger forever ([ 9276869] ( https://github.com/project-codeflare/codeflare-cli/commit/9276869f82945a5d9f3f0b2662093da0111f6281 ) )
7+
18## [ 4.12.1] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.12.0...v4.12.1 ) (2023-05-03)
29
310### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "4.12.1 "
2+ version "4.12.2 "
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 "d50860be0558d871968ee459235179482e8edef9af412b1cfd608ba6b9714eda "
10+ sha256 "732623e343ef02d570e800cef0816dfcdf87c3567da295be5e20de54c81d9ea3 "
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 "619d6295b229e81f90534b42c7e794efea479aa53de1036ec10a393d58bb1b7b "
14+ sha256 "17696654e86fe74f9f62c3e2f93f0fc5e536933ecf7c4286361e944e42f0ba33 "
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.12.1 " ,
3+ "version" : " 4.12.2 " ,
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.12.1 " ,
3+ "version" : " 4.12.2 " ,
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