From aaeeb3d120225a796b647980588fc19a3131cfaf Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Tue, 15 Jun 2021 09:48:22 -0400 Subject: [PATCH] Release v1.0.9 - Add Priya to reviewers list - describe: Display STS configuration - versions: Ensure versions with STS support - create: Add missing flags to re-create script - lint: Remove interfacer linter - sts: Ensure operator IAM roles - Added quota validation for listing instance types - Add option to enable etcd encryption --- CHANGES.adoc | 11 +++++++++++ pkg/info/info.go | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 34bbbb948e..af2cae6818 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,17 @@ This document describes the relevant changes between releases of the `rosa` command line tool. +== 1.0.9 Jun 15 2021 + +- Add Priya to reviewers list +- describe: Display STS configuration +- versions: Ensure versions with STS support +- create: Add missing flags to re-create script +- lint: Remove interfacer linter +- sts: Ensure operator IAM roles +- Added quota validation for listing instance types +- Add option to enable etcd encryption + == 1.0.8 Jun 2 2021 - Added SSO Validation diff --git a/pkg/info/info.go b/pkg/info/info.go index c15dccb731..30ddc091cf 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.8" +const Version = "1.0.9"