Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency openshift/rosa to v1.2.41 #834

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
openshift/rosa patch v1.2.39 -> v1.2.41

Release Notes

openshift/rosa (openshift/rosa)

v1.2.41

Compare Source

Changelog

Features
  • aa1be94 OCM-3701 | feat: Remove version from editing machinepool
  • b9561cf OCM-6544 | feat: display attached policies for sts roles Signed-off-by: marcolan018 llan@redhat.com
  • bc8dcc5 OCM-7259 | feat: E2E delete machinepool cmd tests; new runner
  • b79df90 OCM-7289 | feat: create/update of maxUnavailable and maxSurge for HCP nodepools
  • 7c18728 OCM-7289 | feat: revert maxUnavailable and maxSurge for NodePool
  • 9c0f19b OCM-7587 | feat: removing interactive mode as default for prefix prompt
  • 3a54e1d OCM-8269 | feat: hide attach/detach commands Signed-off-by: marcolan018 llan@redhat.com
  • 2271947 OCM-8315 | feat: add additional allowed principals config for hcp clusters
  • 80f408f OCM-8356 | feat: bump ocm-sdk-go to v0.1.422
  • acc39f6 OCM-8648 | feat: handle 412 response in upgrade commands Signed-off-by: marcolan018 llan@redhat.com
Bug fixes
  • a8e7b20 OCM-7871 | fix: Mandatory fields should enter interactive mode if not provided
  • d3e0aad OCM-7918 | fix: use space delimiter in AWS tags error msg to avoid confusion
  • 3dfa121 OCM-7985 | fix: add attach policy command for rosa upgrade roles Signed-off-by: marcolan018 llan@redhat.com
  • c7f1bf9 OCM-8080 | fix: fix problem in delete operator roles manual mode Signed-off-by: marcolan018 llan@redhat.com
  • 60529ba OCM-8116 | fix: add validation for username/password of idp creation Signed-off-by: marcolan018 llan@redhat.com
  • 466d9c2 OCM-8129 | fix: hide unnecessary kubeconfig info
  • 6d6be67 OCM-8136 | fix: Delete should exit 1 if fails
  • 1fe18bc OCM-8165 | fix: Only list kubeletconfigs when absolutely necessary when creating a machinepool
  • 404f8fc OCM-8198 | fix: always add attach command for managed policy during rosa upgrade roles Signed-off-by: marcolan018 llan@redhat.com
  • d7fa9c2 OCM-8202 | fix: remove redudant empty lines in manual mode Signed-off-by: marcolan018 llan@redhat.com
  • b5d9739 OCM-8269 | fix: unhide attach/detach commands Signed-off-by: marcolan018 llan@redhat.com
  • f146ea8 OCM-8276 | fix: don't show empty lines when filtering version on acc roles
  • 3037ff8 OCM-8283 | fix: kubelet-config edit prompt no longer shows up when kubelet-configs are not targeted
  • 40b0996 OCM-8299 | fix: id:53031 update the error message
  • de38afb OCM-8330 | fix: Fix delete oidc provider failed
  • f1a0ea6 OCM-8336 | fix: only check redhat managed policies when trying upgrade roles Signed-off-by: marcolan018 llan@redhat.com
  • 929bfbb OCM-8337 | fix: [HCP] always set replicas when updating machinepools
  • e46d277 OCM-8350 | fix: Enable VPC total clean
  • 0d86476 OCM-8352 | fix: use aws default http client
  • f739bf2 OCM-8587 | fix: colon not present in some field for describing autoscaler to a cluster
  • 7912401 OCM-8680 | fix: err not being caught on rosa version
  • 36d03d8 OCM-8680 | fix: use a tmp file per username
  • db5ca2d SDA-4924 | fix: fix error message for invalid username validation for idp creation
  • 20e44ba OCM-9005 | fix: Update ocm-sdk-go to fix Windows SSL certificate issues
Others
  • e5d2fd0 OCM-8291 | chore: bump ocm-sdk-go to v0.1.425

v1.2.40

Compare Source

Changelog

