Skip to content

Commit a973886

Browse files
committed
Release 2.14.1
1 parent 8cf21ca commit a973886

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+
## [2.14.1](https://github.com/project-codeflare/codeflare-cli/compare/v2.14.0...v2.14.1) (2023-03-06)
2+
3+
### Bug Fixes
4+
5+
- improved vmstat streaming on linux ([8cf21ca](https://github.com/project-codeflare/codeflare-cli/commit/8cf21ca6874b11f9519e5636074a72d64cde52fd))
6+
17
# [2.14.0](https://github.com/project-codeflare/codeflare-cli/compare/v2.13.0...v2.14.0) (2023-03-05)
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 "2.14.0"
2+
version "2.14.1"
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 "c75247e12ba1a38408f6599216ba757e3f6b14ad47fe908e4c81c71c0311f20d"
10+
sha256 "0406e5134937638673cd9ee74b0aece499f195c8a0dcd9dfd6744862fda29d7e"
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 "185104c19b47d8c266c9b7fb766bf188d1f98a7d83ecff767eb7f28accd1251a"
14+
sha256 "96a2cfcfa9dcbb699087b484364fba1146990c9bbd6adcd465d20e44fcab7ae4"
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": "2.14.0",
3+
"version": "2.14.1",
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": "2.14.0",
3+
"version": "2.14.1",
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)