Skip to content

Commit 4a3de08

Browse files
authored
Merge pull request #59 from etopeter/release-v0.3.3
Release v0.3.3 changelog
2 parents d3db7f0 + 40c0f43 commit 4a3de08

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.3.3
2+
- Fixed node memory parsing when memory reports as integers without units [Issue #55](https://github.com/etopeter/kubectl-view-utilization/issues/56)
3+
- Fixed context verification [Issue #55](https://github.com/etopeter/kubectl-view-utilization/issues/55)
4+
- Fixed utilization view not displaying when requests are set to 0 in normal mode
5+
16
# v0.3.2
27
- Fixed handling of node allocatable memory parsing [Issue #52](https://github.com/etopeter/kubectl-view-utilization/issues/52)
38

kubectl-view-utilization

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Prints cluster resource utilization
1818

1919

20-
PLUGIN_VERSION="v0.3.2"
20+
PLUGIN_VERSION="v0.3.3"
2121
VIEW_UTILIZATION_NAMESPACE=""
2222
VIEW_UTILIZATION_NODE_LABEL=""
2323
VIEW_UTILIZATION_OUTPUT="text"

0 commit comments

Comments
 (0)