Skip to content

Commit 8e1c22a

Browse files
committed
Release 2.14.2
1 parent 7cc64ee commit 8e1c22a

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.14.2](https://github.com/project-codeflare/codeflare-cli/compare/v2.14.1...v2.14.2) (2023-03-06)
2+
3+
### Bug Fixes
4+
5+
- helm install may fail on linux due to base64-created newlines ([1e2c784](https://github.com/project-codeflare/codeflare-cli/commit/1e2c7840600b9fdd67f2eea5da7d16c6c3c1b87b))
6+
- helm install may fail on linux due to base64-induced newlines ([7cc64ee](https://github.com/project-codeflare/codeflare-cli/commit/7cc64ee9f1805d6772732800f37f31731a51d8e5))
7+
- shorten helm install command line, and update dryrun to emit command line, too ([7b9190e](https://github.com/project-codeflare/codeflare-cli/commit/7b9190e96226685f6bfe9ae3dfb640a1c9dd6850))
8+
19
## [2.14.1](https://github.com/project-codeflare/codeflare-cli/compare/v2.14.0...v2.14.1) (2023-03-06)
210

311
### 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.14.1"
2+
version "2.14.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 "0406e5134937638673cd9ee74b0aece499f195c8a0dcd9dfd6744862fda29d7e"
10+
sha256 "ba2131bb69cc0ff6de1e99183779bd5a9d6e580e42650d0d67a62d7302e9b3e7"
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 "96a2cfcfa9dcbb699087b484364fba1146990c9bbd6adcd465d20e44fcab7ae4"
14+
sha256 "f594163492429ea95500291619b6df923c796bdaec83292f129054a62f28de5e"
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.14.1",
3+
"version": "2.14.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.14.1",
3+
"version": "2.14.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)