Skip to content

Commit 00d18d4

Browse files
committed
Release 4.2.0
1 parent 71d98ee commit 00d18d4

File tree

5 files changed

+24
-7
lines changed

5 files changed

+24
-7
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [4.2.0](https://github.com/project-codeflare/codeflare-cli/compare/v4.1.0...v4.2.0) (2023-03-31)
2+
3+
### Bug Fixes
4+
5+
- codeflare dashboard should default to all ([b65ebc3](https://github.com/project-codeflare/codeflare-cli/commit/b65ebc36b29765ea943e6fd1279a1ca4e54ebb77))
6+
- disable use of securityContext in ray pod specs ([cb14b5e](https://github.com/project-codeflare/codeflare-cli/commit/cb14b5e603e0000d5f5d5e2a1527836715950289))
7+
- improvements to s3 profile/bucket scanning ([ccf4858](https://github.com/project-codeflare/codeflare-cli/commit/ccf48580b88fa9dee1e240251e99c597bf06aa2a))
8+
- pick up fix for profile import --force ([183393d](https://github.com/project-codeflare/codeflare-cli/commit/183393d9ae46e4ed281eb50fdc026ddd1159a1fe))
9+
- pick up improved signal handling fixes from store and madwizard ([71d98ee](https://github.com/project-codeflare/codeflare-cli/commit/71d98ee1b15dda888617399d05bae53239c9f47b))
10+
- pick up improved signal handling fixes from store and madwizard ([35330f2](https://github.com/project-codeflare/codeflare-cli/commit/35330f2b6d17a0874cc0ceb9b38c7919141e525d))
11+
- tweaks to support running tests locally on apple silicon; probably arm generally ([f89e4e2](https://github.com/project-codeflare/codeflare-cli/commit/f89e4e22f3cacfe9a8ab8e46088a2d6ccc889555))
12+
13+
### Features
14+
15+
- do not automatically bring down cluster on ctrl+c ([d4d7877](https://github.com/project-codeflare/codeflare-cli/commit/d4d787706c0a5e6d5b4a42909367fb2505fe6aff))
16+
- new console-based dashboard ([95e1919](https://github.com/project-codeflare/codeflare-cli/commit/95e19198d33e63e9cac3754b9071b9f81d3107a7))
17+
118
# [4.1.0](https://github.com/project-codeflare/codeflare-cli/compare/v4.0.0...v4.1.0) (2023-03-21)
219

320
### 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 "4.1.0"
2+
version "4.2.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 "a23912d86b6d1a7af9f72d480bc6e09b1e204b7e67ed893d00563991d28c5e55"
10+
sha256 "165d652a18403aa191136a1ef32c503d2a09d3a485f76980069cedac03b5ab22"
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 "b356a73dc01cd010e2998c759354bae41b311ecf4c3e3de4c51607565803058a"
14+
sha256 "da703538fe10da1b722fa0ef49ff93640076d19e067372fd19e1749b8921c070"
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": "4.1.0",
3+
"version": "4.2.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": "4.1.0",
3+
"version": "4.2.0",
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)