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
+
1
7
## [ 0.12.1] ( https://github.com/project-codeflare/codeflare-cli/compare/v0.12.0...v0.12.1 ) (2022-09-14)
2
8
3
9
# [ 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 1
1
cask "codeflare" do
2
- version "0.12.1 "
2
+ version "0.12.2 "
3
3
4
4
name "CodeFlare"
5
5
desc "CLI for Project CodeFlare"
6
6
homepage "https://github.com/project-codeflare/codeflare-cli"
7
7
8
8
if Hardware ::CPU . intel?
9
9
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-x64.tar.bz2"
10
- sha256 "287f90b1460192f5cac399dd5fdb82a1f453e94cd9e750d5cdd2d59e707a3310 "
10
+ sha256 "3ae30586c74422671c44e2fe8654edeac779e9d308469c07b31c8da8055758b4 "
11
11
app "CodeFlare-darwin-x64/CodeFlare.app"
12
12
else
13
13
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-arm64.tar.bz2"
14
- sha256 "aaa3951e6697bc725a0368243aba06d0a415c0e4dfa9694c8fd7eac917fc75e5 "
14
+ sha256 "a988703e5508db65501881b4b025bd7807ac906f2c16900322d3024bbb034808 "
15
15
app "CodeFlare-darwin-arm64/CodeFlare.app"
16
16
end
17
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " CodeFlare.app" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/headless/codeflare.min.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kui-shell/plugin-client" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Kui plugin that offers client defintion" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " mdist/index.js" ,
You can’t perform that action at this time.
0 commit comments