From be60cc0cf0bd69c04b5c7e2d88883e61071ffe43 Mon Sep 17 00:00:00 2001 From: pvasanth Date: Tue, 7 Dec 2021 11:34:03 -0500 Subject: [PATCH] Release v1.1.7 - Fix crash when calling link cmd internally - Fix call to link cmd - Add org external id to ocm role name - ROSA: Support editing cluster-wide proxy - link: Allow linking multiple role ARNs - create-cluster: Allow FIPS mode support - ocm-role: Add permission to describe VPCs - add org admin validation for ocm-role - improve UX in ROSA edit cluster and ROSA delete roles - Change rosa init help message - fix org admin validation - Ignore .envrc (DirEnv) - Ignoring environment config - add permission for describe region and route tables - aws: Remove hard dependency on default region - Add pendo eventor account roles manual mode - Add --admin option to create ocm-role command - Make `--admin` flag idempotent - added validation for ocm-role --- CHANGES.adoc | 22 ++++++++++++++++++++++ pkg/info/info.go | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 04b161aeb3..6bb89e3f9e 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -2,6 +2,28 @@ This document describes the relevant changes between releases of the `rosa` command line tool. +== 1.1.7 Dec 7 2021 + +- Fix crash when calling link cmd internally +- Fix call to link cmd +- Add org external id to ocm role name +- ROSA: Support editing cluster-wide proxy +- link: Allow linking multiple role ARNs +- create-cluster: Allow FIPS mode support +- ocm-role: Add permission to describe VPCs +- add org admin validation for ocm-role +- improve UX in ROSA edit cluster and ROSA delete roles +- Change rosa init help message +- fix org admin validation +- Ignore .envrc (DirEnv) +- Ignoring environment config +- add permission for describe region and route tables +- aws: Remove hard dependency on default region +- Add pendo eventor account roles manual mode +- Add --admin option to create ocm-role command +- Make `--admin` flag idempotent +- added validation for ocm-role + == 1.1.6 Nov 22 2021 - Update OWNERS file diff --git a/pkg/info/info.go b/pkg/info/info.go index 186d96a308..db19a7223e 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,6 +18,6 @@ limitations under the License. package info -const Version = "1.1.6" +const Version = "1.1.7" const UserAgent = "ROSACLI"