You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 "toolchain" 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 "toolchain" 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 "toolchain" 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 "toolchain" 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 "toolchain" 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 "toolchain" 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 "toolchain" 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 "toolchain" 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 "toolchain" 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' => '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 -> v1.32.x</li>
<li>Workload Cluster: v1.26.x -> 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 -> 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>
0 commit comments