Skip to content

Bump github.com/openshift/rosa from 1.2.5 to 1.2.15#332

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/openshift/rosa-1.2.15
Open

Bump github.com/openshift/rosa from 1.2.5 to 1.2.15#332
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/openshift/rosa-1.2.15

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 17, 2023

Bumps github.com/openshift/rosa from 1.2.5 to 1.2.15.

Release notes

Sourced from github.com/openshift/rosa's releases.

Release v1.2.14

  • 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
  • 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
  • feat: add spinner creating oidc config
  • fix: show info report when deleting operator roles
  • 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

v1.2.13

  • Skip region check if we use shard pinning
  • Remove GitHub IDP dependency to console availability
  • Bump ocm-sdk-go to v0.1.310
  • Fix managed policies cluster upgrade path
  • Delete roles with managed policies
  • feat: store private key for byo oidc in secrets manager
  • [SDA-7757] byo OIDC secret arn support (#1018)
  • feat: add download rosa option
  • Create OCM role with managed policies
  • Upgrade to Go 1.19
  • Delete OCM role with managed policies
  • feat: add force param to forcefully ensure policies

Release v1.2.12

  • 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"
  • fix: check current values to see if there are no real changes
  • Re-added tags question
  • Add the default-mp-labels flag to cluster create command on interactive mode
  • Fix OAuth callback URL logic for HyperShift clusters
  • Now updating stsBuilder.AutoMode properly
  • Added constant for "auto" string
  • Upgrade operator roles with managed policies
  • feat: command create oidc-config
  • feat: add manual mode
  • 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

... (truncated)

Changelog

Sourced from github.com/openshift/rosa's changelog.

== 1.2.15 Feb 13 2023

  • Fix etcd encryption default enforecment
  • fix: improve error messages for deleting oidc-config
  • fix: adding some validations to bucket name
  • fix: allow empty label match editing ingress interactive
  • aws: Ensure ARNs have the correct partition
  • Attach three policies to the installer role - managed policies
  • to fix empty DNS domain when DNS not ready: SDA-7418
  • fix: add a few more validations to bucket/folder name
  • Add a AWS managed column to list role commands
  • Add etcd encyprtion kms arn support
  • Check if any clusters are using the oidc config before deletion
  • Using k8s/apimachinery/validation for machine pool labels

== 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
  • Remove GitHub IDP dependency to console availability
  • Bump ocm-sdk-go to v0.1.310
  • Fix managed policies cluster upgrade path
  • Delete roles with managed policies
  • feat: store private key for byo oidc in secrets manager
  • [SDA-7757] byo OIDC secret arn support (#1018)
  • feat: add download rosa option
  • Create OCM role with managed policies

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/openshift/rosa](https://github.com/openshift/rosa) from 1.2.5 to 1.2.15.
- [Release notes](https://github.com/openshift/rosa/releases)
- [Changelog](https://github.com/openshift/rosa/blob/master/CHANGES.adoc)
- [Commits](https://github.com/openshift/rosa/commits)

---
updated-dependencies:
- dependency-name: github.com/openshift/rosa
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 17, 2023

The following labels could not be found: ok-to-test.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants