Skip to content

Commit

Permalink
Release 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 21, 2023
1 parent ba6eaeb commit 5f55b78
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.11.1](https://github.com/project-codeflare/codeflare-cli/compare/v4.11.0...v4.11.1) (2023-04-21)

### Bug Fixes

- use shorter uuids, custodian trackers for runtime-env and worker status ([ba6eaeb](https://github.com/project-codeflare/codeflare-cli/commit/ba6eaebceeb61daba7a3d8ae1e4908681801c043))

# [4.11.0](https://github.com/project-codeflare/codeflare-cli/compare/v4.10.5...v4.11.0) (2023-04-20)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions Casks/codeflare.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
cask "codeflare" do
version "4.11.0"
version "4.11.1"

name "CodeFlare"
desc "CLI for Project CodeFlare"
homepage "https://github.com/project-codeflare/codeflare-cli"

if Hardware::CPU.intel?
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-x64.tar.bz2"
sha256 "21a3f8c74bb27543216d3b3721c3c858443093a97d0d3bceb8b955fdf70a856c"
sha256 "882da207e7b9895ff5e2bad6a42fa4af14e2cec669b9a17cb568f59d7b09f9f8"
app "CodeFlare-darwin-x64/CodeFlare.app"
else
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-arm64.tar.bz2"
sha256 "521b421c1526786f0b33f44db7dd79e77e2fd137b2fd5ea539020af41e91a3fb"
sha256 "5e792c591b0500fa2b5af60afd9a07013f0fefea2bc54d50661b7ec29a687690"
app "CodeFlare-darwin-arm64/CodeFlare.app"
end

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CodeFlare.app",
"version": "4.11.0",
"version": "4.11.1",
"description": "",
"main": "dist/headless/codeflare.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client",
"version": "4.11.0",
"version": "4.11.1",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit 5f55b78

Please sign in to comment.