Skip to content

Commit a28ed07

Browse files
committed
Release 0.14.0
1 parent 534c94f commit a28ed07

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.14.0](https://github.com/project-codeflare/codeflare-cli/compare/v0.13.1...v0.14.0) (2022-09-18)
2+
3+
### Bug Fixes
4+
5+
- after exit codeflare UI leaves dangling watcher processes ([7e8837e](https://github.com/project-codeflare/codeflare-cli/commit/7e8837e2ecb578d64a5afff63f872b83cef381cf))
6+
- respawn uses incorrect (Renderer) executable when called from UI mode ([ee16c63](https://github.com/project-codeflare/codeflare-cli/commit/ee16c63dc56589fe2a9c01281fc8c4b951ba4746))
7+
- status watcher exit may cause exponential cascade of subprocess spawning ([c39d6a5](https://github.com/project-codeflare/codeflare-cli/commit/c39d6a51fda3f10ddf7253a37897c5d7770c240b))
8+
9+
### Features
10+
11+
- add status dropdown with watcher support ([534c94f](https://github.com/project-codeflare/codeflare-cli/commit/534c94fdf3928bc426b5f150732483fbc256c725))
12+
113
## [0.13.1](https://github.com/project-codeflare/codeflare-cli/compare/v0.13.0...v0.13.1) (2022-09-16)
214

315
### Bug Fixes

Casks/codeflare.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "0.13.1"
2+
version "0.14.0"
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 "6d6006a03cd67d9b6d0d0e84ad6030f304c01b3bc7213186cdefbcb1f4d075a6"
10+
sha256 "e440e4b86b9ed667fceac1c8d93af3766afc61ed7ed42dfcde6bddd175b7e4d0"
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 "1ecdcea5f11b79634e8248ddc5bc44028ab87d8179cd4d5d33343bd679a977ee"
14+
sha256 "787f30190b6b7ef9661c738dd65ca3b31b00582214ea391511265feaf4973ca4"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CodeFlare.app",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"description": "",
55
"main": "dist/headless/codeflare.min.js",
66
"scripts": {

plugins/plugin-client-default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/plugin-client",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"description": "Kui plugin that offers client defintion",
55
"main": "dist/index.js",
66
"module": "mdist/index.js",

0 commit comments

Comments
 (0)