Skip to content

Commit

Permalink
Release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 9, 2023
1 parent 027e7bc commit feef0d8
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [4.5.0](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.11...v4.5.0) (2023-04-09)

### Bug Fixes

- don't bother displaying end marker in Timelines ([5ec57c0](https://github.com/project-codeflare/codeflare-cli/commit/5ec57c0d6d6dce9ee27f7d045e3e3bf6d3839e29))
- improve performance of dashboard replay ([2388228](https://github.com/project-codeflare/codeflare-cli/commit/2388228840c019436c9a059eb05387b5deab01f5))
- increase legend margins ([da7715a](https://github.com/project-codeflare/codeflare-cli/commit/da7715aad3f8e0ec48fe6511eb8dd79cf58f676d))
- ray jobs emit job env.json only after job is running ([027e7bc](https://github.com/project-codeflare/codeflare-cli/commit/027e7bcdf42be0eadf8df623d5b923356416309b))
- rename --lines to --events ([5ffce16](https://github.com/project-codeflare/codeflare-cli/commit/5ffce166e89a8c89272bc1b7ec451c89eec7c073))
- some optimizations for dashboard status processing ([555ccc3](https://github.com/project-codeflare/codeflare-cli/commit/555ccc342f17341b4c4149e3ddebe996910d7ab5))
- strip colors from dashboard log lines ([26a3234](https://github.com/project-codeflare/codeflare-cli/commit/26a32348950791151d6b4649d37093dd36866cc2))
- strip node name from events and log lines ([a216fb0](https://github.com/project-codeflare/codeflare-cli/commit/a216fb0d2aab239d8ff9dcf367ec4846e5afa70e))
- time out if we can't find gpu info ([4f1c237](https://github.com/project-codeflare/codeflare-cli/commit/4f1c237a745067121634de9eff9199aae88725f8))
- when showing loglines, make sure to show most recent ([188aae6](https://github.com/project-codeflare/codeflare-cli/commit/188aae6ff200b1ca5dea409b5c51654adb8b7034))

### Features

- add log lines to dashboard ([0bf9ead](https://github.com/project-codeflare/codeflare-cli/commit/0bf9ead9b204d5ca88c591d3396004bbf7fbf255))

## [4.4.11](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.10...v4.4.11) (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.11"
version "4.5.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 "3021a3455af32ce3e6237eb36795e409de37c6738a4e775e7831fb1219ae99b0"
sha256 "2f659394ca82671efb06eef79e3f514b749aa15686a6acdcbfd1a5798c723819"
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 "ed210c0b439935fd108c59fa8f7fafe5cfa1751561609d44c9234d471c09122e"
sha256 "1fd76fd252f0c7649d1067d1b16e908d51d5b1c21ae258fab1fed5abeed992fb"
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.11",
"version": "4.5.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": "4.4.11",
"version": "4.5.0",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit feef0d8

Please sign in to comment.