Skip to content

Commit

Permalink
Merge pull request #1062 from gdbranco/release_1.2.14
Browse files Browse the repository at this point in the history
Release v1.2.14
  • Loading branch information
openshift-merge-robot authored Feb 8, 2023
2 parents dd0b0ae + 9e2ddb9 commit e948ce3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

== 1.2.14 Feb 8 2023

- minor refactor to improve code clarity wrt addons
- fix: reprompt user when passed invalid addon argument
- fix: permissions boundary shouldn't be asked if supposed to skip interactive
- feat: add force param to forcefully ensure policies
- Edit machinepool min replicas
- fix: incorrect flags in message and hidden for upgrade roles
- IDP related minor cleanup
- Add port for OAuth Callback URI in OpenID
- Create cluster - validate account roles have managed policies attached
- fix: only show root failure if it is not a suggestion error
- Refactor `create account roles command` to use interfaces
- fix: add region when creating manual s3 bucket for oidc config
- feat: add user prefix to oidc configuration
- SDA-7895 Enable editing subnet in machinepools for hosted clusters
- feat: add spinner creating oidc config
- fix: show info report when deleting operator roles
- fix: forcing creation only works for unmanaged policies
- fix: oidc endpoint url should be of https scheme
- cmd/dlt/machinepool: add confirm flag
- feat: Add command delete oidc-config and minor fixes
- fix: add question for private key secret arn

== 1.2.13 Jan 24 2023

- Skip region check if we use shard pinning
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.13"
const Version = "1.2.14"

const UserAgent = "ROSACLI"

0 comments on commit e948ce3

Please sign in to comment.