Skip to content

Commit 8d93351

Browse files
committed
Release 1.5.0
1 parent 1121d90 commit 8d93351

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.5.0](https://github.com/project-codeflare/codeflare-cli/compare/v1.4.1...v1.5.0) (2022-12-02)
2+
3+
### Features
4+
5+
- bump to @guidebooks/store@1.7.0 to pick up support for s3 ray storage ([1121d90](https://github.com/project-codeflare/codeflare-cli/commit/1121d902a6b17c5b49eb620e9ff12304757c88cf))
6+
17
## [1.4.1](https://github.com/project-codeflare/codeflare-cli/compare/v1.4.0...v1.4.1) (2022-12-02)
28

39
### 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 "1.4.1"
2+
version "1.5.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 "02e7bde237bf62ce7ce16c1235b1527b548830b612e629534fe0ae572d6334d3"
10+
sha256 "954573a270dbc6fc53023d0dcba731b203f5e4fbe5a07684172eb98e0d15a762"
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 "05bec3f193849138a2f9492da360f654d17e9f5c75ba0c327781ad92602b35a1"
14+
sha256 "9d0c78822e422f73f236c56bbb9f759afbf27344c7ca2c01d0d4ee548d2e7f41"
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": "1.4.1",
3+
"version": "1.5.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": "1.4.1",
3+
"version": "1.5.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)