Skip to content

Commit

Permalink
Merge pull request #1027 from gdbranco/release_1.2.12
Browse files Browse the repository at this point in the history
Release v1.2.12
  • Loading branch information
openshift-merge-robot authored Jan 18, 2023
2 parents d90ed5b + 29c31bb commit fe08c63
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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

== 1.2.12 Jan 18 2023

- fix: Incorrect OIDC Provider Sometimes Targeted for Deletion
- Removed len(tags) > 0 from if for Tags question in interactive
- Revert "[SDA-7662] Display Tags question in interactive mode"
- Upgrade account roles with managed policies
- fix: check current values to see if there are no real changes
- Fixed panic
- Re-added tags question
- Add the default-mp-labels flag to cluster create command on interactive mode
- fix: code review
- Now updating stsBuilder.AutoMode properly
- Added constant for "auto" string
- Upgrade operator roles with managed policies
- feat: command create oidc-config
- fix: add mocks
- feat: add manual mode
- fix: review comments
- Used better flag
- Edited query for GetClusterUsingSubscription to fix deletions
- Fix tags passing in cluster creation interactive mode
- fix: using ARNValidator instead of arn Parse when parsed is not used
- Upgrade roles command - handle managed policies
- fix: only checking '"' character and leaving regex validation for CS
- fix: accept pre release version during upgrade
- Ensure console URL is available before offering it to the user
- feat: consider current version incompatible
- SDCICD-893: cmd/create/machinepool: support output flag (#1014)

== 1.2.11 Jan 3 2023

- fix: check if any new operator roles have been created
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.11"
const Version = "1.2.12"

const UserAgent = "ROSACLI"

0 comments on commit fe08c63

Please sign in to comment.