Skip to content

Commit ea9d7e6

Browse files
committed
Release 2.6.2
1 parent 0508d1e commit ea9d7e6

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.6.2](https://github.com/project-codeflare/codeflare-cli/compare/v2.6.1...v2.6.2) (2023-02-18)
2+
3+
### Bug Fixes
4+
5+
- bump kui to pick up fix for weird errors on `codeflare profile` ([ee25cc2](https://github.com/project-codeflare/codeflare-cli/commit/ee25cc21d670ea3a35b7e4a17b9144e7c0641e69))
6+
- bump to @guidebooks/store@3.3.9 to pick up port-forward pod ready timeout fix ([68b715f](https://github.com/project-codeflare/codeflare-cli/commit/68b715fd3b4c354186d7616cc7c7b2b05c666b7b))
7+
- helm chart names may fail if they have uppercase chars ([0f6b32d](https://github.com/project-codeflare/codeflare-cli/commit/0f6b32d3c65e150c9ba25bd48120342f798ecbcb))
8+
- some cli commands respond with usage that references madwizard ([0508d1e](https://github.com/project-codeflare/codeflare-cli/commit/0508d1eb0ef1f81499de59c52f261a879fa11efc))
9+
110
## [2.6.1](https://github.com/project-codeflare/codeflare-cli/compare/v2.6.0...v2.6.1) (2023-02-17)
211

312
### Bug Fixes

Casks/codeflare.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "2.6.1"
2+
version "2.6.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 "19de5e7c31384f3beff0c6065d43ffda5cc02fe99dbe7bd06d8a1eb0d993c7ac"
10+
sha256 "280c38b281b477e05f69d65e7740e6fe5d37cad99ffea0c8f9c5ecdca9592def"
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 "fe9ccb2f2331da5c87f54b501ffea2183492b04ca61027a367bf2aca32aece89"
14+
sha256 "111f9a9ce087dfa2aad36fcc8a74515bab59b42712899c971b79287d4c47252f"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CodeFlare.app",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "",
55
"main": "dist/headless/codeflare.min.js",
66
"scripts": {

plugins/plugin-client-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/plugin-client",
3-
"version": "2.6.1",
3+
"version": "2.6.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)