Skip to content

Commit

Permalink
Release 4.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 27, 2023
1 parent 6018e7f commit b55b8a4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.11.5](/~https://github.com/project-codeflare/codeflare-cli/compare/v4.11.4...v4.11.5) (2023-04-27)

### Bug Fixes

- improve custodian memory requests for larger jobs ([0201c00](/~https://github.com/project-codeflare/codeflare-cli/commit/0201c00e528325bf84142bb8ab98a8b008352294))
- remove reliance on wget in ray head container ([6018e7f](/~https://github.com/project-codeflare/codeflare-cli/commit/6018e7fc8290fa85de6f3e312228c7f8d875d56e))

## [4.11.4](/~https://github.com/project-codeflare/codeflare-cli/compare/v4.11.3...v4.11.4) (2023-04-25)

### 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.11.4"
version "4.11.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 "a40854ec9fb36e884fd1d2594547824477f72b074874376371dfa6110203834b"
sha256 "fd629783a972f2ac76a799afba7e698a27cab17580d79341aafe608866c2a39d"
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 "6f0f11614f7ad768bea8dda8042a96a909a997f7523902c868896339e78d429e"
sha256 "19bd5603383f3e0cb63eb2fdb72f748d13453c30f1609c9e6b56f2895fe103d6"
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.11.4",
"version": "4.11.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.11.4",
"version": "4.11.5",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit b55b8a4

Please sign in to comment.