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.2 to 1.2.3 #228

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps sigs.k8s.io/cluster-api from 1.2.2 to 1.2.3.

Release notes

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

v1.2.3

Changes since v1.2.2

ClusterClass

The Cluster topology controller is now using the exact apiVersions of the references in the ClusterClass instead of the latest apiVersion of the current contract. This was done to improve Cluster API upgrades with ClusterClass. For more details see ClusterClass: Upgrading Cluster API

The validation of patch selectors in ClusterClass has been improved. Previously it was enough if the entire selector matches at least one template. Now every element of the selector has to match a template. E.g. if controlPlane and machineDeploymentClass are specified both have to match a template now.

KCP

It is now possible to create control plane nodes without taints. This can be done by specifying taints: [] in initConfiguration.nodeRegistration / joinConfiguration.nodeRegistration of a KubeadmControlPlane.

KCP now ensures that the CoreDNS deployment always tolerates the taints of the control plane nodes. This is especially important when updating to Kubernetes v1.24 which has the new node-role.kubernetes.io/control-plane taint.

✨ New Features

  • ClusterClass: use exact versions from ClusterClass, stop api bump in CC (#7306)

🐛 Bug Fixes

  • KCP: adjust CoreDNS tolerations according to Kubernetes version (#7370)
  • Fix marshaling of taints, so an empty slice is preserved (#7366)
  • Don't retry health check when Unauthorized is returned (#7359)
  • Remove unique patch ID from TopologyReconcile conditions (#7357)
  • Bump kindnet to v20221004-44d545d1 to fix routes on self-hosted upgrades (#7307, #7338)
  • Update ClusterResourceSetBinding owner references (#7312)

🌱 Others

  • clusterctl: support envsubst in clusterctl config (#7364)
  • Bump to Go 1.18.7 (#7350)
  • Log full object name and creation error for topology template reconcile (#7352)
  • Add PreWaitForCluster hook and CNIPath to e2e clusterctl upgrade test (#7316)
  • ClusterClass: make patch selector validation more robust (#7286)
  • Update references following Flatcar GitHub org rename (#7217)

📖 Additionally, there have been 11 contributions to our documentation and book. (#7326, #7325, #7294, #7289, #7287, #7281, #7265, #7253, #7255, #7252, #7250)

Thanks to all our contributors! 😊

Commits
  • bb37716 Merge pull request #7380 from k8s-infra-cherrypick-robot/cherry-pick-7375-to-...
  • 048a995 clusterctl: support Windows paths in overridesFolder
  • 643bd9e Merge pull request #7370 from k8s-infra-cherrypick-robot/cherry-pick-7368-to-...
  • f020ff1 KCP: adjust CoreDNS tolerations according to Kubernetes version
  • 21a9f58 Merge pull request #7366 from k8s-infra-cherrypick-robot/cherry-pick-7161-to-...
  • efdc18c Merge pull request #7364 from sbueringer/pr-1.2-clusterctl-path
  • 6ed29ff Fix marshaling of taints, so an empty slice is preserved
  • a2fdaed clusterctl: support envsubst in clusterctl config
  • 6db23b4 Merge pull request #7359 from k8s-infra-cherrypick-robot/cherry-pick-7356-to-...
  • b1e45cb Don't retry health check when Unauthorized is returned
  • 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)

Bumps [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.2.2...v1.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 10, 2022
@chrisdoherty4
Copy link
Member

@Mergifyio queue

@mergify
Copy link
Contributor

mergify bot commented Oct 13, 2022

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at cd6bb7d

@mergify mergify bot merged commit cd6bb7d into main Oct 13, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/cluster-api-1.2.3 branch October 13, 2022 12:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant