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 from 1.2.1 to 1.5.1 #1332

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2023

Bumps sigs.k8s.io/cluster-api from 1.2.1 to 1.5.1.

Release notes

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

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
  • 2 feature additions ✨
  • 10 bugs fixed 🐛

✨ New Features

  • MachineSet: Adjust preflight check to allow kubelet version skew of 3 for clusters running v1.28 and above (#9233)
  • Testing/documentation: v1.28: Prepare quickstart, capd and tests for the new release including kind bump (#9225)

🐛 Bug Fixes

  • CAPBK: Certificate paths in cloud-init scripts should not use a platform-dependent path separator (#9230)
  • CAPD: Delete container after failed start to work around port allocation issues (#9130)
  • ClusterClass: Add topology-owned label to MachineHealthChecks. (#9204)
  • ClusterClass: Fix ClusterClass enqueue for ExtensionConfig (#9137)
  • Devtools: Fix tilt-prepare leader-elect setting (#9316)
  • e2e: Pin conformance image to a version which includes a fix for the dualstack tests (#9256)
  • KCP: Allow unsetting useExperimentalRetryJoin field from KubeadmControlPlane (#9202)
  • MachineDeployment: MD controller: use regular random suffix for MachineSets, ensure max length 63 (#9329)
  • util: Fix AddAnnotations for unstructured.Unstructured (#9176)

🌱 Others

  • CAPD: Fix multi error handling in RunContainer (#9243)
  • CI: Add verify-govulncheck and verify-vulnerabilities targets and integrate to scan action (#9179)
  • CI: Update base branch for link checker (#9207)
  • clusterctl: Set controller-runtime logger for clusterctl (#9129)
  • clusterctl: Update cert-manager to v1.12.3 (#9198)
  • Dependency: Bump controller-runtime to v0.15.1 (#9127)
  • Dependency: Bump corefile-migration library to v1.0.21 (#9309)
  • Dependency: Bump envtest binaries to 1.28 (#9304)
  • Dependency: Bump golang.org/x/net to v0.13.0 (#9122)
  • Dependency: Bump to Go 1.20.7 (#9105)
  • e2e: Add back flavor to Waiter interface (#9177)
  • e2e: Add CRS re-reconcile to ownerReference test (#9301)
  • e2e: Add test for ownerReference apiVersion update (#9297)
  • e2e: Refactor e2e ownerRef test utils (#9314)
  • e2e: Test and document controller ownerReferences (#9303)
  • logging: Fix patch errors not being logged (#9234)

📖 Additionally, there have been 8 contributions to our documentation and book. (#9332, #9226, #9205, #9238, #9154, #9117, #9090, #9082)

... (truncated)

Commits
  • db17cb2 Merge pull request #9332 from k8s-infra-cherrypick-robot/cherry-pick-9328-to-...
  • 6b00695 Use official plantuml image for diagrams
  • fe0874b Merge pull request #9329 from k8s-infra-cherrypick-robot/cherry-pick-9298-to-...
  • 72eb907 md: drop templatesuffix from machineset names
  • 452fd43 Merge pull request #9316 from k8s-infra-cherrypick-robot/cherry-pick-9315-to-...
  • ce0a47a Fix tilt-prepare leader-elect setting
  • 1c45db7 Merge pull request #9314 from k8s-infra-cherrypick-robot/cherry-pick-9313-to-...
  • 898f7c6 Refactor e2e ownerRef test utils
  • 97e10b0 Merge pull request #9309 from sbueringer/pr-bump-core-mi-1.5
  • 8559024 Bump corefil-migration library to v1.0.21
  • 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](https://github.com/kubernetes-sigs/cluster-api) from 1.2.1 to 1.5.1.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.2.1...v1.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Aug 29, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2023

Superseded by #1354.

@dependabot dependabot bot closed this Sep 26, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/release/0.5.x/sigs.k8s.io/cluster-api-1.5.1 branch September 26, 2023 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants