File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed
plugins/plugin-client-default Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 4.4.10] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.4.9...v4.4.10 ) (2023-04-07)
2
+
3
+ ### Bug Fixes
4
+
5
+ - add --lines option to dashboard (plus code cleanup) ([ 202bde8] ( https://github.com/project-codeflare/codeflare-cli/commit/202bde8cf901fa496df9ef514c1ba2dd4ba7277e ) )
6
+ - torchx wait-till-running fixes ([ 80ef75e] ( https://github.com/project-codeflare/codeflare-cli/commit/80ef75e22e053af48785db34cdeae628a12092f0 ) )
7
+
1
8
## [ 4.4.9] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.4.8...v4.4.9 ) (2023-04-07)
2
9
3
10
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
cask "codeflare" do
2
- version "4.4.9 "
2
+ version "4.4.10 "
3
3
4
4
name "CodeFlare"
5
5
desc "CLI for Project CodeFlare"
6
6
homepage "https://github.com/project-codeflare/codeflare-cli"
7
7
8
8
if Hardware ::CPU . intel?
9
9
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-x64.tar.bz2"
10
- sha256 "07bfb83ce8fbb4f2359618b80ff6fb092a8af3bdd7c72a3d3a5521554d37c000 "
10
+ sha256 "0b4db1a6997f3b2fff6e4a2899664de3d70b83168c5d7651170fcace324e93ff "
11
11
app "CodeFlare-darwin-x64/CodeFlare.app"
12
12
else
13
13
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-arm64.tar.bz2"
14
- sha256 "0f16013e915b7116a498ccdb3cf3740eaf267bacec7dfcf92240f67e7b207ca8 "
14
+ sha256 "b8b0feb3459dbb03ae25fc8b7777b4cc498785cef26c0d85c7fb482cb2c24b58 "
15
15
app "CodeFlare-darwin-arm64/CodeFlare.app"
16
16
end
17
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " CodeFlare.app" ,
3
- "version" : " 4.4.9 " ,
3
+ "version" : " 4.4.10 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/headless/codeflare.min.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kui-shell/plugin-client" ,
3
- "version" : " 4.4.9 " ,
3
+ "version" : " 4.4.10 " ,
4
4
"description" : " Kui plugin that offers client defintion" ,
5
5
"main" : " dist/headless/codeflare.min.js" ,
6
6
"module" : " mdist/index.js" ,
You can’t perform that action at this time.
0 commit comments