Skip to content

Commit

Permalink
Release 4.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 27, 2023
1 parent dd9875f commit 1bb7760
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.6](https://github.com/project-codeflare/codeflare-cli/compare/v4.11.5...v4.11.6) (2023-04-27)

### Bug Fixes

- add h5py to pyarrow base image ([dd9875f](https://github.com/project-codeflare/codeflare-cli/commit/dd9875f3045cade5612a6fb26cef2a13a01db28e))
- torchx volume mount paths may have extra quotes ([5db0410](https://github.com/project-codeflare/codeflare-cli/commit/5db0410b9b3bd599b5793dc80a5690a874084c6f))

## [4.11.5](https://github.com/project-codeflare/codeflare-cli/compare/v4.11.4...v4.11.5) (2023-04-27)

### 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.5"
version "4.11.6"

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 "fd629783a972f2ac76a799afba7e698a27cab17580d79341aafe608866c2a39d"
sha256 "aeaaddd7285d3c40bd8be3c2db5008a925812baf846708707da34d35a4691c17"
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 "19bd5603383f3e0cb63eb2fdb72f748d13453c30f1609c9e6b56f2895fe103d6"
sha256 "6a84dcfa8b7221938318d5f9e424eb4cc2327738e918a35917f4a261124ac791"
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.5",
"version": "4.11.6",
"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.5",
"version": "4.11.6",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit 1bb7760

Please sign in to comment.