Skip to content

Commit 1f06650

Browse files
build(deps): Bump the all-go-mod-patch-and-minor group across 4 directories with 14 updates (#1087)
Bumps the all-go-mod-patch-and-minor group with 2 updates in the / directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/onsi/gomega](https://github.com/onsi/gomega). Bumps the all-go-mod-patch-and-minor group with 1 update in the /api directory: [github.com/onsi/gomega](https://github.com/onsi/gomega). Bumps the all-go-mod-patch-and-minor group with 2 updates in the /common directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/onsi/gomega](https://github.com/onsi/gomega). Bumps the all-go-mod-patch-and-minor group with 7 updates in the /hack/tools directory: | Package | From | To | | --- | --- | --- | | [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.6` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.31.3` | `0.31.7` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.31.3` | `0.31.7` | | [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.9.3` | `1.9.6` | | [github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch) | `5.9.0` | `5.9.11` | | [gomodules.xyz/jsonpatch/v2](https://github.com/gomodules/jsonpatch) | `2.4.0` | `2.5.0` | Updates `github.com/onsi/ginkgo/v2` from 2.23.1 to 2.23.3 <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.23.3</h2> <h2>2.23.3</h2> <h3>Fixes</h3> <ul> <li>allow <code>-</code> as a standalone argument [cfcc1a5]</li> <li>Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context() [feaf292]</li> <li>ignore exit code for symbol test on linux [88e2282]</li> </ul> <h2>v2.23.2</h2> <h2>2.23.2</h2> <p>🎉🎉🎉</p> <p>At long last, some long-standing performance gaps between <code>ginkgo</code> and <code>go test</code> have been resolved!</p> <p>Ginkgo operates by running <code>go test -c</code> to generate test binaries, and then running those binaries. It turns out that the compilation step of <code>go test -c</code> is slower than <code>go test</code>'s compilation step because <code>go test</code> strips out debug symbols (<code>ldflags=-w</code>) whereas <code>go test -c</code> does not.</p> <p>Ginkgo now passes the appropriate <code>ldflags</code> to <code>go test -c</code> when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and when <code>ginkgo build</code> is called explicitly.</p> <p>This, coupled, with the <a href="https://onsi.github.io/ginkgo/#if-you-are-running-on-macos">instructions for disabling XProtect on MacOS</a> yields a much better performance experience with Ginkgo.</p> </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.23.3</h2> <h3>Fixes</h3> <ul> <li>allow <code>-</code> as a standalone argument [cfcc1a5]</li> <li>Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context() [feaf292]</li> <li>ignore exit code for symbol test on linux [88e2282]</li> </ul> <h2>2.23.2</h2> <p>🎉🎉🎉</p> <p>At long last, some long-standing performance gaps between <code>ginkgo</code> and <code>go test</code> have been resolved!</p> <p>Ginkgo operates by running <code>go test -c</code> to generate test binaries, and then running those binaries. It turns out that the compilation step of <code>go test -c</code> is slower than <code>go test</code>'s compilation step because <code>go test</code> strips out debug symbols (<code>ldflags=-w</code>) whereas <code>go test -c</code> does not.</p> <p>Ginkgo now passes the appropriate <code>ldflags</code> to <code>go test -c</code> when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and when <code>ginkgo build</code> is called explicitly.</p> <p>This, coupled, with the <a href="https://onsi.github.io/ginkgo/#if-you-are-running-on-macos">instructions for disabling XProtect on MacOS</a> yields a much better performance experience with Ginkgo.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/04a9a74a903f8346aec01c54818c617ad02197ab"><code>04a9a74</code></a> v2.23.3</li> <li><a href="https://github.com/onsi/ginkgo/commit/cfcc1a54014b8e077d9ee285038b73ff9763562c"><code>cfcc1a5</code></a> allow <code>-</code> as a standalone argument</li> <li><a href="https://github.com/onsi/ginkgo/commit/feaf292383aefea4a95ff7038a99764130127505"><code>feaf292</code></a> Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context()</li> <li><a href="https://github.com/onsi/ginkgo/commit/88e22820c3bf7593627a538e001d6a587e31c8b1"><code>88e2282</code></a> ignore exit code for symbol test on linux</li> <li><a href="https://github.com/onsi/ginkgo/commit/979c969fff919e8363a2ce7925465e028ebcab2f"><code>979c969</code></a> v2.23.2</li> <li><a href="https://github.com/onsi/ginkgo/commit/976a5c0dfc4a6770b899bfbe62174a07c32c8ad8"><code>976a5c0</code></a> strip out symbols when running ginkgo</li> <li>See full diff in <a href="https://github.com/onsi/ginkgo/compare/v2.23.1...v2.23.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/onsi/gomega` from 1.36.2 to 1.36.3 <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.36.3</h2> <h2>1.36.3</h2> <h3>Maintenance</h3> <ul> <li>bump all the things [adb8b49]</li> <li>chore: replace <code>interface{}</code> with <code>any</code> [7613216]</li> <li>Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>) [9fe5259]</li> <li>remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>) [a0e85b9]</li> <li>Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>) [604a8b1]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>) [36fbc84]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>) [ced70d7]</li> <li>Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>) [c8b4a07]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>) [06431b9]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/800">#800</a>) [b55a92d]</li> <li>Fix typos (<a href="https://redirect.github.com/onsi/gomega/issues/813">#813</a>) [a1d518b]</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.36.3</h2> <h3>Maintenance</h3> <ul> <li>bump all the things [adb8b49]</li> <li>chore: replace <code>interface{}</code> with <code>any</code> [7613216]</li> <li>Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>) [9fe5259]</li> <li>remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>) [a0e85b9]</li> <li>Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>) [604a8b1]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>) [36fbc84]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>) [ced70d7]</li> <li>Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>) [c8b4a07]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>) [06431b9]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/800">#800</a>) [b55a92d]</li> <li>Fix typos (<a href="https://redirect.github.com/onsi/gomega/issues/813">#813</a>) [a1d518b]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/225114336a6717596c44d6b175e826b2f3d4c147"><code>2251143</code></a> v1.36.3</li> <li><a href="https://github.com/onsi/gomega/commit/adb8b4976faa398931a6fb1c5fe17eda7dbe72c7"><code>adb8b49</code></a> bump all the things</li> <li><a href="https://github.com/onsi/gomega/commit/76132163ee4176163a07cef6fedafb19a8a347a8"><code>7613216</code></a> chore: replace <code>interface{}</code> with <code>any</code></li> <li><a href="https://github.com/onsi/gomega/commit/9fe5259f96673cbc44a2984e9a003a5fd2cb7d3a"><code>9fe5259</code></a> Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/a0e85b953834893bcfac18266026076947b38d99"><code>a0e85b9</code></a> remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/604a8b1b7b1e9a9876efc90546428594d84289d9"><code>604a8b1</code></a> Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/36fbc8471a1a2391d40b9b8e561e014b3771255c"><code>36fbc84</code></a> Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/ced70d75ba48c03934c265b05e31441d728d285b"><code>ced70d7</code></a> Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/c8b4a0765a95c35530e91c773e62db6596e309b6"><code>c8b4a07</code></a> Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/06431b928f0d0dfc1b92f4ecfef5c15dfd2d1ce7"><code>06431b9</code></a> Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>)</li> <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.36.2...v1.36.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/onsi/gomega` from 1.36.2 to 1.36.3 <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.36.3</h2> <h2>1.36.3</h2> <h3>Maintenance</h3> <ul> <li>bump all the things [adb8b49]</li> <li>chore: replace <code>interface{}</code> with <code>any</code> [7613216]</li> <li>Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>) [9fe5259]</li> <li>remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>) [a0e85b9]</li> <li>Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>) [604a8b1]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>) [36fbc84]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>) [ced70d7]</li> <li>Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>) [c8b4a07]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>) [06431b9]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/800">#800</a>) [b55a92d]</li> <li>Fix typos (<a href="https://redirect.github.com/onsi/gomega/issues/813">#813</a>) [a1d518b]</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.36.3</h2> <h3>Maintenance</h3> <ul> <li>bump all the things [adb8b49]</li> <li>chore: replace <code>interface{}</code> with <code>any</code> [7613216]</li> <li>Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>) [9fe5259]</li> <li>remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>) [a0e85b9]</li> <li>Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>) [604a8b1]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>) [36fbc84]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>) [ced70d7]</li> <li>Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>) [c8b4a07]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>) [06431b9]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/800">#800</a>) [b55a92d]</li> <li>Fix typos (<a href="https://redirect.github.com/onsi/gomega/issues/813">#813</a>) [a1d518b]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/225114336a6717596c44d6b175e826b2f3d4c147"><code>2251143</code></a> v1.36.3</li> <li><a href="https://github.com/onsi/gomega/commit/adb8b4976faa398931a6fb1c5fe17eda7dbe72c7"><code>adb8b49</code></a> bump all the things</li> <li><a href="https://github.com/onsi/gomega/commit/76132163ee4176163a07cef6fedafb19a8a347a8"><code>7613216</code></a> chore: replace <code>interface{}</code> with <code>any</code></li> <li><a href="https://github.com/onsi/gomega/commit/9fe5259f96673cbc44a2984e9a003a5fd2cb7d3a"><code>9fe5259</code></a> Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/a0e85b953834893bcfac18266026076947b38d99"><code>a0e85b9</code></a> remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/604a8b1b7b1e9a9876efc90546428594d84289d9"><code>604a8b1</code></a> Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/36fbc8471a1a2391d40b9b8e561e014b3771255c"><code>36fbc84</code></a> Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/ced70d75ba48c03934c265b05e31441d728d285b"><code>ced70d7</code></a> Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/c8b4a0765a95c35530e91c773e62db6596e309b6"><code>c8b4a07</code></a> Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/06431b928f0d0dfc1b92f4ecfef5c15dfd2d1ce7"><code>06431b9</code></a> Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>)</li> <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.36.2...v1.36.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/onsi/ginkgo/v2` from 2.23.1 to 2.23.3 <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.23.3</h2> <h2>2.23.3</h2> <h3>Fixes</h3> <ul> <li>allow <code>-</code> as a standalone argument [cfcc1a5]</li> <li>Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context() [feaf292]</li> <li>ignore exit code for symbol test on linux [88e2282]</li> </ul> <h2>v2.23.2</h2> <h2>2.23.2</h2> <p>🎉🎉🎉</p> <p>At long last, some long-standing performance gaps between <code>ginkgo</code> and <code>go test</code> have been resolved!</p> <p>Ginkgo operates by running <code>go test -c</code> to generate test binaries, and then running those binaries. It turns out that the compilation step of <code>go test -c</code> is slower than <code>go test</code>'s compilation step because <code>go test</code> strips out debug symbols (<code>ldflags=-w</code>) whereas <code>go test -c</code> does not.</p> <p>Ginkgo now passes the appropriate <code>ldflags</code> to <code>go test -c</code> when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and when <code>ginkgo build</code> is called explicitly.</p> <p>This, coupled, with the <a href="https://onsi.github.io/ginkgo/#if-you-are-running-on-macos">instructions for disabling XProtect on MacOS</a> yields a much better performance experience with Ginkgo.</p> </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.23.3</h2> <h3>Fixes</h3> <ul> <li>allow <code>-</code> as a standalone argument [cfcc1a5]</li> <li>Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context() [feaf292]</li> <li>ignore exit code for symbol test on linux [88e2282]</li> </ul> <h2>2.23.2</h2> <p>🎉🎉🎉</p> <p>At long last, some long-standing performance gaps between <code>ginkgo</code> and <code>go test</code> have been resolved!</p> <p>Ginkgo operates by running <code>go test -c</code> to generate test binaries, and then running those binaries. It turns out that the compilation step of <code>go test -c</code> is slower than <code>go test</code>'s compilation step because <code>go test</code> strips out debug symbols (<code>ldflags=-w</code>) whereas <code>go test -c</code> does not.</p> <p>Ginkgo now passes the appropriate <code>ldflags</code> to <code>go test -c</code> when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and when <code>ginkgo build</code> is called explicitly.</p> <p>This, coupled, with the <a href="https://onsi.github.io/ginkgo/#if-you-are-running-on-macos">instructions for disabling XProtect on MacOS</a> yields a much better performance experience with Ginkgo.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/04a9a74a903f8346aec01c54818c617ad02197ab"><code>04a9a74</code></a> v2.23.3</li> <li><a href="https://github.com/onsi/ginkgo/commit/cfcc1a54014b8e077d9ee285038b73ff9763562c"><code>cfcc1a5</code></a> allow <code>-</code> as a standalone argument</li> <li><a href="https://github.com/onsi/ginkgo/commit/feaf292383aefea4a95ff7038a99764130127505"><code>feaf292</code></a> Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context()</li> <li><a href="https://github.com/onsi/ginkgo/commit/88e22820c3bf7593627a538e001d6a587e31c8b1"><code>88e2282</code></a> ignore exit code for symbol test on linux</li> <li><a href="https://github.com/onsi/ginkgo/commit/979c969fff919e8363a2ce7925465e028ebcab2f"><code>979c969</code></a> v2.23.2</li> <li><a href="https://github.com/onsi/ginkgo/commit/976a5c0dfc4a6770b899bfbe62174a07c32c8ad8"><code>976a5c0</code></a> strip out symbols when running ginkgo</li> <li>See full diff in <a href="https://github.com/onsi/ginkgo/compare/v2.23.1...v2.23.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/onsi/gomega` from 1.36.2 to 1.36.3 <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.36.3</h2> <h2>1.36.3</h2> <h3>Maintenance</h3> <ul> <li>bump all the things [adb8b49]</li> <li>chore: replace <code>interface{}</code> with <code>any</code> [7613216]</li> <li>Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>) [9fe5259]</li> <li>remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>) [a0e85b9]</li> <li>Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>) [604a8b1]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>) [36fbc84]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>) [ced70d7]</li> <li>Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>) [c8b4a07]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>) [06431b9]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/800">#800</a>) [b55a92d]</li> <li>Fix typos (<a href="https://redirect.github.com/onsi/gomega/issues/813">#813</a>) [a1d518b]</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.36.3</h2> <h3>Maintenance</h3> <ul> <li>bump all the things [adb8b49]</li> <li>chore: replace <code>interface{}</code> with <code>any</code> [7613216]</li> <li>Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>) [9fe5259]</li> <li>remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>) [a0e85b9]</li> <li>Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>) [604a8b1]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>) [36fbc84]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>) [ced70d7]</li> <li>Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>) [c8b4a07]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>) [06431b9]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/800">#800</a>) [b55a92d]</li> <li>Fix typos (<a href="https://redirect.github.com/onsi/gomega/issues/813">#813</a>) [a1d518b]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/225114336a6717596c44d6b175e826b2f3d4c147"><code>2251143</code></a> v1.36.3</li> <li><a href="https://github.com/onsi/gomega/commit/adb8b4976faa398931a6fb1c5fe17eda7dbe72c7"><code>adb8b49</code></a> bump all the things</li> <li><a href="https://github.com/onsi/gomega/commit/76132163ee4176163a07cef6fedafb19a8a347a8"><code>7613216</code></a> chore: replace <code>interface{}</code> with <code>any</code></li> <li><a href="https://github.com/onsi/gomega/commit/9fe5259f96673cbc44a2984e9a003a5fd2cb7d3a"><code>9fe5259</code></a> Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/a0e85b953834893bcfac18266026076947b38d99"><code>a0e85b9</code></a> remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/604a8b1b7b1e9a9876efc90546428594d84289d9"><code>604a8b1</code></a> Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/36fbc8471a1a2391d40b9b8e561e014b3771255c"><code>36fbc84</code></a> Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/ced70d75ba48c03934c265b05e31441d728d285b"><code>ced70d7</code></a> Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/c8b4a0765a95c35530e91c773e62db6596e309b6"><code>c8b4a07</code></a> Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/06431b928f0d0dfc1b92f4ecfef5c15dfd2d1ce7"><code>06431b9</code></a> Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>)</li> <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.36.2...v1.36.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/go-cmp/releases">github.com/google/go-cmp's releases</a>.</em></p> <blockquote> <h2>v0.7.0</h2> <p>New API:</p> <ul> <li>(<a href="https://redirect.github.com/google/go-cmp/issues/367">#367</a>) Support compare functions with SortSlices and SortMaps</li> </ul> <p>Panic messaging:</p> <ul> <li>(<a href="https://redirect.github.com/google/go-cmp/issues/370">#370</a>) Detect proto.Message types when failing to export a field</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/go-cmp/commit/9b12f366a942ebc7254abc7f32ca05068b455fb7"><code>9b12f36</code></a> Detect proto.Message types when failing to export a field (<a href="https://redirect.github.com/google/go-cmp/issues/370">#370</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/4dd3d63d6987c0f84fce8e1d1c5bb59f0badc220"><code>4dd3d63</code></a> fix: type 'aribica' =&gt; 'arabica' (<a href="https://redirect.github.com/google/go-cmp/issues/368">#368</a>)</li> <li><a href="https://github.com/google/go-cmp/commit/391980c4b2e1cc2c30d2bfae6039815350490495"><code>391980c</code></a> Support compare functions with SortSlices and SortMaps (<a href="https://redirect.github.com/google/go-cmp/issues/367">#367</a>)</li> <li>See full diff in <a href="https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/pflag/releases">github.com/spf13/pflag's releases</a>.</em></p> <blockquote> <h2>v1.0.6</h2> <h2>What's Changed</h2> <ul> <li>Add exported functions to preserve <code>pkg/flag</code> compatibility by <a href="https://github.com/mckern"><code>@​mckern</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/220">spf13/pflag#220</a></li> <li>remove dead code for checking error nil by <a href="https://github.com/yashbhutwala"><code>@​yashbhutwala</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/282">spf13/pflag#282</a></li> <li>Add IPNetSlice and unit tests by <a href="https://github.com/rpothier"><code>@​rpothier</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/170">spf13/pflag#170</a></li> <li>allow for blank ip addresses by <a href="https://github.com/duhruh"><code>@​duhruh</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/316">spf13/pflag#316</a></li> <li>add github actions by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/419">spf13/pflag#419</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mckern"><code>@​mckern</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/220">spf13/pflag#220</a></li> <li><a href="https://github.com/yashbhutwala"><code>@​yashbhutwala</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/282">spf13/pflag#282</a></li> <li><a href="https://github.com/rpothier"><code>@​rpothier</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/170">spf13/pflag#170</a></li> <li><a href="https://github.com/duhruh"><code>@​duhruh</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/316">spf13/pflag#316</a></li> <li><a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/419">spf13/pflag#419</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6">https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/pflag/commit/5ca813443bd2a4d9f46a253ea0407d23b3790713"><code>5ca8134</code></a> Merge pull request <a href="https://redirect.github.com/spf13/pflag/issues/419">#419</a> from spf13/ci</li> <li><a href="https://github.com/spf13/pflag/commit/100ab0eb250792014fc1594d94f7fb5c5f0dee37"><code>100ab0e</code></a> disable unsupported dependency graph for now</li> <li><a href="https://github.com/spf13/pflag/commit/a0f4ddd9fe01ac8fece07be6e3f3ae5dcd7ceec0"><code>a0f4ddd</code></a> fix govet</li> <li><a href="https://github.com/spf13/pflag/commit/f48cbd1964b57ff7c17e2f233feb49c03efe6417"><code>f48cbd1</code></a> add github actions</li> <li><a href="https://github.com/spf13/pflag/commit/d5e0c0615acee7028e1e2740a11102313be88de1"><code>d5e0c06</code></a> allow for blank ip addresses (<a href="https://redirect.github.com/spf13/pflag/issues/316">#316</a>)</li> <li><a href="https://github.com/spf13/pflag/commit/85dd5c8bc61cfa382fecd072378089d4e856579d"><code>85dd5c8</code></a> Add IPNetSlice and unit tests (<a href="https://redirect.github.com/spf13/pflag/issues/170">#170</a>)</li> <li><a href="https://github.com/spf13/pflag/commit/6971c29c4a22981adeaee7f4b437c0cffe08c031"><code>6971c29</code></a> remove dead code for checking error nil (<a href="https://redirect.github.com/spf13/pflag/issues/282">#282</a>)</li> <li><a href="https://github.com/spf13/pflag/commit/81378bbcd8a1005f72b1e8d7579e5dd7b2d612ab"><code>81378bb</code></a> Add exported functions to preserve <code>pkg/flag</code> compatibility (<a href="https://redirect.github.com/spf13/pflag/issues/220">#220</a>)</li> <li>See full diff in <a href="https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/api` from 0.31.3 to 0.31.7 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/c5439348b1cf0e96c7446a1bef9475553530f12f"><code>c543934</code></a> Update dependencies to v0.31.7 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.31.3...v0.31.7">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apiextensions-apiserver` from 0.31.3 to 0.31.7 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/b32c8bf5d8d48f39c9eae439f5d963b3070225c6"><code>b32c8bf</code></a> Update dependencies to v0.31.7 tag</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/ef71720a76e264a5966b3a821d179ec3ab4504df"><code>ef71720</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/128940">#128940</a><code>jpbetz/automated-cherry-pick-of-#128737</code></li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/6ca85aeb8667eb2cae9b74976133c677e9a76f48"><code>6ca85ae</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/129519">#129519</a><code>kishen-v/automated-cherry-pick-of-#127422</code></li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/58ad8a0025554e0cad7b9758a5cafeaba7ffdeb1"><code>58ad8a0</code></a> Fix nil pointer dereference in selectable fields check When checking specVers...</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/9dce4c01973c396c4e4558ebebe1181400233cda"><code>9dce4c0</code></a> Fix Go vet errors for master golang</li> <li>See full diff in <a href="https://github.com/kubernetes/apiextensions-apiserver/compare/v0.31.3...v0.31.7">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.31.3 to 0.31.7 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.31.3...v0.31.7">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apiserver` from 0.31.3 to 0.31.7 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apiserver/commit/0f0250ffd6766cbb1c92ec797a51f32875f7ac7b"><code>0f0250f</code></a> Update dependencies to v0.31.7 tag</li> <li><a href="https://github.com/kubernetes/apiserver/commit/5a1742d7313cbd9f95ebf39ec40a6961fdf0a7d0"><code>5a1742d</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiserver/issues/130156">#130156</a> from <a href="https://redirect.github.com/AwesomePatrol/automated-cherry-pick-of-/issues/13011">AwesomePatrol/automated-cherry-pick-of-#13011</a>...</li> <li><a href="https://github.com/kubernetes/apiserver/commit/eaa6ad81b51d2ffc19527aac2d0396308c3d8523"><code>eaa6ad8</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiserver/issues/130252">#130252</a> from fuweid/1.31-backport-130126</li> <li><a href="https://github.com/kubernetes/apiserver/commit/f883f173132f74c7e34f76e54b02b517f1ed90a2"><code>f883f17</code></a> proxy: should add PingPeriod for websocket translator</li> <li><a href="https://github.com/kubernetes/apiserver/commit/49645596faf0faf6614a4215c7f6eccb68d3e13e"><code>4964559</code></a> Limit ResourceQuota LIST requests to times when informer is not synced</li> <li><a href="https://github.com/kubernetes/apiserver/commit/6da0824ca0bb6c50d5808d5dc1d0c214eec94de6"><code>6da0824</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiserver/issues/129519">#129519</a><code>kishen-v/automated-cherry-pick-of-#127422</code></li> <li><a href="https://github.com/kubernetes/apiserver/commit/b39cc9a1ad4a0425e89a337a4705ad5f4bf2ebe6"><code>b39cc9a</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiserver/issues/129494">#129494</a> from MadhavJivrajani/131-go124-webhook-regex-ut</li> <li><a href="https://github.com/kubernetes/apiserver/commit/6f8437296ef81c67609becef52ccba899afda396"><code>6f84372</code></a> webhook: alter regex to account for x509sha1 GODEBUG removal</li> <li><a href="https://github.com/kubernetes/apiserver/commit/9688574bc6b9ac2bc36e11db2e04d83e66243889"><code>9688574</code></a> Fix Go vet errors for master golang</li> <li>See full diff in <a href="https://github.com/kubernetes/apiserver/compare/v0.31.3...v0.31.7">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.31.3 to 0.31.7 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/4450431858152bc266b8b0782eacfacafdcd27d4"><code>4450431</code></a> Update dependencies to v0.31.7 tag</li> <li><a href="https://github.com/kubernetes/client-go/commit/8eaec8fb352c1d102656b6521ec13fc337d261aa"><code>8eaec8f</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/129519">#129519</a><code>kishen-v/automated-cherry-pick-of-#127422</code></li> <li><a href="https://github.com/kubernetes/client-go/commit/e935feb7353133e5d153da874dfe0d44281bb1e6"><code>e935feb</code></a> Fix Go vet errors for master golang</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.31.3...v0.31.7">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/component-base` from 0.31.3 to 0.31.7 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/component-base/commit/2b01656ccfff305e869ecde4c8dc830f432859fe"><code>2b01656</code></a> Update dependencies to v0.31.7 tag</li> <li><a href="https://github.com/kubernetes/component-base/commit/5d18b52df5087ca7f855c1905e51fe422275be15"><code>5d18b52</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/component-base/issues/130084">#130084</a><code>richabanker/automated-cherry-pick-of-#128430</code></li> <li><a href="https://github.com/kubernetes/component-base/commit/17efbdae35a55e72c763ec940c3fd55f7d7fdf18"><code>17efbda</code></a> Add tests</li> <li><a href="https://github.com/kubernetes/component-base/commit/bbbee386a3912edc3e14ad01f12f65fc5f428b23"><code>bbbee38</code></a> do not install handler for /metrics/slis using sync.Once</li> <li>See full diff in <a href="https://github.com/kubernetes/component-base/compare/v0.31.3...v0.31.7">compare view</a></li> </ul> </details> <br /> Updates `sigs.k8s.io/cluster-api` from 1.9.3 to 1.9.6 <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.9.6</h2> <h2>👌 Kubernetes version support</h2> <ul> <li>Management Cluster: v1.28.x -&gt; v1.32.x</li> <li>Workload Cluster: v1.26.x -&gt; v1.32.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.9.5</h2> <h2>:chart_with_upwards_trend: Overview</h2> <ul> <li>13 new commits merged</li> <li>1 feature addition ✨</li> <li>3 bugs fixed 🐛</li> </ul> <h2>:sparkles: New Features</h2> <ul> <li>clusterctl: Add OpenNebula infrastructure provider to clusterctl (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11886">#11886</a>)</li> </ul> <h2>:bug: Bug Fixes</h2> <ul> <li>CABPK: Ensure kubeadm controller always sets all v1beta2 conditions (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11953">#11953</a>)</li> <li>ClusterClass: Don't allow concurrent patch upgrades (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11970">#11970</a>)</li> <li>Testing: Fix flake TestMachineSetReconciler test (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11917">#11917</a>)</li> </ul> <h2>:seedling: Others</h2> <ul> <li>CAPD: Disable image garbage collection in kubelet to align with kind (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11912">#11912</a>)</li> <li>clusterctl: Add support infrastructure provider for Huawei Cloud (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11876">#11876</a>)</li> <li>clusterctl: Change k0smotron repo location (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11888">#11888</a>)</li> <li>Logging: Log version directly on controller startup (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11964">#11964</a>)</li> <li>MachineSet: delete Bootstrap object when creating InfraMachine object failed (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11916">#11916</a>)</li> <li>Security: Ignore CVE 2025 22870 (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11976">#11976</a>)</li> <li>Testing: Use inCluster kubeconfig if empty var provided (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11885">#11885</a>)</li> </ul> <p>:book: Additionally, there have been 2 contributions to our documentation and book. (<a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11880">#11880</a>, <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11930">#11930</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.9.5</h2> <h2>👌 Kubernetes version support</h2> <ul> <li>Management Cluster: v1.28.x -&gt; v1.32.x</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/813e90d8daef60b715764ce4729b40d82f811cc1"><code>813e90d</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11976">#11976</a> from fabriziopandini/release-1.9-ignore-CVE-2025-22870</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/8f3b7e00686d90fd11a3956475d6cbc3d8fdc00c"><code>8f3b7e0</code></a> Ignore CVE-2025-22870</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/42f28dc17ffa29ffcd81e1b98cbe82542bd75713"><code>42f28dc</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11970">#11970</a> from k8s-infra-cherrypick-robot/cherry-pick-11940-t...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/480c1fe22cfd97ed031a0ebee0e290c2e34fe4f2"><code>480c1fe</code></a> Don't allow concurrent patch uppgrades</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/1f0063dda00b8f7dbf8f53bd4da0909e8c2b1d67"><code>1f0063d</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11964">#11964</a> from k8s-infra-cherrypick-robot/cherry-pick-11957-t...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/060a3333f982a22a80abe09f82cbf76087697fd5"><code>060a333</code></a> Log version on controller startup</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/ce256bf1f7eab51e34f3c57a400a1fe0024b0dd2"><code>ce256bf</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11953">#11953</a> from chrischdi/pr-cp-11948</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/97a2a22e674e89f49c0910f320be28f5bf16a33d"><code>97a2a22</code></a> bootstrap: ensure v1beta2 conditions are always set</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/31a8274ea360028462725150d069052c55607131"><code>31a8274</code></a> e2e: check available and ready v1beta2 conditions on machine and cluster to b...</li> <li><a href="https://github.com/kubernetes-sigs/cluster-api/commit/a491076469171bbb05bd7ef0ff983f1198e0470d"><code>a491076</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11930">#11930</a> from k8s-infra-cherrypick-robot/cherry-pick-11929-t...</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/cluster-api/compare/v1.9.3...v1.9.6">compare view</a></li> </ul> </details> <br /> Updates `sigs.k8s.io/controller-runtime` from 0.19.3 to 0.19.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/controller-runtime/releases">sigs.k8s.io/controller-runtime's releases</a>.</em></p> <blockquote> <h2>v0.19.6</h2> <h2>What's Changed</h2> <ul> <li>✨ Expose all Go runtime metrics by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3101">kubernetes-sigs/controller-runtime#3101</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.5...v0.19.6">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.5...v0.19.6</a></p> <h2>v0.19.5</h2> <h2>What's Changed</h2> <ul> <li>🐛 cache: clone maps to prevent data race when concurrently creating caches using the same options by <a href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3080">kubernetes-sigs/controller-runtime#3080</a></li> <li>🐛 support WaitForSync in custom TypedSyncingSource by <a href="https://github.com/tareksha"><code>@​tareksha</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3087">kubernetes-sigs/controller-runtime#3087</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.19.5">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.19.5</a></p> <h2>v0.19.4</h2> <h2>What's Changed</h2> <ul> <li>🌱 Add fsnotify watcher+polling by <a href="https://github.com/sbueringer"><code>@​sbueringer</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3052">kubernetes-sigs/controller-runtime#3052</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.3...v0.19.4">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.3...v0.19.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/cd644c0ad54f254002da840885ec47a04aca2d3e"><code>cd644c0</code></a> [release-0.19] ✨ Expose all Go runtime metrics (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3101">#3101</a>)</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/e022b9132fb23ce359bc402b896d1d2dea27139f"><code>e022b91</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3087">#3087</a> from tareksha/typed_waitforsync</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/b2c21718ff16807bb3f00e4a32f7e9604b368507"><code>b2c2171</code></a> Update controller_suite_test.go</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/80176664aa7c3301ea985b65b871b341cb9e2c4f"><code>8017666</code></a> 🐛fix(controller): support WaitForSync in custom TypedSyncingSource (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3084">#3084</a>)</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/d4df90f50d9731ed791a4d4e75ffcb8693c4e47d"><code>d4df90f</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3080">#3080</a> from k8s-infra-cherrypick-robot/cherry-pick-3078-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/2ae6e55223aaa7664236f0a9dec7102ba6966291"><code>2ae6e55</code></a> cache: clone maps to prevent data race when concurrently creating caches usin...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/7436275c4311ed9e97fd39ced18e8787df229054"><code>7436275</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3052">#3052</a> from sbueringer/cert-watcher-plus-0.19</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/3218a864973c7cea16227c25744898e744bca92c"><code>3218a86</code></a> adjust tests</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/3c5359d2a296c824f9443abf609ccc3013bc5712"><code>3c5359d</code></a> Add fsnotify watcher+polling</li> <li>See full diff in <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.3...v0.19.6">compare view</a></li> </ul> </details> <br /> Updates `github.com/evanphx/json-patch/v5` from 5.9.0 to 5.9.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/evanphx/json-patch/releases">github.com/evanphx/json-patch/v5's releases</a>.</em></p> <blockquote> <h2>v5.9.11</h2> <h2>What's Changed</h2> <ul> <li>Export errBadJSONDoc and errBadJSONPatch errors by <a href="https://github.com/skitt"><code>@​skitt</code></a> in <a href="https://redirect.github.com/evanphx/json-patch/pull/209">evanphx/json-patch#209</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/evanphx/json-patch/compare/v5.9.10...v5.9.11">https://github.com/evanphx/json-patch/compare/v5.9.10...v5.9.11</a></p> <h2>v5.9.10</h2> <h2>What's Changed</h2> <ul> <li>Drop the reference to gopkg.in for v5 by <a href="https://github.com/skitt"><code>@​skitt</code></a> in <a href="https://redirect.github.com/evanphx/json-patch/pull/203">evanphx/json-patch#203</a></li> <li>remove unmaintained errors pkg(github.com/pkg/errors) by <a href="https://github.com/koba1t"><code>@​koba1t</code></a> in <a href="https://redirect.github.com/evanphx/json-patch/pull/206">evanphx/json-patch#206</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/skitt"><code>@​skitt</code></a> made their first contribution in <a href="https://redirect.github.com/evanphx/json-patch/pull/203">evanphx/json-patch#203</a></li> <li><a href="https://github.com/koba1t"><code>@​koba1t</code></a> made their first contribution in <a href="https://redirect.github.com/evanphx/json-patch/pull/206">evanphx/json-patch#206</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/evanphx/json-patch/compare/v5.9.0...v5.9.10">https://github.com/evanphx/json-patch/compare/v5.9.0...v5.9.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evanphx/json-patch/commit/84a4bb100ade42a86fce2647c95a7dbcbf569cb2"><code>84a4bb1</code></a> Merge pull request <a href="https://redirect.github.com/evanphx/json-patch/issues/209">#209</a> from skitt/export-errs-v5</li> <li><a href="https://github.com/evanphx/json-patch/commit/7a7a88a24da9cb98ad9c90c91e2a50ab9943f84f"><code>7a7a88a</code></a> Export errBadJSONDoc and errBadJSONPatch errors</li> <li><a href="https://github.com/evanphx/json-patch/commit/bd18525ff3c7e480b7004a90e7b37248fdb21006"><code>bd18525</code></a> Upgrade go-flags</li> <li><a href="https://github.com/evanphx/json-patch/commit/42f26cb0cc22ff3a1136ae2ae803692044b59849"><code>42f26cb</code></a> Fix spacing</li> <li><a href="https://github.com/evanphx/json-patch/commit/0a3482b56b0cfd50e8cd430a893dbf1bff4b7a7f"><code>0a3482b</code></a> Merge pull request <a href="https://redirect.github.com/evanphx/json-patch/issues/206">#206</a> from koba1t/remove_unmaintained_error_pkg</li> <li><a href="https://github.com/evanphx/json-patch/commit/106306d7fea7e067cf9aaf297f98f9c34a918074"><code>106306d</code></a> remove unmaintained errors pkg</li> <li><a href="https://github.com/evanphx/json-patch/commit/e7cfbbbcc6e301d230bd304f4996348a4ea33191"><code>e7cfbbb</code></a> Merge pull request <a href="https://redirect.github.com/evanphx/json-patch/issues/203">#203</a> from skitt/drop-gopkgin-v5</li> <li><a href="https://github.com/evanphx/json-patch/commit/61e1ad78ab35800ee5e25ed36bf2dc5a0a4c1a73"><code>61e1ad7</code></a> Drop the reference to gopkg.in for v5</li> <li>See full diff in <a href="https://github.com/evanphx/json-patch/compare/v5.9.0...v5.9.11">compare view</a></li> </ul> </details> <br /> Updates `gomodules.xyz/jsonpatch/v2` from 2.4.0 to 2.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gomodules/jsonpatch/releases">gomodules.xyz/jsonpatch/v2's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <h2>What's Changed</h2> <ul> <li>Fix: handle lossy max int64 by <a href="https://github.com/lacroixthomas"><code>@​lacroixthomas</code></a> in <a href="https://redirect.github.com/gomodules/jsonpatch/pull/40">gomodules/jsonpatch#40</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lacroixthomas"><code>@​lacroixthomas</code></a> made their first contribution in <a href="https://redirect.github.com/gomodules/jsonpatch/pull/40">gomodules/jsonpatch#40</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gomodules/jsonpatch/compare/v2.4.0...v2.5.0">https://github.com/gomodules/jsonpatch/compare/v2.4.0...v2.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gomodules/jsonpatch/commit/ffbac609e26aa014d59e5bd6872ceda34d07dd89"><code>ffbac60</code></a> Merge pull request <a href="https://redirect.github.com/gomodules/jsonpatch/issues/40">#40</a> from lacroixthomas/bugfixes/fix-lossy-in64</li> <li><a href="https://github.com/gomodules/jsonpatch/commit/4c723fc27712a6490b350543b7fd79a6c9331e74"><code>4c723fc</code></a> fix: handle lossy int64</li> <li>See full diff in <a href="https://github.com/gomodules/jsonpatch/compare/v2.4.0...v2.5.0">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 641561e commit 1f06650

File tree

8 files changed

+110
-106
lines changed

8 files changed

+110
-106
lines changed

api/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/blang/semver/v4 v4.0.0
1515
github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/common v0.7.0
1616
github.com/nutanix-cloud-native/prism-go-client v0.5.1
17-
github.com/onsi/gomega v1.36.2
17+
github.com/onsi/gomega v1.36.3
1818
github.com/stretchr/testify v1.10.0
1919
k8s.io/api v0.31.7
2020
k8s.io/apiextensions-apiserver v0.31.7
@@ -61,14 +61,14 @@ require (
6161
github.com/valyala/fastjson v1.6.4 // indirect
6262
github.com/x448/float16 v0.8.4 // indirect
6363
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
64-
golang.org/x/net v0.35.0 // indirect
64+
golang.org/x/net v0.37.0 // indirect
6565
golang.org/x/oauth2 v0.24.0 // indirect
66-
golang.org/x/sys v0.30.0 // indirect
67-
golang.org/x/term v0.29.0 // indirect
68-
golang.org/x/text v0.22.0 // indirect
66+
golang.org/x/sys v0.31.0 // indirect
67+
golang.org/x/term v0.30.0 // indirect
68+
golang.org/x/text v0.23.0 // indirect
6969
golang.org/x/time v0.5.0 // indirect
7070
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
71-
google.golang.org/protobuf v1.36.1 // indirect
71+
google.golang.org/protobuf v1.36.5 // indirect
7272
gopkg.in/inf.v0 v0.9.1 // indirect
7373
gopkg.in/yaml.v2 v2.4.0 // indirect
7474
gopkg.in/yaml.v3 v3.0.1 // indirect

api/go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
7979
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
8080
github.com/nutanix-cloud-native/prism-go-client v0.5.1 h1:ykiXPCILzEMORHz7XvI8KXNomChsdLIpOAlT/YqBCmo=
8181
github.com/nutanix-cloud-native/prism-go-client v0.5.1/go.mod h1:QhLX+sEep0cStzHVYU6mPgIlnA8U3DySskagrbDprRk=
82-
github.com/onsi/ginkgo/v2 v2.23.1 h1:Ox0cOPv/t8RzKJUfDo9ZKtRvBOJY369sFJnl00CjqwY=
83-
github.com/onsi/ginkgo/v2 v2.23.1/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
84-
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
85-
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
82+
github.com/onsi/ginkgo/v2 v2.23.3 h1:edHxnszytJ4lD9D5Jjc4tiDkPBZ3siDeJJkUZJJVkp0=
83+
github.com/onsi/ginkgo/v2 v2.23.3/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
84+
github.com/onsi/gomega v1.36.3 h1:hID7cr8t3Wp26+cYnfcjR6HpJ00fdogN6dqZ1t6IylU=
85+
github.com/onsi/gomega v1.36.3/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
8686
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
8787
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
8888
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -127,8 +127,8 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn
127127
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
128128
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
129129
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
130-
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
131-
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
130+
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
131+
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
132132
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
133133
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
134134
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -137,14 +137,14 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ
137137
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
138138
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
139139
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
140-
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
141-
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
142-
golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU=
143-
golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s=
140+
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
141+
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
142+
golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y=
143+
golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g=
144144
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
145145
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
146-
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
147-
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
146+
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
147+
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
148148
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
149149
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
150150
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
@@ -159,8 +159,8 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T
159159
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
160160
gomodules.xyz/jsonpatch/v2 v2.5.0 h1:JELs8RLM12qJGXU4u/TO3V25KW8GreMKl9pdkk14RM0=
161161
gomodules.xyz/jsonpatch/v2 v2.5.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
162-
google.golang.org/protobuf v1.36.1 h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk=
163-
google.golang.org/protobuf v1.36.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
162+
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
163+
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
164164
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
165165
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
166166
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

common/go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ toolchain go1.24.1
1010
require (
1111
github.com/evanphx/json-patch/v5 v5.9.11
1212
github.com/go-logr/logr v1.4.2
13-
github.com/onsi/ginkgo/v2 v2.23.1
14-
github.com/onsi/gomega v1.36.2
13+
github.com/onsi/ginkgo/v2 v2.23.3
14+
github.com/onsi/gomega v1.36.3
1515
github.com/samber/lo v1.49.1
1616
github.com/spf13/pflag v1.0.6
1717
github.com/stretchr/testify v1.10.0
@@ -68,17 +68,17 @@ require (
6868
github.com/valyala/fastjson v1.6.4 // indirect
6969
github.com/x448/float16 v0.8.4 // indirect
7070
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
71-
golang.org/x/net v0.35.0 // indirect
71+
golang.org/x/net v0.37.0 // indirect
7272
golang.org/x/oauth2 v0.24.0 // indirect
73-
golang.org/x/sync v0.11.0 // indirect
74-
golang.org/x/sys v0.30.0 // indirect
75-
golang.org/x/term v0.29.0 // indirect
76-
golang.org/x/text v0.22.0 // indirect
73+
golang.org/x/sync v0.12.0 // indirect
74+
golang.org/x/sys v0.31.0 // indirect
75+
golang.org/x/term v0.30.0 // indirect
76+
golang.org/x/text v0.23.0 // indirect
7777
golang.org/x/time v0.5.0 // indirect
7878
golang.org/x/tools v0.30.0 // indirect
7979
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
8080
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
81-
google.golang.org/protobuf v1.36.1 // indirect
81+
google.golang.org/protobuf v1.36.5 // indirect
8282
gopkg.in/inf.v0 v0.9.1 // indirect
8383
gopkg.in/yaml.v2 v2.4.0 // indirect
8484
gopkg.in/yaml.v3 v3.0.1 // indirect

common/go.sum

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
9696
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
9797
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
9898
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
99-
github.com/onsi/ginkgo/v2 v2.23.1 h1:Ox0cOPv/t8RzKJUfDo9ZKtRvBOJY369sFJnl00CjqwY=
100-
github.com/onsi/ginkgo/v2 v2.23.1/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
101-
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
102-
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
99+
github.com/onsi/ginkgo/v2 v2.23.3 h1:edHxnszytJ4lD9D5Jjc4tiDkPBZ3siDeJJkUZJJVkp0=
100+
github.com/onsi/ginkgo/v2 v2.23.3/go.mod h1:zXTP6xIp3U8aVuXN8ENK9IXRaTjFnpVB9mGmaSRvxnM=
101+
github.com/onsi/gomega v1.36.3 h1:hID7cr8t3Wp26+cYnfcjR6HpJ00fdogN6dqZ1t6IylU=
102+
github.com/onsi/gomega v1.36.3/go.mod h1:8D9+Txp43QWKhM24yyOBEdpkzN8FvJyAwecBgsU4KU0=
103103
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
104104
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
105105
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -182,26 +182,26 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn
182182
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
183183
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
184184
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
185-
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
186-
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
185+
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
186+
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
187187
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
188188
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
189189
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
190190
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
191191
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
192-
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
193-
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
192+
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
193+
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
194194
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
195195
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
196196
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
197-
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
198-
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
199-
golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU=
200-
golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s=
197+
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
198+
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
199+
golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y=
200+
golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g=
201201
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
202202
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
203-
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
204-
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
203+
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
204+
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
205205
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
206206
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
207207
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
@@ -222,8 +222,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 h1:
222222
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
223223
google.golang.org/grpc v1.65.1 h1:toSN4j5/Xju+HVovfaY5g1YZVuJeHzQZhP8eJ0L0f1I=
224224
google.golang.org/grpc v1.65.1/go.mod h1:WgYC2ypjlB0EiQi6wdKixMqukr6lBc0Vo+oOgjrM5ZQ=
225-
google.golang.org/protobuf v1.36.1 h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk=
226-
google.golang.org/protobuf v1.36.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
225+
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
226+
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
227227
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
228228
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
229229
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ require (
2424
github.com/nutanix/ntnx-api-golang-clients/clustermgmt-go-client/v4 v4.0.1-beta.2
2525
github.com/nutanix/ntnx-api-golang-clients/networking-go-client/v4 v4.0.2-beta.1
2626
github.com/nutanix/ntnx-api-golang-clients/prism-go-client/v4 v4.0.1-beta.1
27-
github.com/onsi/ginkgo/v2 v2.23.1
28-
github.com/onsi/gomega v1.36.2
27+
github.com/onsi/ginkgo/v2 v2.23.3
28+
github.com/onsi/gomega v1.36.3
2929
github.com/pkg/errors v0.9.1
3030
github.com/samber/lo v1.49.1
3131
github.com/spf13/pflag v1.0.6
@@ -144,22 +144,22 @@ require (
144144
go.opentelemetry.io/otel/trace v1.28.0 // indirect
145145
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
146146
go.uber.org/multierr v1.11.0 // indirect
147-
golang.org/x/crypto v0.33.0 // indirect
147+
golang.org/x/crypto v0.36.0 // indirect
148148
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
149149
golang.org/x/mod v0.23.0 // indirect
150-
golang.org/x/net v0.35.0 // indirect
150+
golang.org/x/net v0.37.0 // indirect
151151
golang.org/x/oauth2 v0.24.0 // indirect
152-
golang.org/x/sync v0.11.0 // indirect
153-
golang.org/x/sys v0.30.0 // indirect
154-
golang.org/x/term v0.29.0 // indirect
155-
golang.org/x/text v0.22.0 // indirect
152+
golang.org/x/sync v0.12.0 // indirect
153+
golang.org/x/sys v0.31.0 // indirect
154+
golang.org/x/term v0.30.0 // indirect
155+
golang.org/x/text v0.23.0 // indirect
156156
golang.org/x/time v0.5.0 // indirect
157157
golang.org/x/tools v0.30.0 // indirect
158158
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
159159
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
160160
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
161161
google.golang.org/grpc v1.65.1 // indirect
162-
google.golang.org/protobuf v1.36.1 // indirect
162+
google.golang.org/protobuf v1.36.5 // indirect
163163
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
164164
gopkg.in/inf.v0 v0.9.1 // indirect
165165
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)