From 657409f7eea70d58d41f88d7ec6adee954bb2b25 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 30 Sep 2020 15:28:53 -0400 Subject: [PATCH] Release v0.0.13 - Add Provision Type and Reason for error cluster - Review Comments - Fixed lint and reverted wrong line - idp: Warn the user that it will take about 1 minute to add IdP - aws: Add support for AWS profiles - logs: Improve warnings when cluster is pending - Adding validations to cluster create command - remove validations from create command - aws: Split configuration to ensure early failure --- CHANGES.adoc | 12 ++++++++++++ pkg/info/info.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 74e6035da2..0c2772f5dd 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,18 @@ This document describes the relevant changes between releases of the `moactl` command line tool. +== 0.0.13 Sep 30 2020 + +- Add Provision Type and Reason for error cluster +- Review Comments +- Fixed lint and reverted wrong line +- idp: Warn the user that it will take about 1 minute to add IdP +- aws: Add support for AWS profiles +- logs: Improve warnings when cluster is pending +- Adding validations to cluster create command +- remove validations from create command +- aws: Split configuration to ensure early failure + == 0.0.12 Sep 24 2020 - README: Update based on output of newer commands diff --git a/pkg/info/info.go b/pkg/info/info.go index ed5ef5ce8a..d6e5e4b6b0 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.0.12" +const Version = "0.0.13"