Skip to content

Commit 6a2374c

Browse files
🌱 Bump the all-go-mod-patch-and-minor group across 1 directory with 7 updates (#219)
Bumps the all-go-mod-patch-and-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.19.1` | `2.20.2` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.34.1` | `1.34.2` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.30.3` | `0.30.5` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.30.3` | `0.30.5` | | [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.8.1` | `1.8.3` | | [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) | `1.8.1` | `1.8.3` | Updates `github.com/onsi/ginkgo/v2` from 2.19.1 to 2.20.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's releases</a>.</em></p> <blockquote> <h2>v2.20.2</h2> <h2>2.20.2</h2> <p>Require Go 1.22+</p> <h3>Maintenance</h3> <ul> <li>bump go to v1.22 [a671816]</li> </ul> <h2>v2.20.1</h2> <h2>2.20.1</h2> <h3>Fixes</h3> <ul> <li>make BeSpecEvent duration matcher more forgiving [d6f9640]</li> </ul> <h2>v2.20.0</h2> <h2>2.20.0</h2> <h3>Features</h3> <ul> <li>Add buildvcs flag [be5ab95]</li> </ul> <h3>Maintenance</h3> <ul> <li>Add update-deps to makefile [d303d14]</li> <li>bump all dependencies [7a50221]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's changelog</a>.</em></p> <blockquote> <h2>2.20.2</h2> <p>Require Go 1.22+</p> <h3>Maintenance</h3> <ul> <li>bump go to v1.22 [a671816]</li> </ul> <h2>2.20.1</h2> <h3>Fixes</h3> <ul> <li>make BeSpecEvent duration matcher more forgiving [d6f9640]</li> </ul> <h2>2.20.0</h2> <h3>Features</h3> <ul> <li>Add buildvcs flag [be5ab95]</li> </ul> <h3>Maintenance</h3> <ul> <li>Add update-deps to makefile [d303d14]</li> <li>bump all dependencies [7a50221]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/104752fa2e97f04b1300754e710c419a63d2d30c"><code>104752f</code></a> v2.20.2</li> <li><a href="https://github.com/onsi/ginkgo/commit/a671816770d938736c66ec06517807464fec1b05"><code>a671816</code></a> bump go to v1.22</li> <li><a href="https://github.com/onsi/ginkgo/commit/4ef0afb9f28f241c352cad6ca9dae8b149e57bc4"><code>4ef0afb</code></a> v2.20.1</li> <li><a href="https://github.com/onsi/ginkgo/commit/d6f96403bfb442abd624e26e92af2285dfaddd85"><code>d6f9640</code></a> make BeSpecEvent duration matcher more forgiving</li> <li><a href="https://github.com/onsi/ginkgo/commit/265b1a00989abc6d0b648b0e89d34f05b7c617aa"><code>265b1a0</code></a> v2.20.0</li> <li><a href="https://github.com/onsi/ginkgo/commit/d303d14edd13cbc4413c3de8e8c2460754cc88ce"><code>d303d14</code></a> Add update-deps to makefile</li> <li><a href="https://github.com/onsi/ginkgo/commit/7a502216054d1cfd0e243d9eabafbfaa4a1d3fb5"><code>7a50221</code></a> bump all dependencies</li> <li><a href="https://github.com/onsi/ginkgo/commit/be5ab950a71528b5d0dc2b82f8e1ae833cff2149"><code>be5ab95</code></a> Add buildvcs flag</li> <li>See full diff in <a href="https://github.com/onsi/ginkgo/compare/v2.19.1...v2.20.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/onsi/gomega` from 1.34.1 to 1.34.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's releases</a>.</em></p> <blockquote> <h2>v1.34.2</h2> <h2>1.34.2</h2> <p>Require Go 1.22+</p> <h3>Maintenance</h3> <ul> <li>bump ginkgo as well [c59c6dc]</li> <li>bump to go 1.22 - remove x/exp dependency [8158b99]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's changelog</a>.</em></p> <blockquote> <h2>1.34.2</h2> <p>Require Go 1.22+</p> <h3>Maintenance</h3> <ul> <li>bump ginkgo as well [c59c6dc]</li> <li>bump to go 1.22 - remove x/exp dependency [8158b99]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/7cabed651e981da0c7d0219ad7208626cef58016"><code>7cabed6</code></a> v1.34.2</li> <li><a href="https://github.com/onsi/gomega/commit/c59c6dc63a29a3a824329d4e5df245c3b82eb1eb"><code>c59c6dc</code></a> bump ginkgo as well</li> <li><a href="https://github.com/onsi/gomega/commit/8158b9979e6e5272ded30720f9458d03a81e91f1"><code>8158b99</code></a> bump to go 1.22 - remove x/exp dependency</li> <li>See full diff in <a href="https://github.com/onsi/gomega/compare/v1.34.1...v1.34.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/api` from 0.30.3 to 0.30.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/abb7e65dc4bd079426ca658e9bbac8597b9f9322"><code>abb7e65</code></a> Update dependencies to v0.30.5 tag</li> <li><a href="https://github.com/kubernetes/api/commit/f67709f69651e3c13859d01124fbf6716bf48814"><code>f67709f</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/126666">#126666</a><code>thockin/automated-cherry-pick-of-#126057</code></li> <li><a href="https://github.com/kubernetes/api/commit/02ab4fdf26fe943210ca82d7723a09a1c1503ac8"><code>02ab4fd</code></a> make PodIP.IP and HostIP.IP required.</li> <li><a href="https://github.com/kubernetes/api/commit/48606d9abc29f1db36518e4fc90e57b98797a719"><code>48606d9</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/126146">#126146</a> from xyz-li/cherrypick-124568</li> <li><a href="https://github.com/kubernetes/api/commit/58fa4cb2e9e108f2a3efe48ee8355cedcb528976"><code>58fa4cb</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/126059">#126059</a><code>mimowo/automated-cherry-pick-of-#126046</code></li> <li><a href="https://github.com/kubernetes/api/commit/8d00fd332599288520de79aeb924c79a5654edae"><code>8d00fd3</code></a> api: fix ValidatingAdmissionPolicyList json tag</li> <li><a href="https://github.com/kubernetes/api/commit/7c0a335fb0fa2069b9a9b8b65b811f30e0d7e7b9"><code>7c0a335</code></a> Use omitempty for optional fields in Job Pod Failure Policy</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.30.3...v0.30.5">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.30.3 to 0.30.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apimachinery/commit/07dc100ca27cee6e7e41844a5a0fbd5d2c71c2aa"><code>07dc100</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apimachinery/issues/126253">#126253</a><code>seans3/automated-cherry-pick-of-#126231</code></li> <li><a href="https://github.com/kubernetes/apimachinery/commit/117cae1aca6ddca0e84689528e9a1d467e2309fd"><code>117cae1</code></a> Falls back to SPDY for gorilla/websocket https proxy error</li> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.30.3...v0.30.5">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.30.3 to 0.30.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/07d68c820b8572aec6415a4c67b033047179a1a8"><code>07d68c8</code></a> Update dependencies to v0.30.5 tag</li> <li><a href="https://github.com/kubernetes/client-go/commit/8a9438e118caffcdc97238e3dc1bbc8e518876cf"><code>8a9438e</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/126797">#126797</a><code>BenTheElder/automated-cherry-pick-of-#126449</code></li> <li><a href="https://github.com/kubernetes/client-go/commit/cdafd6eb8644b691a6a43cfd9efa62a23444dca3"><code>cdafd6e</code></a> update coredns/corefile-migration to v1.0.24 to support coredns v1.11.3</li> <li><a href="https://github.com/kubernetes/client-go/commit/8981a9a956b536e7a5d732e0a7558c13843b7f5c"><code>8981a9a</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/126666">#126666</a><code>thockin/automated-cherry-pick-of-#126057</code></li> <li><a href="https://github.com/kubernetes/client-go/commit/f2cf545be19ab3bf0d2fa6ed48cb01bda8f1b502"><code>f2cf545</code></a> make PodIP.IP and HostIP.IP required.</li> <li><a href="https://github.com/kubernetes/client-go/commit/274256ef2e495787ada13a551750873b838e28fe"><code>274256e</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/126253">#126253</a><code>seans3/automated-cherry-pick-of-#126231</code></li> <li><a href="https://github.com/kubernetes/client-go/commit/c594704d127ad651f993702536ebb2bae76d2b40"><code>c594704</code></a> moving for easier cherry-pick</li> <li><a href="https://github.com/kubernetes/client-go/commit/b6e8438bf5f7ab15f7ff2cf5b817d2f1b5458b4b"><code>b6e8438</code></a> Falls back to SPDY for gorilla/websocket https proxy error</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.30.3...v0.30.5">compare view</a></li> </ul> </details> <br /> Updates `sigs.k8s.io/cluster-api` from 1.8.1 to 1.8.3 <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.8.3</h2> <h2>👌 Kubernetes version support</h2> <ul> <li>Management Cluster: v1.27.x -&gt; v1.31.x</li> <li>Workload Cluster: v1.25.x -&gt; v1.31.x</li> </ul> <p><a href="https://cluster-api.sigs.k8s.io/reference/versions.html">More information about version support can be found here</a></p> <h2>Changes since v1.8.2</h2> <h2>:chart_with_upwards_trend: Overview</h2> <ul> <li>4 new commits merged</li> <li>1 bug fixed 🐛</li> </ul> <h2>:bug: Bug Fixes</h2> <ul> <li>KCP: Make KCP pre-terminate hook more robust (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a>)</li> </ul> <h2>:seedling: Others</h2> <ul> <li>Dependency: Bump to Go 1.22.7 (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a>)</li> <li>e2e: Test/e2e: increase concurrency (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a>)</li> </ul> <p>:book: Additionally, there has been 1 contribution to our documentation and book. (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a>)</p> <h2>Dependencies</h2> <h3>Added</h3> <p><em>Nothing has changed.</em></p> <h3>Changed</h3> <p><em>Nothing has changed.</em></p> <h3>Removed</h3> <p><em>Nothing has changed.</em></p> <p><em>Thanks to all our contributors!</em> 😊</p> <h2>v1.8.2</h2> <h2>👌 Kubernetes version support</h2> <ul> <li>Management Cluster: v1.27.x -&gt; v1.31.x</li> <li>Workload Cluster: v1.25.x -&gt; v1.31.x</li> </ul> <p><a href="https://cluster-api.sigs.k8s.io/reference/versions.html">More information about version support can be found here</a></p> <h2>Highlights</h2> <p>This release contains an <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/pull/11136">important fix</a> for KCP with Kubernetes v1.31. We recommend all users to upgrade to this release.</p> <p>The fix required the introduction of a pre-terminate hook that is automatically added and managed by the KCP controller for KCP control plane Machines. If your control plane Machines are using Kubernetes 1.31, KCP will make sure that</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/945c938ce3e093c71950e022de4253373f911ae8"><code>945c938</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a> from sbueringer/pr-make-kcp-pre-terminate-more-robu...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/bd295c464ad77e71f4d351c5f1f4a04a9a98c1e5"><code>bd295c4</code></a> Make KCP pre-terminate hook more robust</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/693650c3b3780a132b40e3f2344d3f967d073ad0"><code>693650c</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a> from k8s-infra-cherrypick-robot/cherry-pick-11156-t...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/81d928b42f659ce51bc2767e083d6ed7b51b7001"><code>81d928b</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a> from sbueringer/pr-clarify-kcp-pre-terminate-1.8</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/de364e7bbb0a0cab444bfbffffac157cecba5452"><code>de364e7</code></a> Bump to Go 1.22.7</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/e18dabd0478293b1353e6f79f31f4639a3702f1f"><code>e18dabd</code></a> Add more documentation about the KCP pre-terminate hook</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/8272c25e778b499cd86e80c403fbfb11e83ae973"><code>8272c25</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a> from k8s-infra-cherrypick-robot/cherry-pick-11067-t...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/d9863b5956b3d6fb129734bbdf7477f1a5cb22d1"><code>d9863b5</code></a> test/e2e: increase concurrency</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/b77226186d59ee0243bd13ed9bbbd1c2b6d98aa9"><code>b772261</code></a> [release-1.8] 🐛 KCP: remove etcd member in pre-terminate hook (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11136">#11136</a>)</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/0885e48b11738540ffe60cbcad0e7e6efff40ab6"><code>0885e48</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11139">#11139</a> from k8s-infra-cherrypick-robot/cherry-pick-11119-t...</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/cluster-api/compare/v1.8.1...v1.8.3">compare view</a></li> </ul> </details> <br /> Updates `sigs.k8s.io/cluster-api/test` from 1.8.1 to 1.8.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/cluster-api/releases">sigs.k8s.io/cluster-api/test's releases</a>.</em></p> <blockquote> <h2>v1.8.3</h2> <h2>👌 Kubernetes version support</h2> <ul> <li>Management Cluster: v1.27.x -&gt; v1.31.x</li> <li>Workload Cluster: v1.25.x -&gt; v1.31.x</li> </ul> <p><a href="https://cluster-api.sigs.k8s.io/reference/versions.html">More information about version support can be found here</a></p> <h2>Changes since v1.8.2</h2> <h2>:chart_with_upwards_trend: Overview</h2> <ul> <li>4 new commits merged</li> <li>1 bug fixed 🐛</li> </ul> <h2>:bug: Bug Fixes</h2> <ul> <li>KCP: Make KCP pre-terminate hook more robust (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a>)</li> </ul> <h2>:seedling: Others</h2> <ul> <li>Dependency: Bump to Go 1.22.7 (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a>)</li> <li>e2e: Test/e2e: increase concurrency (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a>)</li> </ul> <p>:book: Additionally, there has been 1 contribution to our documentation and book. (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a>)</p> <h2>Dependencies</h2> <h3>Added</h3> <p><em>Nothing has changed.</em></p> <h3>Changed</h3> <p><em>Nothing has changed.</em></p> <h3>Removed</h3> <p><em>Nothing has changed.</em></p> <p><em>Thanks to all our contributors!</em> 😊</p> <h2>v1.8.2</h2> <h2>👌 Kubernetes version support</h2> <ul> <li>Management Cluster: v1.27.x -&gt; v1.31.x</li> <li>Workload Cluster: v1.25.x -&gt; v1.31.x</li> </ul> <p><a href="https://cluster-api.sigs.k8s.io/reference/versions.html">More information about version support can be found here</a></p> <h2>Highlights</h2> <p>This release contains an <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/pull/11136">important fix</a> for KCP with Kubernetes v1.31. We recommend all users to upgrade to this release.</p> <p>The fix required the introduction of a pre-terminate hook that is automatically added and managed by the KCP controller for KCP control plane Machines. If your control plane Machines are using Kubernetes 1.31, KCP will make sure that</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/945c938ce3e093c71950e022de4253373f911ae8"><code>945c938</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a> from sbueringer/pr-make-kcp-pre-terminate-more-robu...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/bd295c464ad77e71f4d351c5f1f4a04a9a98c1e5"><code>bd295c4</code></a> Make KCP pre-terminate hook more robust</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/693650c3b3780a132b40e3f2344d3f967d073ad0"><code>693650c</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a> from k8s-infra-cherrypick-robot/cherry-pick-11156-t...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/81d928b42f659ce51bc2767e083d6ed7b51b7001"><code>81d928b</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a> from sbueringer/pr-clarify-kcp-pre-terminate-1.8</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/de364e7bbb0a0cab444bfbffffac157cecba5452"><code>de364e7</code></a> Bump to Go 1.22.7</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/e18dabd0478293b1353e6f79f31f4639a3702f1f"><code>e18dabd</code></a> Add more documentation about the KCP pre-terminate hook</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/8272c25e778b499cd86e80c403fbfb11e83ae973"><code>8272c25</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a> from k8s-infra-cherrypick-robot/cherry-pick-11067-t...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/d9863b5956b3d6fb129734bbdf7477f1a5cb22d1"><code>d9863b5</code></a> test/e2e: increase concurrency</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/b77226186d59ee0243bd13ed9bbbd1c2b6d98aa9"><code>b772261</code></a> [release-1.8] 🐛 KCP: remove etcd member in pre-terminate hook (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11136">#11136</a>)</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/0885e48b11738540ffe60cbcad0e7e6efff40ab6"><code>0885e48</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11139">#11139</a> from k8s-infra-cherrypick-robot/cherry-pick-11119-t...</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/cluster-api/compare/v1.8.1...v1.8.3">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67c2ce7 commit 6a2374c

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ require (
88
github.com/google/uuid v1.6.0
99
github.com/ionos-cloud/sdk-go/v6 v6.2.1
1010
github.com/jarcoal/httpmock v1.3.1
11-
github.com/onsi/ginkgo/v2 v2.19.1
12-
github.com/onsi/gomega v1.34.1
11+
github.com/onsi/ginkgo/v2 v2.20.2
12+
github.com/onsi/gomega v1.34.2
1313
github.com/spf13/pflag v1.0.5
1414
github.com/stretchr/testify v1.9.0
15-
k8s.io/api v0.30.3
16-
k8s.io/apimachinery v0.30.3
17-
k8s.io/client-go v0.30.3
15+
k8s.io/api v0.30.5
16+
k8s.io/apimachinery v0.30.5
17+
k8s.io/client-go v0.30.5
1818
k8s.io/klog/v2 v2.130.1
19-
sigs.k8s.io/cluster-api v1.8.1
20-
sigs.k8s.io/cluster-api/test v1.8.1
19+
sigs.k8s.io/cluster-api v1.8.3
20+
sigs.k8s.io/cluster-api/test v1.8.3
2121
sigs.k8s.io/controller-runtime v0.18.5
2222
)
2323

2424
require (
25-
github.com/BurntSushi/toml v1.0.0 // indirect
25+
github.com/BurntSushi/toml v1.4.0 // indirect
2626
github.com/MakeNowJust/heredoc v1.0.0 // indirect
2727
github.com/Masterminds/goutils v1.1.1 // indirect
2828
github.com/Masterminds/semver/v3 v3.2.0 // indirect
@@ -31,7 +31,7 @@ require (
3131
github.com/NYTimes/gziphandler v1.1.1 // indirect
3232
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
3333
github.com/adrg/xdg v0.5.0 // indirect
34-
github.com/alessio/shellescape v1.4.1 // indirect
34+
github.com/alessio/shellescape v1.4.2 // indirect
3535
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
3636
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
3737
github.com/beorn7/perks v1.0.1 // indirect
@@ -65,7 +65,7 @@ require (
6565
github.com/google/go-github/v53 v53.2.0 // indirect
6666
github.com/google/go-querystring v1.1.0 // indirect
6767
github.com/google/gofuzz v1.2.0 // indirect
68-
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
68+
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
6969
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
7070
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
7171
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -117,16 +117,16 @@ require (
117117
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
118118
go.uber.org/multierr v1.11.0 // indirect
119119
go.uber.org/zap v1.27.0 // indirect
120-
golang.org/x/crypto v0.25.0 // indirect
120+
golang.org/x/crypto v0.26.0 // indirect
121121
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
122-
golang.org/x/net v0.27.0 // indirect
122+
golang.org/x/net v0.28.0 // indirect
123123
golang.org/x/oauth2 v0.21.0 // indirect
124-
golang.org/x/sync v0.7.0 // indirect
125-
golang.org/x/sys v0.22.0 // indirect
126-
golang.org/x/term v0.22.0 // indirect
127-
golang.org/x/text v0.16.0 // indirect
124+
golang.org/x/sync v0.8.0 // indirect
125+
golang.org/x/sys v0.24.0 // indirect
126+
golang.org/x/term v0.23.0 // indirect
127+
golang.org/x/text v0.17.0 // indirect
128128
golang.org/x/time v0.5.0 // indirect
129-
golang.org/x/tools v0.23.0 // indirect
129+
golang.org/x/tools v0.24.0 // indirect
130130
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
131131
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
132132
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
@@ -144,7 +144,7 @@ require (
144144
k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
145145
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.0 // indirect
146146
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
147-
sigs.k8s.io/kind v0.23.0 // indirect
147+
sigs.k8s.io/kind v0.24.0 // indirect
148148
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
149149
sigs.k8s.io/yaml v1.4.0 // indirect
150150
)

go.sum

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8=
22
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
3-
github.com/BurntSushi/toml v1.0.0 h1:dtDWrepsVPfW9H/4y7dDgFc2MBUSeJhlaDtK13CxFlU=
4-
github.com/BurntSushi/toml v1.0.0/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
3+
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
4+
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
55
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=
66
github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE=
77
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
@@ -18,8 +18,8 @@ github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 h1:wPbRQzjjwF
1818
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=
1919
github.com/adrg/xdg v0.5.0 h1:dDaZvhMXatArP1NPHhnfaQUqWBLBsmx1h1HXQdMoFCY=
2020
github.com/adrg/xdg v0.5.0/go.mod h1:dDdY4M4DF9Rjy4kHPeNL+ilVF+p2lK8IdM9/rTSGcI4=
21-
github.com/alessio/shellescape v1.4.1 h1:V7yhSDDn8LP4lc4jS8pFkt0zCnzVJlG5JXy9BVKJUX0=
22-
github.com/alessio/shellescape v1.4.1/go.mod h1:PZAiSCk0LJaZkiCSkPv8qIobYglO3FPpyFjDCtHLS30=
21+
github.com/alessio/shellescape v1.4.2 h1:MHPfaU+ddJ0/bYWpgIeUnQUqKrlJ1S7BfEYPM4uEoM0=
22+
github.com/alessio/shellescape v1.4.2/go.mod h1:PZAiSCk0LJaZkiCSkPv8qIobYglO3FPpyFjDCtHLS30=
2323
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df h1:7RFfzj4SSt6nnvCPbCqijJi1nWCd+TqAT3bYCStRC18=
2424
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df/go.mod h1:pSwJ0fSY5KhvocuWSx4fz3BA8OrA1bQn+K1Eli3BRwM=
2525
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA=
@@ -122,8 +122,8 @@ github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17
122122
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
123123
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
124124
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
125-
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 h1:k7nVchz72niMH6YLQNvHSdIE7iqsQxK1P41mySCvssg=
126-
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6/go.mod h1:kf6iHlnVGwgKolg33glAes7Yg/8iWP8ukqeldJSO7jw=
125+
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 h1:5iH8iuqE5apketRbSFBy+X1V0o+l+8NF1avt4HWl7cA=
126+
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5/go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144=
127127
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 h1:SJ+NtwL6QaZ21U+IrK7d0gGgpjGGvd2kz+FzTHVzdqI=
128128
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2/go.mod h1:Tv1PlzqC9t8wNnpPdctvtSUOPUUg4SHeE6vR1Ir2hmg=
129129
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
@@ -198,10 +198,10 @@ github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
198198
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
199199
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
200200
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
201-
github.com/onsi/ginkgo/v2 v2.19.1 h1:QXgq3Z8Crl5EL1WBAC98A5sEBHARrAJNzAmMxzLcRF0=
202-
github.com/onsi/ginkgo/v2 v2.19.1/go.mod h1:O3DtEWQkPa/F7fBMgmZQKKsluAy8pd3rEQdrjkPb9zA=
203-
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
204-
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
201+
github.com/onsi/ginkgo/v2 v2.20.2 h1:7NVCeyIWROIAheY21RLS+3j2bb52W0W82tkberYytp4=
202+
github.com/onsi/ginkgo/v2 v2.20.2/go.mod h1:K9gyxPIlb+aIvnZ8bd9Ak+YP18w3APlR+5coaZoE2ag=
203+
github.com/onsi/gomega v1.34.2 h1:pNCwDkzrsv7MS9kpaQvVb1aVLahQXyJ/Tv5oAZMI3i8=
204+
github.com/onsi/gomega v1.34.2/go.mod h1:v1xfxRgk0KIsG+QOdm7p8UosrOzPYRo60fd3B/1Dukc=
205205
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
206206
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
207207
github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM=
@@ -325,8 +325,8 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
325325
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
326326
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
327327
golang.org/x/crypto v0.3.0/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
328-
golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30=
329-
golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
328+
golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw=
329+
golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54=
330330
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8=
331331
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY=
332332
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
@@ -339,16 +339,16 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY
339339
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
340340
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
341341
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
342-
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=
343-
golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE=
342+
golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=
343+
golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg=
344344
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
345345
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
346346
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
347347
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
348348
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
349349
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
350-
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
351-
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
350+
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
351+
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
352352
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
353353
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
354354
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
@@ -361,28 +361,28 @@ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBc
361361
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
362362
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
363363
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
364-
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
365-
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
364+
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg=
365+
golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
366366
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
367367
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
368368
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
369-
golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk=
370-
golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4=
369+
golang.org/x/term v0.23.0 h1:F6D4vR+EHoL9/sWAWgAR1H2DcHr4PareCbAaCo1RpuU=
370+
golang.org/x/term v0.23.0/go.mod h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk=
371371
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
372372
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
373373
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
374374
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
375-
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
376-
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
375+
golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc=
376+
golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
377377
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
378378
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
379379
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
380380
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
381381
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
382382
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
383383
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
384-
golang.org/x/tools v0.23.0 h1:SGsXPZ+2l4JsgaCKkx+FQ9YZ5XEtA1GZYuoDjenLjvg=
385-
golang.org/x/tools v0.23.0/go.mod h1:pnu6ufv6vQkll6szChhK3C3L/ruaIv5eBeztNG8wtsI=
384+
golang.org/x/tools v0.24.0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24=
385+
golang.org/x/tools v0.24.0/go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ=
386386
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
387387
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
388388
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
@@ -419,16 +419,16 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
419419
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
420420
gotest.tools/v3 v3.4.0 h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o=
421421
gotest.tools/v3 v3.4.0/go.mod h1:CtbdzLSsqVhDgMtKsx03ird5YTGB3ar27v0u/yKBW5g=
422-
k8s.io/api v0.30.3 h1:ImHwK9DCsPA9uoU3rVh4QHAHHK5dTSv1nxJUapx8hoQ=
423-
k8s.io/api v0.30.3/go.mod h1:GPc8jlzoe5JG3pb0KJCSLX5oAFIW3/qNJITlDj8BH04=
422+
k8s.io/api v0.30.5 h1:Coz05sfEVywzGcA96AJPUfs2B8LBMnh+IIsM+HCfaz8=
423+
k8s.io/api v0.30.5/go.mod h1:HfNBGFvq9iNK8dmTKjYIdAtMxu8BXTb9c1SJyO6QjKs=
424424
k8s.io/apiextensions-apiserver v0.30.3 h1:oChu5li2vsZHx2IvnGP3ah8Nj3KyqG3kRSaKmijhB9U=
425425
k8s.io/apiextensions-apiserver v0.30.3/go.mod h1:uhXxYDkMAvl6CJw4lrDN4CPbONkF3+XL9cacCT44kV4=
426-
k8s.io/apimachinery v0.30.3 h1:q1laaWCmrszyQuSQCfNB8cFgCuDAoPszKY4ucAjDwHc=
427-
k8s.io/apimachinery v0.30.3/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
426+
k8s.io/apimachinery v0.30.5 h1:CQZO19GFgw4zcOjY2H+mJ3k1u1o7zFACTNCB7nu4O18=
427+
k8s.io/apimachinery v0.30.5/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
428428
k8s.io/apiserver v0.30.3 h1:QZJndA9k2MjFqpnyYv/PH+9PE0SHhx3hBho4X0vE65g=
429429
k8s.io/apiserver v0.30.3/go.mod h1:6Oa88y1CZqnzetd2JdepO0UXzQX4ZnOekx2/PtEjrOg=
430-
k8s.io/client-go v0.30.3 h1:bHrJu3xQZNXIi8/MoxYtZBBWQQXwy16zqJwloXXfD3k=
431-
k8s.io/client-go v0.30.3/go.mod h1:8d4pf8vYu665/kUbsxWAQ/JDBNWqfFeZnvFiVdmx89U=
430+
k8s.io/client-go v0.30.5 h1:vEDSzfTz0F8TXcWVdXl+aqV7NAV8M3UvC2qnGTTCoKw=
431+
k8s.io/client-go v0.30.5/go.mod h1:/q5fHHBmhAUesOOFJACpD7VJ4e57rVtTPDOsvXrPpMk=
432432
k8s.io/cluster-bootstrap v0.30.3 h1:MgxyxMkpaC6mu0BKWJ8985XCOnKU+eH3Iy+biwtDXRk=
433433
k8s.io/cluster-bootstrap v0.30.3/go.mod h1:h8BoLDfdD7XEEIXy7Bx9FcMzxHwz29jsYYi34bM5DKU=
434434
k8s.io/component-base v0.30.3 h1:Ci0UqKWf4oiwy8hr1+E3dsnliKnkMLZMVbWzeorlk7s=
@@ -441,16 +441,16 @@ k8s.io/utils v0.0.0-20231127182322-b307cd553661 h1:FepOBzJ0GXm8t0su67ln2wAZjbQ6R
441441
k8s.io/utils v0.0.0-20231127182322-b307cd553661/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
442442
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.0 h1:Tc9rS7JJoZ9sl3OpL4842oIk6lH7gWBb0JOmJ0ute7M=
443443
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.0/go.mod h1:1ewhL9l1gkPcU/IU/6rFYfikf+7Y5imWv7ARVbBOzNs=
444-
sigs.k8s.io/cluster-api v1.8.1 h1:OA3w1CjCmXXXDL7aY3WDe+seL0mdFVJX1K5mZwqKbDE=
445-
sigs.k8s.io/cluster-api v1.8.1/go.mod h1:pXv5LqLxuIbhGIXykyNKiJh+KrLweSBajVHHitPLyoY=
446-
sigs.k8s.io/cluster-api/test v1.8.1 h1:f8T5mPVwNxxFYhdWARJcbtf3hZIqAzSmD/L2WdiEgmI=
447-
sigs.k8s.io/cluster-api/test v1.8.1/go.mod h1:tOLF0saxjx08hoQfXOR484cK+sMmusSGhh1209klXF8=
444+
sigs.k8s.io/cluster-api v1.8.3 h1:N6i25rF5QMadwVg2UPfuO6CzmNXjqnF2r1MAO+kcsro=
445+
sigs.k8s.io/cluster-api v1.8.3/go.mod h1:pXv5LqLxuIbhGIXykyNKiJh+KrLweSBajVHHitPLyoY=
446+
sigs.k8s.io/cluster-api/test v1.8.3 h1:kOGXedULJnZIcl7xHt/Kkaju5IRqkd12H6QSLAqX8LE=
447+
sigs.k8s.io/cluster-api/test v1.8.3/go.mod h1:odnzMkDndCRPCWdwl0CRofyZyY857wN34bUih1MLKIc=
448448
sigs.k8s.io/controller-runtime v0.18.5 h1:nTHio/W+Q4aBlQMgbnC5hZb4IjIidyrizMai9P6n4Rk=
449449
sigs.k8s.io/controller-runtime v0.18.5/go.mod h1:TVoGrfdpbA9VRFaRnKgk9P5/atA0pMwq+f+msb9M8Sg=
450450
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
451451
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
452-
sigs.k8s.io/kind v0.23.0 h1:8fyDGWbWTeCcCTwA04v4Nfr45KKxbSPH1WO9K+jVrBg=
453-
sigs.k8s.io/kind v0.23.0/go.mod h1:ZQ1iZuJLh3T+O8fzhdi3VWcFTzsdXtNv2ppsHc8JQ7s=
452+
sigs.k8s.io/kind v0.24.0 h1:g4y4eu0qa+SCeKESLpESgMmVFBebL0BDa6f777OIWrg=
453+
sigs.k8s.io/kind v0.24.0/go.mod h1:t7ueEpzPYJvHA8aeLtI52rtFftNgUYUaCwvxjk7phfw=
454454
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=
455455
sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08=
456456
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=

0 commit comments

Comments
 (0)