Features
openshift/rosa@18b89dd OCM-5581 | feat: Add support for ListInstanceTypes method
openshift/rosa@ed112de OCM-6391 | feat: Change default value back
openshift/rosa@640be58 OCM-7256 | feat: Move list machinepool non-cmd funcs to pkg, split, test
openshift/rosa@dc82090 OCM-7256 | feat: Move non-cmd funcs to pkg, split, test
openshift/rosa@e151f74 OCM-7257 | feat: Refactor list machine pool cmd to use new default runner
openshift/rosa@d0f6390 OCM-7258 | feat: Move delete machinepool/nodepool funcs to pkg
openshift/rosa@e20f332 OCM-7263 | feat: Add the ability to list KubeletConfigs for a cluster
openshift/rosa@d0090ba OCM-7264 | feat: Updated to support create kubeletconfig for HCP clusters
openshift/rosa@3eccd47 OCM-7265 | feat: Added the ability to edit KubeletConfigs for HCP clusters
openshift/rosa@fb55c25 OCM-7266 | feat: Added support for delete of KubeletConfig for HCP clusters
openshift/rosa@04f1989 OCM-7267 | feat: Added ability to describe Kubeletconfigs for HCP clusters
openshift/rosa@65c4c3f OCM-7268 | feat: Update create machinepool command to support kubeletconfigs
openshift/rosa@0c5dba3 OCM-7269 | feat: Added list of kubeletconfigs to describe HCP machinepool output
openshift/rosa@a63f63d OCM-7415 | feat: Ensure account roles have expected attached policies
openshift/rosa@72e98c3 OCM-8020 | feat: Update rosa edit machinepool command for kubeletconfig support
openshift/rosa@d856ad9 SDA-4329 | feat: Validation for user creating account-roles

Bug fixes
openshift/rosa@51b2ccd OCM-5085 | fix: lower mapAZcreated to 1
openshift/rosa@a7a66af OCM-5576 | fix: Edit autoscaling max replicas of nodepool force to set min replicas
openshift/rosa@cb1b1f6 OCM-6391 | fix: Add region deprecation disablement to sub-commands
openshift/rosa@a511dea OCM-6391 | fix: Change default value for disable region dep. flag
openshift/rosa@58de4d1 OCM-6391 | fix: Fix deprecation warn printing when creating cluster
openshift/rosa@68b8970 OCM-6391 | fix: Remove duplicate oidcprovider cmd call
openshift/rosa@fd6acd3 OCM-6527 | fix: adjust describe ingress binding
openshift/rosa@fb1e4cf OCM-6569 | fix: Hide the duplicate output of operator roles
openshift/rosa@148cdeb OCM-6569 | fix: print role arn for hcp
openshift/rosa@0a3c0ed OCM-7169 | fix: warn revoked break glass credential
openshift/rosa@95238e9 OCM-7264 | fix: Ensured that name is optional when creating a KubeletConfig
openshift/rosa@a5553b3 OCM-7526 | fix: Display min/max in describe machinepool
openshift/rosa@aae814b OCM-7535 | fix: change not found to info
openshift/rosa@a0b5f77 OCM-7573 | fix: ensure version option args are initialised
openshift/rosa@56e4b45 OCM-7673 | fix: Provide the default value to the external auth
openshift/rosa@5a82d5c OCM-7725 | fix: ensure arbitrary policy not removed during cluster roles deletion
openshift/rosa@e4b2263 OCM-7729 | fix: check policy attached in detach manual mode
openshift/rosa@4df1a99 OCM-7792 | fix: unhide breakglass and externalauth
openshift/rosa@4b34704 OCM-7795 | fix: update aws sdk to fix imds v2 issue
openshift/rosa@ea30075 OCM-7811 | fix: hide attach and detach commands
openshift/rosa@56c28c0 OCM-7855 | fix: return message if there is no breakglass can be revoked
openshift/rosa@264754f OCM-7860 | fix: add detach commands for arbitrary policies
openshift/rosa@592dda0 OCM-7870 | fix: Display external-auth-providers-enabled flag
openshift/rosa@9bd26c4 OCM-7881 | fix: skips policy compatibility check when version supplied is empty
openshift/rosa@689ac81 OCM-7924 | fix: list machinepool should show inline
openshift/rosa@c9d870e OCM-7927 | fix: Get the orgin junit file from ArtifactDir
openshift/rosa@dc61e69 OCM-7937 | fix: allow 0 min replicas for classic cluster autoscaling mp
openshift/rosa@04e86a0 OCM-7990 | fix: allow min_replicas 0 with edit machinepools
openshift/rosa@2cf5dd5 OCM-8054 | fix: add region parameters for deleting oidc config command
openshift/rosa@49a9a79 OCM-8055 | fix: Check kubeletconfig exists by name if user specifies it for Classic cluster
openshift/rosa@5545239 OCM-8057 | fix: Ensure the ID of the KubeletConfig is printed by rosa describe kubeletconfig
openshift/rosa@89ab77e OCM-8058 | fix: Ensure --name option is required for working with KubeletConfigs on HCP clusters
openshift/rosa@4eed5d9 OCM-8059 | fix: Allow users to use positional args for specifying the name of kubeletconfig
openshift/rosa@87232a4 OCM-8075 | fix: Ensure users can only supply a single kubeletconfig for HCP MachinePools
openshift/rosa@c0507a7 OCM-8076 | fix: Ensure the user is prompted if they change the kubelet-config on their nodepool
openshift/rosa@86ed435 OCM-8082 | fix: Ensure --kubelet-configs flag is not supported for ROSA Classic MachinePools
openshift/rosa@db1bba7 OCM-8112 | fix: Force users into interactive mode if omitting a name when creating a KubeletConfig for HCP clusters
openshift/rosa@de02cd2 OCM-8121 | fix: Show correct describe message for expired breakglass
openshift/rosa@0f92d57 OSD-22376 | fix: prevents overwriting the client id if set for fedramp with keycloak
https://github.com/openshift/rosa/pull/2098/commits/f28d2d702f3d46961c9664fe5242d2eb0d2b22f8 OCM-8165 | fix: Only list kubeletconfigs when absolutely necessary when creating a machinepool
https://github.com/openshift/rosa/pull/2106/commits/9d205a6dd6c35d45066d2c826ce9309d57a38a76 OCM-8283 | fix: kubelet-config edit prompt no longer shows up when kubelet-configs are not targeted

