Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Feb 16, 2023
1 parent 41dc322 commit a62cc3e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.6.0](https://github.com/project-codeflare/codeflare-cli/compare/v2.5.0...v2.6.0) (2023-02-16)

### Bug Fixes

- ray self-destruct job was not cleaning up in some cases ([41dc322](https://github.com/project-codeflare/codeflare-cli/commit/41dc32269eef259ad2f324a0e5c36680d647c357))

### Features

- pick up ray self destruct from @guidebooks/store@3.3.1 ([dc0325b](https://github.com/project-codeflare/codeflare-cli/commit/dc0325b603ad5d8051388d38974e61c863a1a143))

# [2.5.0](https://github.com/project-codeflare/codeflare-cli/compare/v2.4.6...v2.5.0) (2023-02-15)

### Features
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 "2.5.0"
version "2.6.0"

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 "ac98fb82cad4f86744494ec2716a36a2b9e0198d5bd574622d222abddccc622e"
sha256 "6e1749b121d7efff9fa2bfc114fc56ead1eeed112efafff7774c3539aefb4212"
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 "ba8a70ddc337e34349d137711010bd1e82b7791c956bc9dc570ab170df0628c3"
sha256 "539bdc40e86ab4b32b0a3baf32b3e26e02b4b5797eeb798eb60a34c9e25b521e"
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": "2.5.0",
"version": "2.6.0",
"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": "2.5.0",
"version": "2.6.0",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit a62cc3e

Please sign in to comment.