Skip to content

Commit

Permalink
Release v1.2.5
Browse files Browse the repository at this point in the history
- Fix typo in error message when looking up account role prefix
- fix for - Not able to remove or add a new cluster-admin in rosa cli fix for - Can't create temporary admin user for ROSA cluster
- Create cluster - validate availability zones count interactively
- Delete admin should not deleted htpasswd idp as the htpasswd list is not empty
- fedramp: Add environment-specific configuration (openshift#702)
  • Loading branch information
pvasant committed Jul 20, 2022
1 parent bcfbd00 commit 52cbdeb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

== 1.2.5 Jul 20 2022

- Fix typo in error message when looking up account role prefix
- fix for - Not able to remove or add a new cluster-admin in rosa cli fix for - Can't create temporary admin user for ROSA cluster
- Create cluster - validate availability zones count interactively
- Delete admin should not deleted htpasswd idp as the htpasswd list is not empty
- fedramp: Add environment-specific configuration (#702)

== 1.2.4 Jul 12 2022

- Initial implementation of runtime
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.4"
const Version = "1.2.5"

const UserAgent = "ROSACLI"

0 comments on commit 52cbdeb

Please sign in to comment.