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.6.2] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.6.1...v4.6.2 ) (2023-04-12)
2+
3+ ### Bug Fixes
4+
5+ - improved debug output for codeflare dashboard command ([ 0bc93b5] ( https://github.com/project-codeflare/codeflare-cli/commit/0bc93b56007f15348d08e45a4c49c4a45c96b288 ) )
6+
17## [ 4.6.1] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.6.0...v4.6.1 ) (2023-04-12)
28
39# [ 4.6.0] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.5.2...v4.6.0 ) (2023-04-12)
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "4.6.1 "
2+ version "4.6.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 "4676eb7ec70cfab439f50487280cc117a7be351841ce798cd2e3f0356cff0d54 "
10+ sha256 "f86a587eab540a6b5b35473b697b305f7ae71bc7ceda2ec84d06305166116034 "
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 "36c402d3e6bb75b155714293fb79cc2e2b2d9a4337e597ea39e48e161063640c "
14+ sha256 "11b243ca1a4a831bc4c45e75ebcc80362b47e232edbfe60ab5a2cb40f7d38660 "
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.6.1 " ,
3+ "version" : " 4.6.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.6.1 " ,
3+ "version" : " 4.6.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