Skip to content

Commit 2c12e78

Browse files
committed
Release 3.1.2
1 parent d224f8b commit 2c12e78

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.2](https://github.com/project-codeflare/codeflare-cli/compare/v3.1.1...v3.1.2) (2023-03-17)
2+
3+
### Bug Fixes
4+
5+
- madwizard multi-select fails if options include dashes ([d224f8b](https://github.com/project-codeflare/codeflare-cli/commit/d224f8b35b17fc9e5ab66678a47850804e39a7ae))
6+
- torchx run fails to delete helm chart ([faa4563](https://github.com/project-codeflare/codeflare-cli/commit/faa4563564dfb44eadb720ea5d3f20ae95b26a82))
7+
18
## [3.1.1](https://github.com/project-codeflare/codeflare-cli/compare/v3.1.0...v3.1.1) (2023-03-16)
29

310
### Bug Fixes

Casks/codeflare.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "3.1.1"
2+
version "3.1.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 "9d1e935db37e0b2c788f69cef5943c06f327f998c96e3f326c97d35fc668b646"
10+
sha256 "1c6bc60171310732bf5f16c56e5d78b6f821edd99abdcb126622b0ccefd597b6"
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 "98688fc802e510653cce4838b6913dc968828f626286a639c8c60310af8efa29"
14+
sha256 "e2fa331cf47505064d13869a12607cb4493ac98e8b90eebf78ce868fd5b0a8ea"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CodeFlare.app",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "",
55
"main": "dist/headless/codeflare.min.js",
66
"scripts": {

plugins/plugin-client-default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/plugin-client",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Kui plugin that offers client defintion",
55
"main": "dist/headless/codeflare.min.js",
66
"module": "mdist/index.js",

0 commit comments

Comments
 (0)