Others
openshift/rosa@49bf273 OCM-4458 | test: automate id:71946 validation for create/list/delete idp and admin for external_auth_config cluster
openshift/rosa@6ab90ae OCM-4460 | test: automate id:OCP-73018 validations work for break_glass_credentials
openshift/rosa@df308fd OCM-5479 | ci: Refactor the day 1 creation - supported subnets,proxy,KMS key,security group,audit log, version y,z-1
openshift/rosa@687dba6 OCM-5508 | test: automate id:OCP-70859 validation for operator-roles and oidc-provider
openshift/rosa@252c67d OCM-6318 | ci: Build up deprovision step
openshift/rosa@c5c5bb8 OCM-6729 | test: automate id:73492 create/describe nodepool with tags
openshift/rosa@06791e2 OCM-6899 | chore: increment master version (to 1.2.40)
openshift/rosa@b73fe5d OCM-6900 | chore: bump version to 1.2.40-rc1
openshift/rosa@f7938a5 OCM-6900 | chore: bump version to 1.2.41
openshift/rosa@7f17d8c OCM-7263 | chore: Added additional aliases to the rosa list kubeletconfig command.
openshift/rosa@de6e096 OCM-7263 | chore: Updated OCM SDK to v0.1.419
openshift/rosa@74a86ac OCM-7537 | ci: Fixed a small CI failure
openshift/rosa@85641e2 OCM-7537 | ci: fix id:45161,id:49137,id:66362,id:36128,id:43046
openshift/rosa@b08e5bb OCM-7738 | ci: Enhance the output of rosacli e2e testing
openshift/rosa@6aaef6a OCM-7801 | ci: Remove redundant cleaner to fix resource clean issue
openshift/rosa@f6b2777 OCM-7828 | chore: update release process to goreleaser
openshift/rosa@57371e1 OCM-7880 | ci: Automate cases 65799 and 64767
openshift/rosa@6c9cb8e OCM-7902 | ci: Bump ocm-common to support key re-generation for proxy preparation
openshift/rosa@a85debf OCM-7925 | ci: Fix ingress list result cannot be reflect issue
openshift/rosa@8942af6 OCM-7927 | ci: Generate the junit file for report portal
openshift/rosa@6834412 OCM-7956 | ci: Added exclude label for tc-id OCP-60202
openshift/rosa@96a8c5e OCM-7958 | ci: Update readme for tests folder to document how to prepare cluster and how to run day2 cases
openshift/rosa@043d3e1 OCM-7960 | ci: Automated id:38770,38778,72162,46187,45176,44511
openshift/rosa@ad25d95 OCM-7993 | test: Automated id:38835 List/Edit the default ingress on ROSA cluster via rosa-cli will succeed
openshift/rosa@94e3bf8 OCM-8012 | docs: Add presubmit readme for rosa CLI testing
openshift/rosa@fa2b0af OCM-8045 | test: Automated cases id:73753,73754 for kubeletconfig porting on HCP and update id:68828,68835,68836,64767
openshift/rosa@171912e OCM-8133 | ci: Update readme for test folder to document how to destroy resources


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner June 10, 2024 03:52
@renovate renovate bot force-pushed the renovate/openshift-rosa-1.x branch from 9407e6a to 9cdaaff Compare June 24, 2024 17:30
@renovate renovate bot changed the title chore(deps): update dependency openshift/rosa to v1.2.40 chore(deps): update dependency openshift/rosa to v1.2.41 Jun 24, 2024
@garethahealy garethahealy merged commit 4343ab5 into main Jul 9, 2024
2 checks passed
@garethahealy garethahealy deleted the renovate/openshift-rosa-1.x branch July 9, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant