Skip to content

Commit

Permalink
Release 4.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 7, 2023
1 parent 6426e9d commit 63bae25
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.4.9](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.8...v4.4.9) (2023-04-07)

### Bug Fixes

- adjust status themes to use diverging style ([4c9c7b8](https://github.com/project-codeflare/codeflare-cli/commit/4c9c7b81b622c1c7db0cee097eaa572592257b47))
- lines output was showing least interesting events ([6426e9d](https://github.com/project-codeflare/codeflare-cli/commit/6426e9daa00755212db573983c7e102adac6c5cf))
- torchx captured logs may not include Succeeded/Failed events ([5981b74](https://github.com/project-codeflare/codeflare-cli/commit/5981b74bc5851090fca5232f99b36f132a0ad6cc))
- usesGpus needs to wait for env.json file to exist ([64e2659](https://github.com/project-codeflare/codeflare-cli/commit/64e2659e7710c2a2de49df1efedb09ddfc830194))

## [4.4.8](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.7...v4.4.8) (2023-04-07)

### 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.4.8"
version "4.4.9"

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 "b6fa0f40c577a4032adf6b1c40f5746a16126c9ded6150c6456060cf565ab0e5"
sha256 "07bfb83ce8fbb4f2359618b80ff6fb092a8af3bdd7c72a3d3a5521554d37c000"
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 "5e7b62469e53de04d3533eb63cd781e34936cf82e355969c24289e1620c5eb87"
sha256 "0f16013e915b7116a498ccdb3cf3740eaf267bacec7dfcf92240f67e7b207ca8"
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.4.8",
"version": "4.4.9",
"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.4.8",
"version": "4.4.9",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit 63bae25

Please sign in to comment.