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

build(deps): bump sigs.k8s.io/cluster-api/test from 1.5.0 to 1.5.2 #4523

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2023

Bumps sigs.k8s.io/cluster-api/test from 1.5.0 to 1.5.2.

Release notes

Sourced from sigs.k8s.io/cluster-api/test's releases.

v1.5.2

👌 Kubernetes version support

  • Management Cluster: v1.24.x -> v1.28.x
  • Workload Cluster: v1.22.x -> v1.28.x

More information about version support can be found here

Changes since v1.5.1


📈 Overview

  • 19 new commits merged
  • 1 feature addition ✨
  • 4 bugs fixed 🐛

✨ New Features

  • ClusterClass: Introduce NamingStrategy and allow generating names using go templates (#9428)

🐛 Bug Fixes

  • e2e: Fix autoscaler image repo (#9357)
  • KCP: Fix KCP Controller reconcile always return error when workload cluster is unreachable (#9449)
  • MachineHealthCheck: Fix excessive trace logging in the machine health check controller (#9426)
  • Testing: Don't use v1alpha3 in clusterctl upgrade test (#9412)

🌱 Others

  • ClusterClass: Improve Cluster variable defaulting/validation errors (#9479)
  • ClusterClass: Improve message for TopologyReconciledCondition (#9401)
  • Dependency: Bump cert-manager to v1.13.0 (#9413)
  • Dependency: Bump to Go 1.20.8 (#9383)
  • e2e: Bump autoscaler to v1.28.0 (#9351)
  • KCP: Remove redundant GetRESTConfig in KCP Management.GetWorkloadCluster (#9451)
  • Runtime SDK: Improve ClusterClass watch for ExtensionConfigs (#9356)

📖 Additionally, there have been 6 contributions to our documentation and book. (#9365, #9430, #9435, #9466, #9470, #9491)

Thanks to all our contributors! 😊

v1.5.1

👌 Kubernetes version support

  • Management Cluster: v1.24.x -> v1.28.x
  • Workload Cluster: v1.22.x -> v1.28.x

More information about version support can be found here

Changes since v1.5.0


📈 Overview

  • 35 new commits merged

... (truncated)

Commits
  • 3290c5a Merge pull request #9491 from k8s-infra-cherrypick-robot/cherry-pick-9490-to-...
  • 960c411 Fix broken link to docker webhook and d2iq
  • 9628edf Merge pull request #9479 from k8s-infra-cherrypick-robot/cherry-pick-9452-to-...
  • 5fb4d26 Improve Cluster variable defaulting/validation errors
  • 816e2d1 Merge pull request #9470 from k8s-infra-cherrypick-robot/cherry-pick-9415-to-...
  • b8ce994 Update Go backport policy
  • 1e4d54b Merge pull request #9466 from k8s-infra-cherrypick-robot/cherry-pick-9463-to-...
  • 30cb9cf Change kubernetes version in docs to match the newest stable version
  • 377b5ef Merge pull request #9451 from k8s-infra-cherrypick-robot/cherry-pick-9448-to-...
  • 9b8f60b Remove redundant GetRESTConfig in KCP Management.GetWorkloadCluster
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@k8s-ci-robot
Copy link
Contributor

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 27, 2023
@k8s-ci-robot k8s-ci-robot added do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-priority needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Sep 27, 2023
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Sep 27, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign ankitasw for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 27, 2023

Looks like sigs.k8s.io/cluster-api/test is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 27, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/cluster-api/test-1.5.2 branch September 27, 2023 12:55
@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 27, 2023
@k8s-ci-robot
Copy link
Contributor

rebase

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. go Pull requests that update Go code needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. needs-priority needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant