diff --git a/CHANGES.adoc b/CHANGES.adoc index 5145b5aebd..913e34cbb1 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,17 @@ This document describes the relevant changes between releases of the `moactl` command line tool. +== 0.1.2 Nov 24 2020 + +- Remove API ingress when listing ingress +- idp: Always use interactive mode on unset required flags +- Added Confirmation option for default network parameters +- Update implementation to include the default values in the interactive mode only +- Enabling Interactive mode if no arguments specified +- machinepool: Fix interactive mode +- Add support for existing VPC +- [rosa create cluster] Return more clear error message when no versions are found. + == 0.1.1 Nov 5 2020 - refactor(init): verify permissions for osdccsadmin using ValidateSCP diff --git a/pkg/info/info.go b/pkg/info/info.go index 003ac18f49..1ea4870543 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.1" +const Version = "0.1.2"