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+ ## [ 0.12.2] ( https://github.com/project-codeflare/codeflare-cli/compare/v0.12.1...v0.12.2 ) (2022-09-16)
2+
3+ ### Bug Fixes
4+
5+ - "create namespace" option causes odd failures ([ 1668d30] ( https://github.com/project-codeflare/codeflare-cli/commit/1668d308fb691e4f5c880625dcce36ace01ad04d ) )
6+
17## [ 0.12.1] ( https://github.com/project-codeflare/codeflare-cli/compare/v0.12.0...v0.12.1 ) (2022-09-14)
28
39# [ 0.12.0] ( https://github.com/project-codeflare/codeflare-cli/compare/v0.11.4...v0.12.0 ) (2022-09-14)
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "0.12.1 "
2+ version "0.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 "287f90b1460192f5cac399dd5fdb82a1f453e94cd9e750d5cdd2d59e707a3310 "
10+ sha256 "3ae30586c74422671c44e2fe8654edeac779e9d308469c07b31c8da8055758b4 "
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 "aaa3951e6697bc725a0368243aba06d0a415c0e4dfa9694c8fd7eac917fc75e5 "
14+ sha256 "a988703e5508db65501881b4b025bd7807ac906f2c16900322d3024bbb034808 "
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" : " 0.12.1 " ,
3+ "version" : " 0.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" : " 0.12.1 " ,
3+ "version" : " 0.12.2 " ,
44 "description" : " Kui plugin that offers client defintion" ,
55 "main" : " dist/index.js" ,
66 "module" : " mdist/index.js" ,
You can’t perform that action at this time.
0 commit comments