From 0ce3e00b559caede3c4f5fbdc65ccf183998399a Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Fri, 20 Aug 2021 10:06:20 -0400 Subject: [PATCH] Release v1.1.1 - hack: Fix query to fetch changelog - create-operatorroles: Fix prefix prompt text - create-cluster: Validate operator roles prefix - Fix validation of spot max price - confirm: Add confirmation prompt with default of 'Y' - create-cluster: Remove etcd encryption from interactive mode - config: Use standard config path for ocm.json - events: Track mode for AWS resource creation - scp-policy: Remove optional policy checks - scp-policy: Update to minimum required SCP - Update OWNERS file - logs: Exit once done watching logs - Add customer managed key for rosa cluster - interactive: Provide real-time validators - create-accountroles: Use interactive validators - create-cluster: Use interactive validators - create-idp: Use interactive validators - create-machinepool: Use interactive validators - create-operatorroles: Use interactive validators - Add jhernand to reviewer list - Bump OCM SDK version to v0.1.199 - Bump golang version to 1.15 - reporter: Determine whether output is meant for terminal - interactive: Add validator for CIDRs - interactive: Add validators for labels and taints - interactive: Ensure regexp validation allows empty values - interactive: Add validator for host prefix - aws: Allow creating roles with permissions boundary - logs-install: Do not redact install log output - region: Move flag up a level - updated error message --- CHANGES.adoc | 34 ++++++++++++++++++++++++++++++++++ pkg/info/info.go | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 462f9c259c..a93f15f99b 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -2,6 +2,40 @@ This document describes the relevant changes between releases of the `rosa` command line tool. +== 1.1.1 Aug 20 2021 + +- hack: Fix query to fetch changelog +- create-operatorroles: Fix prefix prompt text +- create-cluster: Validate operator roles prefix +- Fix validation of spot max price +- confirm: Add confirmation prompt with default of 'Y' +- create-cluster: Remove etcd encryption from interactive mode +- config: Use standard config path for ocm.json +- events: Track mode for AWS resource creation +- scp-policy: Remove optional policy checks +- scp-policy: Update to minimum required SCP +- Update OWNERS file +- logs: Exit once done watching logs +- Add customer managed key for rosa cluster +- interactive: Provide real-time validators +- create-accountroles: Use interactive validators +- create-cluster: Use interactive validators +- create-idp: Use interactive validators +- create-machinepool: Use interactive validators +- create-operatorroles: Use interactive validators +- Add jhernand to reviewer list +- Bump OCM SDK version to v0.1.199 +- Bump golang version to 1.15 +- reporter: Determine whether output is meant for terminal +- interactive: Add validator for CIDRs +- interactive: Add validators for labels and taints +- interactive: Ensure regexp validation allows empty values +- interactive: Add validator for host prefix +- aws: Allow creating roles with permissions boundary +- logs-install: Do not redact install log output +- region: Move flag up a level +- updated error message + == 1.1.0 Jul 30 2021 - confirm: Move to interactive package diff --git a/pkg/info/info.go b/pkg/info/info.go index b7c341966a..4f28f563af 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "1.1.0" +const Version = "1.1.1"