Skip to content

Commit

Permalink
Merge pull request #59 from etopeter/release-v0.3.3
Browse files Browse the repository at this point in the history
Release v0.3.3 changelog
  • Loading branch information
etopeter authored Jul 22, 2020
2 parents d3db7f0 + 40c0f43 commit 4a3de08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.3.3
- Fixed node memory parsing when memory reports as integers without units [Issue #55](https://github.com/etopeter/kubectl-view-utilization/issues/56)
- Fixed context verification [Issue #55](https://github.com/etopeter/kubectl-view-utilization/issues/55)
- Fixed utilization view not displaying when requests are set to 0 in normal mode

# v0.3.2
- Fixed handling of node allocatable memory parsing [Issue #52](https://github.com/etopeter/kubectl-view-utilization/issues/52)

Expand Down
2 changes: 1 addition & 1 deletion kubectl-view-utilization
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Prints cluster resource utilization


PLUGIN_VERSION="v0.3.2"
PLUGIN_VERSION="v0.3.3"
VIEW_UTILIZATION_NAMESPACE=""
VIEW_UTILIZATION_NODE_LABEL=""
VIEW_UTILIZATION_OUTPUT="text"
Expand Down

0 comments on commit 4a3de08

Please sign in to comment.