From 63d65ebfb45162391eed993a2c06090f01868c0b Mon Sep 17 00:00:00 2001 From: Peter Strzyzewski Date: Tue, 26 Nov 2019 14:29:13 -0800 Subject: [PATCH] Added release notes v0.3.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b01c6..fe29207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.3.2 +- Fixed handling of node allocatable memory parsing [Issue #52](https://github.com/etopeter/kubectl-view-utilization/issues/52) + # v0.3.1 - Fixed node view graph not showing for low utilization nodes [Issue #49](https://github.com/etopeter/kubectl-view-utilization/issues/49)