Skip to content

Commit f7ba871

Browse files
committed
Release 2.3.2
1 parent 9bcaf91 commit f7ba871

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+
## [2.3.2](https://github.com/project-codeflare/codeflare-cli/compare/v2.3.1...v2.3.2) (2023-02-01)
2+
3+
### Bug Fixes
4+
5+
- bump to store 2.2.8 to pick up fixes for s3fs ([9bcaf91](https://github.com/project-codeflare/codeflare-cli/commit/9bcaf91e3b4ed516c997b70260c8c49e5511edca))
6+
- do not trap ctrl+c as this prevents madwizard cleanup ([b40f345](https://github.com/project-codeflare/codeflare-cli/commit/b40f34549730233ae40b296bc14672eb2670aba0))
7+
18
## [2.3.1](https://github.com/project-codeflare/codeflare-cli/compare/v2.3.0...v2.3.1) (2023-02-01)
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 "2.3.1"
2+
version "2.3.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 "0905aadfd159f289db0c485669f8043453d6ceb972b558f931e197a9b8318d72"
10+
sha256 "01b06d9c1244aa2de4db75072fbe957213c98ca11bee8053d7dee672d1e98d7d"
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 "1bf77f27041f574e2a94d0a525bd093b1bc6c47c0be5f6a4cc89bac09b144dae"
14+
sha256 "d57d9cf7b607b28099784748969d9e54064db2b5a766842ae56ba817cc1ea391"
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": "2.3.1",
3+
"version": "2.3.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": "2.3.1",
3+
"version": "2.3.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)