diff --git a/CHANGES.adoc b/CHANGES.adoc index 849daf6517..5e4e9a9389 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,16 @@ This document describes the relevant changes between releases of the `moactl` command line tool. +== 0.1.8 Feb 17 2021 + +- Remove asset build dependency +- cmd: Fix programmatically-run commands +- init: Fix empty flavour when validating cluster creation +- Fix Makefile build command +- cmd: Use Run instead of PreRun +- upgrade: Validate node drain grace period +- upgrades: Fix list of recommendations + == 0.1.7 Feb 16 2021 - fix example diff --git a/pkg/info/info.go b/pkg/info/info.go index 28ca499c8c..2f09382da7 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.1.7" +const Version = "0.1.8"