Skip to content

Commit 4f54621

Browse files
build(deps): bump sigs.k8s.io/cluster-api from 1.3.3 to 1.3.5 (#44)
Bumps [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) from 1.3.3 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 -&gt; v1.26.x [1]</li> <li>Workload Cluster: v1.18.x -&gt; 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 &gt;= 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://redirect.github.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://redirect.github.com/kubernetes-sigs/cluster-api/issues/8225">#8225</a>)</li> <li>ClusterCacheTracker: fix panic in error creation (<a href="https://redirect.github.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://redirect.github.com/kubernetes-sigs/cluster-api/issues/8158">#8158</a>)</li> <li>KCP: Allow unsetting fields if their child fields are mutable (<a href="https://redirect.github.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://redirect.github.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://redirect.github.com/kubernetes-sigs/cluster-api/issues/8032">#8032</a>)</li> <li>Developer Experience: Update Go to 1.19.6 (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8127">#8127</a>)</li> <li>Docs: fix command-line-tools links in book (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8163">#8163</a>)</li> <li>Docs: Small improvement to the backport policy (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8114">#8114</a>)</li> <li>Docs: Update owners file (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8070">#8070</a>)</li> <li>ClusterClass: catch panics when applying patches (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8082">#8082</a>)</li> <li>KCP: Update coredns corefile migration to v1.0.19 (<a href="https://redirect.github.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://redirect.github.com/kubernetes-sigs/cluster-api/issues/8221">#8221</a>, <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8212">#8212</a>, <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8175">#8175</a>, <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8174">#8174</a>, <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8149">#8149</a>, <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8150">#8150</a>, <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8115">#8115</a>, <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8113">#8113</a>)</p> <p><em>Thanks to all our contributors!</em> 😊</p> <h2>v1.3.4</h2> <p>🚨 Note: An issue with this release resulted in <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8218">clusterctl not working on some systems</a>. This release is superseded by <a href="https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.3.5">v1.3.5</a>. 🚨</p> <hr /> <h2>👌 Kubernetes version support</h2> <ul> <li>Management Cluster: v1.20.x -&gt; v1.26.x [1]</li> <li>Workload Cluster: v1.18.x -&gt; 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 &gt;= 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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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://redirect.github.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://redirect.github.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://redirect.github.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><a href="https://github.com/kubernetes-sigs/cluster-api/commit/26d03d29435305555ca9271fbe26916a37c43e11"><code>26d03d2</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8200">#8200</a> from k8s-infra-cherrypick-robot/cherry-pick-8199-to-...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/422c90f285c98011f7896b31840898c023193e4e"><code>422c90f</code></a> Fix git config in release-binary builds</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/38ec26a5b579e4880939d32a6bcd81c4764a9328"><code>38ec26a</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/8196">#8196</a> from killianmuldoon/pr-update-corefile</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/b399cc397219e1b74d8d69d35e7933be464a6c8c"><code>b399cc3</code></a> Bump github.com/coredns/corefile-migration from 1.0.19 to 1.0.20</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/cluster-api/compare/v1.3.3...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.3&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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1cf0d51 commit 4f54621

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
k8s.io/apimachinery v0.25.8
1818
k8s.io/component-base v0.25.8
1919
k8s.io/klog/v2 v2.90.1
20-
sigs.k8s.io/cluster-api v1.3.3
20+
sigs.k8s.io/cluster-api v1.3.5
2121
sigs.k8s.io/controller-runtime v0.13.1
2222
)
2323

go.sum

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnht
7676
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
7777
github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
7878
github.com/coredns/caddy v1.1.0 h1:ezvsPrT/tA/7pYDBZxu0cT0VmWk75AfIaf6GSYCNMf0=
79-
github.com/coredns/corefile-migration v1.0.18 h1:zs5PJm/VGZVje1ESRj6ZqyUuVsVfagExkbLU2QKV5mI=
79+
github.com/coredns/corefile-migration v1.0.20 h1:MdOkT6F3ehju/n9tgxlGct8XAajOX2vN+wG7To4BWSI=
8080
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
8181
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
8282
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
@@ -787,8 +787,8 @@ k8s.io/utils v0.0.0-20230209194617-a36077c30491/go.mod h1:OLgZIPagt7ERELqWJFomSt
787787
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
788788
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
789789
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
790-
sigs.k8s.io/cluster-api v1.3.3 h1:sHRAbuev6+bz3OAySmdmT62md/D/UUIy0EYwvP38H/4=
791-
sigs.k8s.io/cluster-api v1.3.3/go.mod h1:nnXmR51rHshpMEXmB4LZIwdiXWKXV6yaooB1KzrL0Qs=
790+
sigs.k8s.io/cluster-api v1.3.5 h1:Chg56Piv5ip0AFRN83H1I8uIn6qsdk+mr9hdq5Cxkf0=
791+
sigs.k8s.io/cluster-api v1.3.5/go.mod h1:9FNHNItE5c+klfDLNG3+ApSTX0H4yGAumdbFJMnk6Vc=
792792
sigs.k8s.io/controller-runtime v0.13.1 h1:tUsRCSJVM1QQOOeViGeX3GMT3dQF1eePPw6sEE3xSlg=
793793
sigs.k8s.io/controller-runtime v0.13.1/go.mod h1:Zbz+el8Yg31jubvAEyglRZGdLAjplZl+PgtYNI6WNTI=
794794
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=

0 commit comments

Comments
 (0)