Skip to content

Commit

Permalink
Merge pull request #670 from pvasant/release_1.1.12
Browse files Browse the repository at this point in the history
Release v1.1.12
  • Loading branch information
openshift-merge-robot authored Apr 5, 2022
2 parents 82af1e9 + 3066292 commit 346dc5e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

== 1.1.12 Apr 5 2022

- Sort roles to display linked ones first
- Refactor `list ocm-role` to use a map of linked role
- Add quota service permissions to the `installer policy`
- Set minimum retry delay for AWS API calls
- Introducing HTPasswd IDP
- Fix help for --compute-nodes
- Add KMS permission to installer and more permissions for ocm role
- added link to help menu
- Permit overriding confirmation prompt for cluster upgrades
- Fix bug - create ocm-role - prompt the role ARN
- add more permissions to ocm admin role
- Add support for 4.10 upgrade
- fix throttle delay
- fix cluster creation hanging with auto+watch flags
- fix early exit in cluster creation(json+mode=auto)
- sts: Automatically select default account roles
- fix json output for cluster creation
- Add max throttle delay to avoid exponential backoff
- Get Cluster Name from Name Instead of DisplayName
- update to ocm-sdk-go v0.1.258

== 1.1.11 Mar 7 2022

- fix operator roles issue for old rosa versions
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.1.11"
const Version = "1.1.12"

const UserAgent = "ROSACLI"

0 comments on commit 346dc5e

Please sign in to comment.