From f8064ffd85fe4cf2f2aba8d9414919d85cd46bd8 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Fri, 15 Jan 2021 13:25:04 -0500 Subject: [PATCH] Release v0.1.5 - Require min/max replicas on interactive mode iff existing machinepool autoscaling is disabled - addon: Support addon uninstallation form cluster - addons: Support add-on installation parameters - add openshift version to describe output --- CHANGES.adoc | 7 +++++++ pkg/info/info.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index ecfc95e0d..aa208ed7f 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,13 @@ This document describes the relevant changes between releases of the `moactl` command line tool. +== 0.1.5 Jan 15 2021 + +- Require min/max replicas on interactive mode iff existing machinepool autoscaling is disabled +- addon: Support addon uninstallation form cluster +- addons: Support add-on installation parameters +- add openshift version to describe output + == 0.1.4 Jan 6 2021 - Adding Orange team members to OWNERS file diff --git a/pkg/info/info.go b/pkg/info/info.go index 23856e5b2..2c1911e73 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.4" +const Version = "0.1.5"