From 28a8705bc0411d5a2757c2d1979429e0c7dc7d94 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 17 Feb 2021 14:06:39 -0500 Subject: [PATCH] Release v0.1.8 - 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 --- CHANGES.adoc | 10 ++++++++++ pkg/info/info.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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"