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

Bump sigs.k8s.io/cluster-api from 1.3.3 to 1.4.2 #5934

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 6, 2023

Bumps sigs.k8s.io/cluster-api from 1.3.3 to 1.4.2.

Release notes

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

v1.4.2

πŸ‘Œ Kubernetes version support

  • Management Cluster: v1.23.x -> v1.27.x [1]
  • Workload Cluster: v1.21.x -> v1.27.x

[1] When using Cluster API with the experimental CLUSTER_TOPOLOGY feature, the Kubernetes version of the management cluster must be >= 1.22.0.

More information about version support can be found here

Changes since v1.4.1

πŸ“ˆ Overview

  • 25 new commits merged
  • 0 breaking changes ⚠️
  • 2 feature additions ✨
  • 9 bugs fixed πŸ›

✨ New Features

  • CAPD: Use k8s v1.27.0 in quickstart docs and CAPD (#8538)
  • ClusterClass: add support or concurrent MD upgrades in classy clusters (#8528)

πŸ› Bug Fixes

  • ClusterClass: avoid errors when MHC and upgrade occur together in classy clusters (#8568)
  • Dependency: Update kindnetd and kindest/haproxy (#8470)
  • e2e: Catch failure when fetching component URLs (#8489)
  • IPAM: fix gateway being required for IPAddress (#8574)
  • KCP: Ensure nil-pointer check in KCP syncMachines (#8488)
  • MachinePool: Add node watcher to MachinePool controller (#8474)
  • Testing: internal/machine-controller fix flakes in phases test (#8590)
  • Testing: machine-controller: fix phase tests race condition in tests on lastUpdated field (#8491)

🌱 Others

  • Dependency: Update controller-tools to v1.11.4 (#8555)
  • Dependency: Update cert manager to v1.11.1 (#8532)
  • Dependency: Update kind to v1.18.0 (#8434)
  • Dependency: Update docker to v20.10.24 (#8476)
  • e2e: assert E2E error responses when waiting for MD nodes (#8516)
  • e2e: use topology flavor for workload clusters in clusterctl upgrade test (#8550)
  • IPAM: Make IPAddressClaim.Status.AddressRef optional (#8530)

πŸ“– Additionally, there have been 8 contributions to our documentation and book. (#8582, #8562, #8537, #8512, #8513, #8482, #8556, #8589)

Thanks to all our contributors! 😊

... (truncated)

Commits
  • 7b92ce4 Merge pull request #8590 from k8s-infra-cherrypick-robot/cherry-pick-8576-to-...
  • ad63320 internal/machine-controller fix flakes in phases test
  • a0da0a6 Merge pull request #8589 from k8s-infra-cherrypick-robot/cherry-pick-8587-to-...
  • 690fa03 Move image from external host to CAPI repo
  • 4f3a613 Merge pull request #8582 from k8s-infra-cherrypick-robot/cherry-pick-8580-to-...
  • 52c9e7e book: drop unused link in developing e2e tests doc
  • 3f4750a Merge pull request #8574 from k8s-infra-cherrypick-robot/cherry-pick-8506-to-...
  • ad88b30 ipam: fix gateway being required for IPAddress
  • dea2b8b Merge pull request #8568 from k8s-infra-cherrypick-robot/cherry-pick-8464-to-...
  • c5d1995 mitigate kubeadm join issue when classy cluster is upgrading
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-1.4.2 branch from e03fff1 to 1d6e12c Compare May 18, 2023 15:00
Bumps [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) from 1.3.3 to 1.4.2.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.3.3...v1.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-1.4.2 branch from 1d6e12c to dfd678d Compare May 24, 2023 21:07
@sonarcloud
Copy link

sonarcloud bot commented May 24, 2023

Kudos, SonarCloud Quality Gate passed!Β  Β  Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 10, 2023

Superseded by #6208.

@dependabot dependabot bot closed this Jun 10, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/cluster-api-1.4.2 branch June 10, 2023 04:59
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.

None yet

0 participants