Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump sigs.k8s.io/cluster-api from 1.3.4 to 1.3.5 (tinker…
…bell#266) Bumps [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) from 1.3.4 to 1.3.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/cluster-api/releases">sigs.k8s.io/cluster-api's releases</a>.</em></p> <blockquote> <h2>v1.3.5</h2> <h2>👌 Kubernetes version support</h2> <ul> <li>Management Cluster: v1.20.x -> v1.26.x [1]</li> <li>Workload Cluster: v1.18.x -> v1.26.x</li> </ul> <p>[1] When using Cluster API with the experimental CLUSTER_TOPOLOGY feature, the Kubernetes version of the management cluster must be >= 1.22.0.</p> <p><a href="https://release-1-3.cluster-api.sigs.k8s.io/reference/versions.html">More information about version support can be found here</a></p> <h2>Changes since v1.3.3</h2> <p>Note: An issue with v1.3.4 resulted in <a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8218">clusterctl not working on some systems</a>. As a result this release superseded v1.3.4 after a short period. These notes show changes since v1.3.3 to give a more complete picture of updates over time.</p> <hr /> <h2>:bug: Bug Fixes</h2> <ul> <li>Replace fixed build uid with command (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8225">#8225</a>)</li> <li>ClusterCacheTracker: fix panic in error creation (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8064">#8064</a>)</li> <li>ClusterCacheTracker: Requeue health check during the creation of a new cluster accessor (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8158">#8158</a>)</li> <li>KCP: Allow unsetting fields if their child fields are mutable (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8081">#8081</a>)</li> </ul> <h2>:seedling: Others</h2> <ul> <li>Developer Experience: Bump github.com/coredns/corefile-migration from 1.0.19 to 1.0.20 (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8196">#8196</a>)</li> <li>Developer Experience: drop the draft release notes step from github workflow (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8032">#8032</a>)</li> <li>Developer Experience: Update Go to 1.19.6 (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8127">#8127</a>)</li> <li>Docs: fix command-line-tools links in book (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8163">#8163</a>)</li> <li>Docs: Small improvement to the backport policy (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8114">#8114</a>)</li> <li>Docs: Update owners file (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8070">#8070</a>)</li> <li>ClusterClass: catch panics when applying patches (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8082">#8082</a>)</li> <li>KCP: Update coredns corefile migration to v1.0.19 (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8078">#8078</a>)</li> </ul> <p>:book: Additionally, there have been 8 contributions to our documentation and book. (<a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8221">#8221</a>, <a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8212">#8212</a>, <a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8175">#8175</a>, <a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8174">#8174</a>, <a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8149">#8149</a>, <a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8150">#8150</a>, <a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8115">#8115</a>, <a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8113">#8113</a>)</p> <p><em>Thanks to all our contributors!</em> 😊</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/58770484dee6c99c10e32c06652e9f9643f78e9e"><code>5877048</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8225">#8225</a> from killianmuldoon/pr-1-3-fix-uid-in-release</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/22551efae48446b0d3ae9f8bb54de208737356e3"><code>22551ef</code></a> Replace fixed build uid with command</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/bcfeb06671e62ef0682923c79436f59c483109e6"><code>bcfeb06</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8221">#8221</a> from k8s-infra-cherrypick-robot/cherry-pick-8220-to-...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/eba5e2fd410c9c01d5024f5a8e27fd5777b8fa8a"><code>eba5e2f</code></a> Fix broken link to kubectl install</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/366f1ea9f0740a292b43af17469e2f8955883603"><code>366f1ea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/kubernetes-sigs/cluster-api/issues/8212">#8212</a> from k8s-infra-cherrypick-robot/cherry-pick-8088-to-...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/55d508d6b94348c2319867fd2cff7b4d68570a30"><code>55d508d</code></a> book: Document example VSCode envtest integration</li> <li>See full diff in <a href="https://github.com/kubernetes-sigs/cluster-api/compare/v1.3.4...v1.3.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cluster-api&package-manager=go_modules&previous-version=1.3.4&new-version=1.3.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
- Loading branch information