Skip to content

Commit

Permalink
Release 4.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed May 13, 2023
1 parent a88602b commit edcb654
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.12.5](https://github.com/project-codeflare/codeflare-cli/compare/v4.12.4...v4.12.5) (2023-05-13)

### Bug Fixes

- update s3fs pvc to prevent its caching mechanism from consuming all available ephemeral storage ([a88602b](https://github.com/project-codeflare/codeflare-cli/commit/a88602bed999bcab3f01a1ff5f212bda58d16046))

## [4.12.4](https://github.com/project-codeflare/codeflare-cli/compare/v4.12.3...v4.12.4) (2023-05-11)

### 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.12.4"
version "4.12.5"

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 "8596a1865343fb136b4f5a80e7cc331bf0f88c4ce50b987a531e699e1a80e4db"
sha256 "49c4b6ba005e72744ce60c1235b68fb868c035d1307cddc54178003b638c2f3d"
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 "dcd4da323ec8ffb3524285428cac1d80bbc611beebbf0d5431cea8bcccc35d6f"
sha256 "0dc9dc864a4305b6259d3738deb9f86425400c9382ae78c6c49f322397ae3c27"
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.12.4",
"version": "4.12.5",
"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.12.4",
"version": "4.12.5",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit edcb654

Please sign in to comment.