From 253b29d0a9cfaf022372e0b132db73f57793db70 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 20 May 2021 10:48:12 -0400 Subject: [PATCH] Release v1.0.7 - Allow setting 0 replicas to autoscaling machine pool (Not default) - Updated the details link - Added custom IAM Roles - Remove default region - describe: Display description during Pending state --- CHANGES.adoc | 8 ++++++++ pkg/info/info.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index c029a9c769..59b76e19ec 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,14 @@ This document describes the relevant changes between releases of the `rosa` command line tool. +== 1.0.7 May 20 2021 + +- Allow setting 0 replicas to autoscaling machine pool (Not default) +- Updated the details link +- Added custom IAM Roles +- Remove default region +- describe: Display description during Pending state + == 1.0.6 May 12 2021 - Enable PrivateLink on clusters diff --git a/pkg/info/info.go b/pkg/info/info.go index 0ca235b939..753bf9a054 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "1.0.6" +const Version = "1.0.7"