From bb14badf5b18ef03efef5569ee5043e0d13f16c1 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Fri, 4 Dec 2020 16:11:26 -0500 Subject: [PATCH] Release v0.1.3 - create: Ask user before showing subnets - Dont ignore subnets from command line args if provided - [rosa create cluster] Verify provided subnets for Existing VPC exist in AWS - Remove paid AMI flag and finalize ROSA transition - add taints to machinepool commands - upgrades: Allow scheduling, listing, canceling cluster upgrades --- CHANGES.adoc | 9 +++++++++ pkg/info/info.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 913e34cbb1..5e858375a7 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,15 @@ This document describes the relevant changes between releases of the `moactl` command line tool. +== 0.1.3 Dec 4 2020 + +- create: Ask user before showing subnets +- Dont ignore subnets from command line args if provided +- [rosa create cluster] Verify provided subnets for Existing VPC exist in AWS +- Remove paid AMI flag and finalize ROSA transition +- add taints to machinepool commands +- upgrades: Allow scheduling, listing, canceling cluster upgrades + == 0.1.2 Nov 24 2020 - Remove API ingress when listing ingress diff --git a/pkg/info/info.go b/pkg/info/info.go index 1ea4870543..5814a9400b 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.2" +const Version = "0.1.3"