Skip to content

Commit

Permalink
Merge pull request #693 from pvasant/release_1.2.1
Browse files Browse the repository at this point in the history
Release v1.2.1
  • Loading branch information
openshift-merge-robot committed Apr 22, 2022
2 parents 03c2296 + 489a2b8 commit 39d2650
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This document describes the relevant changes between releases of the `rosa` command line tool.

== 1.2.1 Apr 22 2022

- support for cmk multi-region keys
- Warn that deleting HTPasswd IDP with cluster-admin user will delete the admin
- Add username & password requirements to the flags' help messages
- fix login error
- Upgrade cluster to 4.10.* - add delay after roles creation
- Only prompt for HTPasswd IDP name when actually creating a new IDP
- add metric for throttle
- supporting different regions for create service command
- Fix Throttle issue for Operator roles

== 1.2.0 Apr 18 2022

- Fetch sts policies from ocm
Expand Down
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ limitations under the License.

package info

const Version = "1.2.0"
const Version = "1.2.1"

const UserAgent = "ROSACLI"

0 comments on commit 39d2650

Please sign in to comment.