Skip to content

Commit 5f55b78

Browse files
committed
Release 4.11.1
1 parent ba6eaeb commit 5f55b78

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.11.1](https://github.com/project-codeflare/codeflare-cli/compare/v4.11.0...v4.11.1) (2023-04-21)
2+
3+
### Bug Fixes
4+
5+
- use shorter uuids, custodian trackers for runtime-env and worker status ([ba6eaeb](https://github.com/project-codeflare/codeflare-cli/commit/ba6eaebceeb61daba7a3d8ae1e4908681801c043))
6+
17
# [4.11.0](https://github.com/project-codeflare/codeflare-cli/compare/v4.10.5...v4.11.0) (2023-04-20)
28

39
### 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 "4.11.0"
2+
version "4.11.1"
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 "21a3f8c74bb27543216d3b3721c3c858443093a97d0d3bceb8b955fdf70a856c"
10+
sha256 "882da207e7b9895ff5e2bad6a42fa4af14e2cec669b9a17cb568f59d7b09f9f8"
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 "521b421c1526786f0b33f44db7dd79e77e2fd137b2fd5ea539020af41e91a3fb"
14+
sha256 "5e792c591b0500fa2b5af60afd9a07013f0fefea2bc54d50661b7ec29a687690"
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": "4.11.0",
3+
"version": "4.11.1",
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": "4.11.0",
3+
"version": "4.11.1",
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)