Skip to content

Commit 555ff88

Browse files
committed
Release 3.0.3
1 parent 23426d2 commit 555ff88

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.0.3](https://github.com/project-codeflare/codeflare-cli/compare/v3.0.2...v3.0.3) (2023-03-14)
2+
3+
### Bug Fixes
4+
5+
- also allocate gpus to ray head node ([69a84ea](https://github.com/project-codeflare/codeflare-cli/commit/69a84eafbd7e13a06372d640e2ff4890a66e8dac))
6+
- helm workdir fails for relative paths; improved detection of ray job failure ([23426d2](https://github.com/project-codeflare/codeflare-cli/commit/23426d24270fb371030f69c23b5a2ab07e6aae0b))
7+
- ray stop may never be called; ray self-destruct permissions; run id re-prompt ([6b5a40a](https://github.com/project-codeflare/codeflare-cli/commit/6b5a40adc334ba959d0d6698e031f0e47f11a389))
8+
19
## [3.0.2](https://github.com/project-codeflare/codeflare-cli/compare/v3.0.1...v3.0.2) (2023-03-13)
210

311
### 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 "3.0.2"
2+
version "3.0.3"
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 "f3e5bd262d9d04f85e49448ac0383565a932a5a29705a7bf66301f56c07dab61"
10+
sha256 "c28687c04568145bc2d5d1acbdaeff0f70e3668fcb7cc5ac04656edd3bd4e2e6"
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 "b113b888c9836d9777bfa69c4cfc8de2d0101d997a7757b27da32da48df8b790"
14+
sha256 "6363a522639b4e42d727d7d4cb838b9c190f01717384dac3971d57faf526139d"
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": "3.0.2",
3+
"version": "3.0.3",
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": "3.0.2",
3+
"version": "3.0.3",
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)