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.3.5 to 1.4.2 #287

Merged
merged 2 commits into from
May 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v1.4.2

👌 Kubernetes version support

  • Management Cluster: v1.20.x -> v1.27.x [1]
  • Workload Cluster: v1.18.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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 2, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-1.4.2 branch from 4ee14be to 2ffde35 Compare May 29, 2023 20:09
dependabot bot and others added 2 commits May 29, 2023 18:29
Bumps [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) from 1.3.5 to 1.4.2.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.3.5...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>
Signed-off-by: Chris Doherty <chris.doherty4@gmail.com>
@chrisdoherty4 chrisdoherty4 force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-1.4.2 branch from 0f71619 to b2be37a Compare May 29, 2023 23:29
@chrisdoherty4 chrisdoherty4 self-requested a review May 29, 2023 23:33
@chrisdoherty4 chrisdoherty4 added the ready-to-merge Signal to Mergify to merge the PR. label May 29, 2023
@mergify mergify bot merged commit ad1fef5 into main May 29, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/cluster-api-1.4.2 branch May 29, 2023 23:34
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 go Pull requests that update Go code ready-to-merge Signal to Mergify to merge the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant