Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Bumps the all-go-mod-patch-and-minor group with 6 updates in the / directory:

Package From To
github.com/onsi/ginkgo/v2 2.19.1 2.20.2
github.com/onsi/gomega 1.34.1 1.34.2
k8s.io/api 0.30.3 0.30.5
k8s.io/client-go 0.30.3 0.30.5
sigs.k8s.io/cluster-api 1.8.1 1.8.3
sigs.k8s.io/cluster-api/test 1.8.1 1.8.3

Updates github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.2

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.20.2

2.20.2

Require Go 1.22+

Maintenance

  • bump go to v1.22 [a671816]

v2.20.1

2.20.1

Fixes

  • make BeSpecEvent duration matcher more forgiving [d6f9640]

v2.20.0

2.20.0

Features

  • Add buildvcs flag [be5ab95]

Maintenance

  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.20.2

Require Go 1.22+

Maintenance

  • bump go to v1.22 [a671816]

2.20.1

Fixes

  • make BeSpecEvent duration matcher more forgiving [d6f9640]

2.20.0

Features

  • Add buildvcs flag [be5ab95]

Maintenance

  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]
Commits

Updates github.com/onsi/gomega from 1.34.1 to 1.34.2

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.34.2

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Commits

Updates k8s.io/api from 0.30.3 to 0.30.5

Commits
  • abb7e65 Update dependencies to v0.30.5 tag
  • f67709f Merge pull request #126666thockin/automated-cherry-pick-of-#126057
  • 02ab4fd make PodIP.IP and HostIP.IP required.
  • 48606d9 Merge pull request #126146 from xyz-li/cherrypick-124568
  • 58fa4cb Merge pull request #126059mimowo/automated-cherry-pick-of-#126046
  • 8d00fd3 api: fix ValidatingAdmissionPolicyList json tag
  • 7c0a335 Use omitempty for optional fields in Job Pod Failure Policy
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.30.3 to 0.30.5

Commits
  • 07dc100 Merge pull request #126253seans3/automated-cherry-pick-of-#126231
  • 117cae1 Falls back to SPDY for gorilla/websocket https proxy error
  • See full diff in compare view

Updates k8s.io/client-go from 0.30.3 to 0.30.5

Commits
  • 07d68c8 Update dependencies to v0.30.5 tag
  • 8a9438e Merge pull request #126797BenTheElder/automated-cherry-pick-of-#126449
  • cdafd6e update coredns/corefile-migration to v1.0.24 to support coredns v1.11.3
  • 8981a9a Merge pull request #126666thockin/automated-cherry-pick-of-#126057
  • f2cf545 make PodIP.IP and HostIP.IP required.
  • 274256e Merge pull request #126253seans3/automated-cherry-pick-of-#126231
  • c594704 moving for easier cherry-pick
  • b6e8438 Falls back to SPDY for gorilla/websocket https proxy error
  • See full diff in compare view

Updates sigs.k8s.io/cluster-api from 1.8.1 to 1.8.3

Release notes

Sourced from sigs.k8s.io/cluster-api's releases.

v1.8.3

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.31.x
  • Workload Cluster: v1.25.x -> v1.31.x

More information about version support can be found here

Changes since v1.8.2

📈 Overview

  • 4 new commits merged
  • 1 bug fixed 🐛

🐛 Bug Fixes

  • KCP: Make KCP pre-terminate hook more robust (#11164)

🌱 Others

  • Dependency: Bump to Go 1.22.7 (#11157)
  • e2e: Test/e2e: increase concurrency (#11144)

📖 Additionally, there has been 1 contribution to our documentation and book. (#11154)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.8.2

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.31.x
  • Workload Cluster: v1.25.x -> v1.31.x

More information about version support can be found here

Highlights

This release contains an important fix for KCP with Kubernetes v1.31. We recommend all users to upgrade to this release.

The fix required the introduction of a pre-terminate hook that is automatically added and managed by the KCP controller for KCP control plane Machines. If your control plane Machines are using Kubernetes 1.31, KCP will make sure that

... (truncated)

Commits
  • 945c938 Merge pull request #11164 from sbueringer/pr-make-kcp-pre-terminate-more-robu...
  • bd295c4 Make KCP pre-terminate hook more robust
  • 693650c Merge pull request #11157 from k8s-infra-cherrypick-robot/cherry-pick-11156-t...
  • 81d928b Merge pull request #11154 from sbueringer/pr-clarify-kcp-pre-terminate-1.8
  • de364e7 Bump to Go 1.22.7
  • e18dabd Add more documentation about the KCP pre-terminate hook
  • 8272c25 Merge pull request #11144 from k8s-infra-cherrypick-robot/cherry-pick-11067-t...
  • d9863b5 test/e2e: increase concurrency
  • b772261 [release-1.8] 🐛 KCP: remove etcd member in pre-terminate hook (#11136)
  • 0885e48 Merge pull request #11139 from k8s-infra-cherrypick-robot/cherry-pick-11119-t...
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api/test from 1.8.1 to 1.8.3

Release notes

Sourced from sigs.k8s.io/cluster-api/test's releases.

v1.8.3

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.31.x
  • Workload Cluster: v1.25.x -> v1.31.x

More information about version support can be found here

Changes since v1.8.2

📈 Overview

  • 4 new commits merged
  • 1 bug fixed 🐛

🐛 Bug Fixes

  • KCP: Make KCP pre-terminate hook more robust (#11164)

🌱 Others

  • Dependency: Bump to Go 1.22.7 (#11157)
  • e2e: Test/e2e: increase concurrency (#11144)

📖 Additionally, there has been 1 contribution to our documentation and book. (#11154)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.8.2

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.31.x
  • Workload Cluster: v1.25.x -> v1.31.x

More information about version support can be found here

Highlights

This release contains an important fix for KCP with Kubernetes v1.31. We recommend all users to upgrade to this release.

The fix required the introduction of a pre-terminate hook that is automatically added and managed by the KCP controller for KCP control plane Machines. If your control plane Machines are using Kubernetes 1.31, KCP will make sure that

... (truncated)

Commits
  • 945c938 Merge pull request #11164 from sbueringer/pr-make-kcp-pre-terminate-more-robu...
  • bd295c4 Make KCP pre-terminate hook more robust
  • 693650c Merge pull request #11157 from k8s-infra-cherrypick-robot/cherry-pick-11156-t...
  • 81d928b Merge pull request #11154 from sbueringer/pr-clarify-kcp-pre-terminate-1.8
  • de364e7 Bump to Go 1.22.7
  • e18dabd Add more documentation about the KCP pre-terminate hook
  • 8272c25 Merge pull request #11144 from k8s-infra-cherrypick-robot/cherry-pick-11067-t...
  • d9863b5 test/e2e: increase concurrency
  • b772261 [release-1.8] 🐛 KCP: remove etcd member in pre-terminate hook (#11136)
  • 0885e48 Merge pull request #11139 from k8s-infra-cherrypick-robot/cherry-pick-11119-t...
  • Additional commits viewable in compare view

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 commands and options

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

@dependabot dependabot bot requested a review from piepmatz as a code owner September 12, 2024 14:16
@dependabot dependabot bot added the area/dependency Issues or PRs related to dependency changes label Sep 12, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-go-mod-patch-and-minor-c2b41c1d7c branch from fe51806 to 72a5047 Compare September 17, 2024 14:14
… updates

Bumps the all-go-mod-patch-and-minor group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.19.1` | `2.20.2` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.34.1` | `1.34.2` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.30.3` | `0.30.5` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.30.3` | `0.30.5` |
| [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.8.1` | `1.8.3` |
| [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) | `1.8.1` | `1.8.3` |



Updates `github.com/onsi/ginkgo/v2` from 2.19.1 to 2.20.2
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.19.1...v2.20.2)

Updates `github.com/onsi/gomega` from 1.34.1 to 1.34.2
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.34.1...v1.34.2)

Updates `k8s.io/api` from 0.30.3 to 0.30.5
- [Commits](kubernetes/api@v0.30.3...v0.30.5)

Updates `k8s.io/apimachinery` from 0.30.3 to 0.30.5
- [Commits](kubernetes/apimachinery@v0.30.3...v0.30.5)

Updates `k8s.io/client-go` from 0.30.3 to 0.30.5
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.30.3...v0.30.5)

Updates `sigs.k8s.io/cluster-api` from 1.8.1 to 1.8.3
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.8.1...v1.8.3)

Updates `sigs.k8s.io/cluster-api/test` from 1.8.1 to 1.8.3
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.8.1...v1.8.3)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-go-mod-patch-and-minor-c2b41c1d7c branch from 72a5047 to f6f5da7 Compare September 25, 2024 14:35
@sonarqubecloud
Copy link

@jriedel-ionos jriedel-ionos merged commit 6a2374c into main Sep 30, 2024
9 checks passed
@jriedel-ionos jriedel-ionos deleted the dependabot/go_modules/all-go-mod-patch-and-minor-c2b41c1d7c branch September 30, 2024 09:27
@jriedel-ionos jriedel-ionos added this to the v0.5.1 milestone Jan 15, 2025
jriedel-ionos pushed a commit that referenced this pull request Jan 15, 2025
… updates (#219)

Bumps the all-go-mod-patch-and-minor group with 6 updates in the /
directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.19.1`
| `2.20.2` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.34.1` |
`1.34.2` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.30.3` | `0.30.5`
|
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.30.3`
| `0.30.5` |
|
[sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api)
| `1.8.1` | `1.8.3` |
|
[sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api)
| `1.8.1` | `1.8.3` |


Updates `github.com/onsi/ginkgo/v2` from 2.19.1 to 2.20.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.20.2</h2>
<h2>2.20.2</h2>
<p>Require Go 1.22+</p>
<h3>Maintenance</h3>
<ul>
<li>bump go to v1.22 [a671816]</li>
</ul>
<h2>v2.20.1</h2>
<h2>2.20.1</h2>
<h3>Fixes</h3>
<ul>
<li>make BeSpecEvent duration matcher more forgiving [d6f9640]</li>
</ul>
<h2>v2.20.0</h2>
<h2>2.20.0</h2>
<h3>Features</h3>
<ul>
<li>Add buildvcs flag [be5ab95]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Add update-deps to makefile [d303d14]</li>
<li>bump all dependencies [7a50221]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's
changelog</a>.</em></p>
<blockquote>
<h2>2.20.2</h2>
<p>Require Go 1.22+</p>
<h3>Maintenance</h3>
<ul>
<li>bump go to v1.22 [a671816]</li>
</ul>
<h2>2.20.1</h2>
<h3>Fixes</h3>
<ul>
<li>make BeSpecEvent duration matcher more forgiving [d6f9640]</li>
</ul>
<h2>2.20.0</h2>
<h3>Features</h3>
<ul>
<li>Add buildvcs flag [be5ab95]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Add update-deps to makefile [d303d14]</li>
<li>bump all dependencies [7a50221]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/104752fa2e97f04b1300754e710c419a63d2d30c"><code>104752f</code></a>
v2.20.2</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/a671816770d938736c66ec06517807464fec1b05"><code>a671816</code></a>
bump go to v1.22</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/4ef0afb9f28f241c352cad6ca9dae8b149e57bc4"><code>4ef0afb</code></a>
v2.20.1</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/d6f96403bfb442abd624e26e92af2285dfaddd85"><code>d6f9640</code></a>
make BeSpecEvent duration matcher more forgiving</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/265b1a00989abc6d0b648b0e89d34f05b7c617aa"><code>265b1a0</code></a>
v2.20.0</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/d303d14edd13cbc4413c3de8e8c2460754cc88ce"><code>d303d14</code></a>
Add update-deps to makefile</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/7a502216054d1cfd0e243d9eabafbfaa4a1d3fb5"><code>7a50221</code></a>
bump all dependencies</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/be5ab950a71528b5d0dc2b82f8e1ae833cff2149"><code>be5ab95</code></a>
Add buildvcs flag</li>
<li>See full diff in <a
href="https://github.com/onsi/ginkgo/compare/v2.19.1...v2.20.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/onsi/gomega` from 1.34.1 to 1.34.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's
releases</a>.</em></p>
<blockquote>
<h2>v1.34.2</h2>
<h2>1.34.2</h2>
<p>Require Go 1.22+</p>
<h3>Maintenance</h3>
<ul>
<li>bump ginkgo as well [c59c6dc]</li>
<li>bump to go 1.22 - remove x/exp dependency [8158b99]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's
changelog</a>.</em></p>
<blockquote>
<h2>1.34.2</h2>
<p>Require Go 1.22+</p>
<h3>Maintenance</h3>
<ul>
<li>bump ginkgo as well [c59c6dc]</li>
<li>bump to go 1.22 - remove x/exp dependency [8158b99]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/gomega/commit/7cabed651e981da0c7d0219ad7208626cef58016"><code>7cabed6</code></a>
v1.34.2</li>
<li><a
href="https://github.com/onsi/gomega/commit/c59c6dc63a29a3a824329d4e5df245c3b82eb1eb"><code>c59c6dc</code></a>
bump ginkgo as well</li>
<li><a
href="https://github.com/onsi/gomega/commit/8158b9979e6e5272ded30720f9458d03a81e91f1"><code>8158b99</code></a>
bump to go 1.22 - remove x/exp dependency</li>
<li>See full diff in <a
href="https://github.com/onsi/gomega/compare/v1.34.1...v1.34.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/api` from 0.30.3 to 0.30.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/api/commit/abb7e65dc4bd079426ca658e9bbac8597b9f9322"><code>abb7e65</code></a>
Update dependencies to v0.30.5 tag</li>
<li><a
href="https://github.com/kubernetes/api/commit/f67709f69651e3c13859d01124fbf6716bf48814"><code>f67709f</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/api/issues/126666">#126666</a><code>thockin/automated-cherry-pick-of-#126057</code></li>
<li><a
href="https://github.com/kubernetes/api/commit/02ab4fdf26fe943210ca82d7723a09a1c1503ac8"><code>02ab4fd</code></a>
make PodIP.IP and HostIP.IP required.</li>
<li><a
href="https://github.com/kubernetes/api/commit/48606d9abc29f1db36518e4fc90e57b98797a719"><code>48606d9</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/api/issues/126146">#126146</a>
from xyz-li/cherrypick-124568</li>
<li><a
href="https://github.com/kubernetes/api/commit/58fa4cb2e9e108f2a3efe48ee8355cedcb528976"><code>58fa4cb</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/api/issues/126059">#126059</a><code>mimowo/automated-cherry-pick-of-#126046</code></li>
<li><a
href="https://github.com/kubernetes/api/commit/8d00fd332599288520de79aeb924c79a5654edae"><code>8d00fd3</code></a>
api: fix ValidatingAdmissionPolicyList json tag</li>
<li><a
href="https://github.com/kubernetes/api/commit/7c0a335fb0fa2069b9a9b8b65b811f30e0d7e7b9"><code>7c0a335</code></a>
Use omitempty for optional fields in Job Pod Failure Policy</li>
<li>See full diff in <a
href="https://github.com/kubernetes/api/compare/v0.30.3...v0.30.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/apimachinery` from 0.30.3 to 0.30.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/07dc100ca27cee6e7e41844a5a0fbd5d2c71c2aa"><code>07dc100</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/apimachinery/issues/126253">#126253</a><code>seans3/automated-cherry-pick-of-#126231</code></li>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/117cae1aca6ddca0e84689528e9a1d467e2309fd"><code>117cae1</code></a>
Falls back to SPDY for gorilla/websocket https proxy error</li>
<li>See full diff in <a
href="https://github.com/kubernetes/apimachinery/compare/v0.30.3...v0.30.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/client-go` from 0.30.3 to 0.30.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/client-go/commit/07d68c820b8572aec6415a4c67b033047179a1a8"><code>07d68c8</code></a>
Update dependencies to v0.30.5 tag</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/8a9438e118caffcdc97238e3dc1bbc8e518876cf"><code>8a9438e</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/126797">#126797</a><code>BenTheElder/automated-cherry-pick-of-#126449</code></li>
<li><a
href="https://github.com/kubernetes/client-go/commit/cdafd6eb8644b691a6a43cfd9efa62a23444dca3"><code>cdafd6e</code></a>
update coredns/corefile-migration to v1.0.24 to support coredns
v1.11.3</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/8981a9a956b536e7a5d732e0a7558c13843b7f5c"><code>8981a9a</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/126666">#126666</a><code>thockin/automated-cherry-pick-of-#126057</code></li>
<li><a
href="https://github.com/kubernetes/client-go/commit/f2cf545be19ab3bf0d2fa6ed48cb01bda8f1b502"><code>f2cf545</code></a>
make PodIP.IP and HostIP.IP required.</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/274256ef2e495787ada13a551750873b838e28fe"><code>274256e</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/126253">#126253</a><code>seans3/automated-cherry-pick-of-#126231</code></li>
<li><a
href="https://github.com/kubernetes/client-go/commit/c594704d127ad651f993702536ebb2bae76d2b40"><code>c594704</code></a>
moving for easier cherry-pick</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/b6e8438bf5f7ab15f7ff2cf5b817d2f1b5458b4b"><code>b6e8438</code></a>
Falls back to SPDY for gorilla/websocket https proxy error</li>
<li>See full diff in <a
href="https://github.com/kubernetes/client-go/compare/v0.30.3...v0.30.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `sigs.k8s.io/cluster-api` from 1.8.1 to 1.8.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/cluster-api/releases">sigs.k8s.io/cluster-api's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.3</h2>
<h2>👌 Kubernetes version support</h2>
<ul>
<li>Management Cluster: v1.27.x -&gt; v1.31.x</li>
<li>Workload Cluster: v1.25.x -&gt; v1.31.x</li>
</ul>
<p><a
href="https://cluster-api.sigs.k8s.io/reference/versions.html">More
information about version support can be found here</a></p>
<h2>Changes since v1.8.2</h2>
<h2>:chart_with_upwards_trend: Overview</h2>
<ul>
<li>4 new commits merged</li>
<li>1 bug fixed 🐛</li>
</ul>
<h2>:bug: Bug Fixes</h2>
<ul>
<li>KCP: Make KCP pre-terminate hook more robust (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a>)</li>
</ul>
<h2>:seedling: Others</h2>
<ul>
<li>Dependency: Bump to Go 1.22.7 (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a>)</li>
<li>e2e: Test/e2e: increase concurrency (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a>)</li>
</ul>
<p>:book: Additionally, there has been 1 contribution to our
documentation and book. (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a>)</p>
<h2>Dependencies</h2>
<h3>Added</h3>
<p><em>Nothing has changed.</em></p>
<h3>Changed</h3>
<p><em>Nothing has changed.</em></p>
<h3>Removed</h3>
<p><em>Nothing has changed.</em></p>
<p><em>Thanks to all our contributors!</em> 😊</p>
<h2>v1.8.2</h2>
<h2>👌 Kubernetes version support</h2>
<ul>
<li>Management Cluster: v1.27.x -&gt; v1.31.x</li>
<li>Workload Cluster: v1.25.x -&gt; v1.31.x</li>
</ul>
<p><a
href="https://cluster-api.sigs.k8s.io/reference/versions.html">More
information about version support can be found here</a></p>
<h2>Highlights</h2>
<p>This release contains an <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/pull/11136">important
fix</a> for KCP
with Kubernetes v1.31. We recommend all users to upgrade to this
release.</p>
<p>The fix required the introduction of a pre-terminate hook that is
automatically added and managed by the KCP controller
for KCP control plane Machines. If your control plane Machines are using
Kubernetes 1.31, KCP will make sure that</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/945c938ce3e093c71950e022de4253373f911ae8"><code>945c938</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a>
from sbueringer/pr-make-kcp-pre-terminate-more-robu...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/bd295c464ad77e71f4d351c5f1f4a04a9a98c1e5"><code>bd295c4</code></a>
Make KCP pre-terminate hook more robust</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/693650c3b3780a132b40e3f2344d3f967d073ad0"><code>693650c</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a>
from k8s-infra-cherrypick-robot/cherry-pick-11156-t...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/81d928b42f659ce51bc2767e083d6ed7b51b7001"><code>81d928b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a>
from sbueringer/pr-clarify-kcp-pre-terminate-1.8</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/de364e7bbb0a0cab444bfbffffac157cecba5452"><code>de364e7</code></a>
Bump to Go 1.22.7</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/e18dabd0478293b1353e6f79f31f4639a3702f1f"><code>e18dabd</code></a>
Add more documentation about the KCP pre-terminate hook</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/8272c25e778b499cd86e80c403fbfb11e83ae973"><code>8272c25</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a>
from k8s-infra-cherrypick-robot/cherry-pick-11067-t...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/d9863b5956b3d6fb129734bbdf7477f1a5cb22d1"><code>d9863b5</code></a>
test/e2e: increase concurrency</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/b77226186d59ee0243bd13ed9bbbd1c2b6d98aa9"><code>b772261</code></a>
[release-1.8] 🐛 KCP: remove etcd member in pre-terminate hook (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11136">#11136</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/0885e48b11738540ffe60cbcad0e7e6efff40ab6"><code>0885e48</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11139">#11139</a>
from k8s-infra-cherrypick-robot/cherry-pick-11119-t...</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/cluster-api/compare/v1.8.1...v1.8.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `sigs.k8s.io/cluster-api/test` from 1.8.1 to 1.8.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/cluster-api/releases">sigs.k8s.io/cluster-api/test's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.3</h2>
<h2>👌 Kubernetes version support</h2>
<ul>
<li>Management Cluster: v1.27.x -&gt; v1.31.x</li>
<li>Workload Cluster: v1.25.x -&gt; v1.31.x</li>
</ul>
<p><a
href="https://cluster-api.sigs.k8s.io/reference/versions.html">More
information about version support can be found here</a></p>
<h2>Changes since v1.8.2</h2>
<h2>:chart_with_upwards_trend: Overview</h2>
<ul>
<li>4 new commits merged</li>
<li>1 bug fixed 🐛</li>
</ul>
<h2>:bug: Bug Fixes</h2>
<ul>
<li>KCP: Make KCP pre-terminate hook more robust (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a>)</li>
</ul>
<h2>:seedling: Others</h2>
<ul>
<li>Dependency: Bump to Go 1.22.7 (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a>)</li>
<li>e2e: Test/e2e: increase concurrency (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a>)</li>
</ul>
<p>:book: Additionally, there has been 1 contribution to our
documentation and book. (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a>)</p>
<h2>Dependencies</h2>
<h3>Added</h3>
<p><em>Nothing has changed.</em></p>
<h3>Changed</h3>
<p><em>Nothing has changed.</em></p>
<h3>Removed</h3>
<p><em>Nothing has changed.</em></p>
<p><em>Thanks to all our contributors!</em> 😊</p>
<h2>v1.8.2</h2>
<h2>👌 Kubernetes version support</h2>
<ul>
<li>Management Cluster: v1.27.x -&gt; v1.31.x</li>
<li>Workload Cluster: v1.25.x -&gt; v1.31.x</li>
</ul>
<p><a
href="https://cluster-api.sigs.k8s.io/reference/versions.html">More
information about version support can be found here</a></p>
<h2>Highlights</h2>
<p>This release contains an <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/pull/11136">important
fix</a> for KCP
with Kubernetes v1.31. We recommend all users to upgrade to this
release.</p>
<p>The fix required the introduction of a pre-terminate hook that is
automatically added and managed by the KCP controller
for KCP control plane Machines. If your control plane Machines are using
Kubernetes 1.31, KCP will make sure that</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/945c938ce3e093c71950e022de4253373f911ae8"><code>945c938</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a>
from sbueringer/pr-make-kcp-pre-terminate-more-robu...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/bd295c464ad77e71f4d351c5f1f4a04a9a98c1e5"><code>bd295c4</code></a>
Make KCP pre-terminate hook more robust</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/693650c3b3780a132b40e3f2344d3f967d073ad0"><code>693650c</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a>
from k8s-infra-cherrypick-robot/cherry-pick-11156-t...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/81d928b42f659ce51bc2767e083d6ed7b51b7001"><code>81d928b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a>
from sbueringer/pr-clarify-kcp-pre-terminate-1.8</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/de364e7bbb0a0cab444bfbffffac157cecba5452"><code>de364e7</code></a>
Bump to Go 1.22.7</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/e18dabd0478293b1353e6f79f31f4639a3702f1f"><code>e18dabd</code></a>
Add more documentation about the KCP pre-terminate hook</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/8272c25e778b499cd86e80c403fbfb11e83ae973"><code>8272c25</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a>
from k8s-infra-cherrypick-robot/cherry-pick-11067-t...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/d9863b5956b3d6fb129734bbdf7477f1a5cb22d1"><code>d9863b5</code></a>
test/e2e: increase concurrency</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/b77226186d59ee0243bd13ed9bbbd1c2b6d98aa9"><code>b772261</code></a>
[release-1.8] 🐛 KCP: remove etcd member in pre-terminate hook (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11136">#11136</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/0885e48b11738540ffe60cbcad0e7e6efff40ab6"><code>0885e48</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11139">#11139</a>
from k8s-infra-cherrypick-robot/cherry-pick-11119-t...</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/cluster-api/compare/v1.8.1...v1.8.3">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jriedel-ionos pushed a commit that referenced this pull request Jan 15, 2025
… updates (#219)

Bumps the all-go-mod-patch-and-minor group with 6 updates in the /
directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.19.1`
| `2.20.2` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.34.1` |
`1.34.2` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.30.3` | `0.30.5`
|
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.30.3`
| `0.30.5` |
|
[sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api)
| `1.8.1` | `1.8.3` |
|
[sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api)
| `1.8.1` | `1.8.3` |


Updates `github.com/onsi/ginkgo/v2` from 2.19.1 to 2.20.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.20.2</h2>
<h2>2.20.2</h2>
<p>Require Go 1.22+</p>
<h3>Maintenance</h3>
<ul>
<li>bump go to v1.22 [a671816]</li>
</ul>
<h2>v2.20.1</h2>
<h2>2.20.1</h2>
<h3>Fixes</h3>
<ul>
<li>make BeSpecEvent duration matcher more forgiving [d6f9640]</li>
</ul>
<h2>v2.20.0</h2>
<h2>2.20.0</h2>
<h3>Features</h3>
<ul>
<li>Add buildvcs flag [be5ab95]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Add update-deps to makefile [d303d14]</li>
<li>bump all dependencies [7a50221]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's
changelog</a>.</em></p>
<blockquote>
<h2>2.20.2</h2>
<p>Require Go 1.22+</p>
<h3>Maintenance</h3>
<ul>
<li>bump go to v1.22 [a671816]</li>
</ul>
<h2>2.20.1</h2>
<h3>Fixes</h3>
<ul>
<li>make BeSpecEvent duration matcher more forgiving [d6f9640]</li>
</ul>
<h2>2.20.0</h2>
<h3>Features</h3>
<ul>
<li>Add buildvcs flag [be5ab95]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Add update-deps to makefile [d303d14]</li>
<li>bump all dependencies [7a50221]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/104752fa2e97f04b1300754e710c419a63d2d30c"><code>104752f</code></a>
v2.20.2</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/a671816770d938736c66ec06517807464fec1b05"><code>a671816</code></a>
bump go to v1.22</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/4ef0afb9f28f241c352cad6ca9dae8b149e57bc4"><code>4ef0afb</code></a>
v2.20.1</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/d6f96403bfb442abd624e26e92af2285dfaddd85"><code>d6f9640</code></a>
make BeSpecEvent duration matcher more forgiving</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/265b1a00989abc6d0b648b0e89d34f05b7c617aa"><code>265b1a0</code></a>
v2.20.0</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/d303d14edd13cbc4413c3de8e8c2460754cc88ce"><code>d303d14</code></a>
Add update-deps to makefile</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/7a502216054d1cfd0e243d9eabafbfaa4a1d3fb5"><code>7a50221</code></a>
bump all dependencies</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/be5ab950a71528b5d0dc2b82f8e1ae833cff2149"><code>be5ab95</code></a>
Add buildvcs flag</li>
<li>See full diff in <a
href="https://github.com/onsi/ginkgo/compare/v2.19.1...v2.20.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/onsi/gomega` from 1.34.1 to 1.34.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's
releases</a>.</em></p>
<blockquote>
<h2>v1.34.2</h2>
<h2>1.34.2</h2>
<p>Require Go 1.22+</p>
<h3>Maintenance</h3>
<ul>
<li>bump ginkgo as well [c59c6dc]</li>
<li>bump to go 1.22 - remove x/exp dependency [8158b99]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's
changelog</a>.</em></p>
<blockquote>
<h2>1.34.2</h2>
<p>Require Go 1.22+</p>
<h3>Maintenance</h3>
<ul>
<li>bump ginkgo as well [c59c6dc]</li>
<li>bump to go 1.22 - remove x/exp dependency [8158b99]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/gomega/commit/7cabed651e981da0c7d0219ad7208626cef58016"><code>7cabed6</code></a>
v1.34.2</li>
<li><a
href="https://github.com/onsi/gomega/commit/c59c6dc63a29a3a824329d4e5df245c3b82eb1eb"><code>c59c6dc</code></a>
bump ginkgo as well</li>
<li><a
href="https://github.com/onsi/gomega/commit/8158b9979e6e5272ded30720f9458d03a81e91f1"><code>8158b99</code></a>
bump to go 1.22 - remove x/exp dependency</li>
<li>See full diff in <a
href="https://github.com/onsi/gomega/compare/v1.34.1...v1.34.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/api` from 0.30.3 to 0.30.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/api/commit/abb7e65dc4bd079426ca658e9bbac8597b9f9322"><code>abb7e65</code></a>
Update dependencies to v0.30.5 tag</li>
<li><a
href="https://github.com/kubernetes/api/commit/f67709f69651e3c13859d01124fbf6716bf48814"><code>f67709f</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/api/issues/126666">#126666</a><code>thockin/automated-cherry-pick-of-#126057</code></li>
<li><a
href="https://github.com/kubernetes/api/commit/02ab4fdf26fe943210ca82d7723a09a1c1503ac8"><code>02ab4fd</code></a>
make PodIP.IP and HostIP.IP required.</li>
<li><a
href="https://github.com/kubernetes/api/commit/48606d9abc29f1db36518e4fc90e57b98797a719"><code>48606d9</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/api/issues/126146">#126146</a>
from xyz-li/cherrypick-124568</li>
<li><a
href="https://github.com/kubernetes/api/commit/58fa4cb2e9e108f2a3efe48ee8355cedcb528976"><code>58fa4cb</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/api/issues/126059">#126059</a><code>mimowo/automated-cherry-pick-of-#126046</code></li>
<li><a
href="https://github.com/kubernetes/api/commit/8d00fd332599288520de79aeb924c79a5654edae"><code>8d00fd3</code></a>
api: fix ValidatingAdmissionPolicyList json tag</li>
<li><a
href="https://github.com/kubernetes/api/commit/7c0a335fb0fa2069b9a9b8b65b811f30e0d7e7b9"><code>7c0a335</code></a>
Use omitempty for optional fields in Job Pod Failure Policy</li>
<li>See full diff in <a
href="https://github.com/kubernetes/api/compare/v0.30.3...v0.30.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/apimachinery` from 0.30.3 to 0.30.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/07dc100ca27cee6e7e41844a5a0fbd5d2c71c2aa"><code>07dc100</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/apimachinery/issues/126253">#126253</a><code>seans3/automated-cherry-pick-of-#126231</code></li>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/117cae1aca6ddca0e84689528e9a1d467e2309fd"><code>117cae1</code></a>
Falls back to SPDY for gorilla/websocket https proxy error</li>
<li>See full diff in <a
href="https://github.com/kubernetes/apimachinery/compare/v0.30.3...v0.30.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/client-go` from 0.30.3 to 0.30.5
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/client-go/commit/07d68c820b8572aec6415a4c67b033047179a1a8"><code>07d68c8</code></a>
Update dependencies to v0.30.5 tag</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/8a9438e118caffcdc97238e3dc1bbc8e518876cf"><code>8a9438e</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/126797">#126797</a><code>BenTheElder/automated-cherry-pick-of-#126449</code></li>
<li><a
href="https://github.com/kubernetes/client-go/commit/cdafd6eb8644b691a6a43cfd9efa62a23444dca3"><code>cdafd6e</code></a>
update coredns/corefile-migration to v1.0.24 to support coredns
v1.11.3</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/8981a9a956b536e7a5d732e0a7558c13843b7f5c"><code>8981a9a</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/126666">#126666</a><code>thockin/automated-cherry-pick-of-#126057</code></li>
<li><a
href="https://github.com/kubernetes/client-go/commit/f2cf545be19ab3bf0d2fa6ed48cb01bda8f1b502"><code>f2cf545</code></a>
make PodIP.IP and HostIP.IP required.</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/274256ef2e495787ada13a551750873b838e28fe"><code>274256e</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes/client-go/issues/126253">#126253</a><code>seans3/automated-cherry-pick-of-#126231</code></li>
<li><a
href="https://github.com/kubernetes/client-go/commit/c594704d127ad651f993702536ebb2bae76d2b40"><code>c594704</code></a>
moving for easier cherry-pick</li>
<li><a
href="https://github.com/kubernetes/client-go/commit/b6e8438bf5f7ab15f7ff2cf5b817d2f1b5458b4b"><code>b6e8438</code></a>
Falls back to SPDY for gorilla/websocket https proxy error</li>
<li>See full diff in <a
href="https://github.com/kubernetes/client-go/compare/v0.30.3...v0.30.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `sigs.k8s.io/cluster-api` from 1.8.1 to 1.8.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/cluster-api/releases">sigs.k8s.io/cluster-api's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.3</h2>
<h2>👌 Kubernetes version support</h2>
<ul>
<li>Management Cluster: v1.27.x -&gt; v1.31.x</li>
<li>Workload Cluster: v1.25.x -&gt; v1.31.x</li>
</ul>
<p><a
href="https://cluster-api.sigs.k8s.io/reference/versions.html">More
information about version support can be found here</a></p>
<h2>Changes since v1.8.2</h2>
<h2>:chart_with_upwards_trend: Overview</h2>
<ul>
<li>4 new commits merged</li>
<li>1 bug fixed 🐛</li>
</ul>
<h2>:bug: Bug Fixes</h2>
<ul>
<li>KCP: Make KCP pre-terminate hook more robust (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a>)</li>
</ul>
<h2>:seedling: Others</h2>
<ul>
<li>Dependency: Bump to Go 1.22.7 (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a>)</li>
<li>e2e: Test/e2e: increase concurrency (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a>)</li>
</ul>
<p>:book: Additionally, there has been 1 contribution to our
documentation and book. (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a>)</p>
<h2>Dependencies</h2>
<h3>Added</h3>
<p><em>Nothing has changed.</em></p>
<h3>Changed</h3>
<p><em>Nothing has changed.</em></p>
<h3>Removed</h3>
<p><em>Nothing has changed.</em></p>
<p><em>Thanks to all our contributors!</em> 😊</p>
<h2>v1.8.2</h2>
<h2>👌 Kubernetes version support</h2>
<ul>
<li>Management Cluster: v1.27.x -&gt; v1.31.x</li>
<li>Workload Cluster: v1.25.x -&gt; v1.31.x</li>
</ul>
<p><a
href="https://cluster-api.sigs.k8s.io/reference/versions.html">More
information about version support can be found here</a></p>
<h2>Highlights</h2>
<p>This release contains an <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/pull/11136">important
fix</a> for KCP
with Kubernetes v1.31. We recommend all users to upgrade to this
release.</p>
<p>The fix required the introduction of a pre-terminate hook that is
automatically added and managed by the KCP controller
for KCP control plane Machines. If your control plane Machines are using
Kubernetes 1.31, KCP will make sure that</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/945c938ce3e093c71950e022de4253373f911ae8"><code>945c938</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a>
from sbueringer/pr-make-kcp-pre-terminate-more-robu...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/bd295c464ad77e71f4d351c5f1f4a04a9a98c1e5"><code>bd295c4</code></a>
Make KCP pre-terminate hook more robust</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/693650c3b3780a132b40e3f2344d3f967d073ad0"><code>693650c</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a>
from k8s-infra-cherrypick-robot/cherry-pick-11156-t...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/81d928b42f659ce51bc2767e083d6ed7b51b7001"><code>81d928b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a>
from sbueringer/pr-clarify-kcp-pre-terminate-1.8</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/de364e7bbb0a0cab444bfbffffac157cecba5452"><code>de364e7</code></a>
Bump to Go 1.22.7</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/e18dabd0478293b1353e6f79f31f4639a3702f1f"><code>e18dabd</code></a>
Add more documentation about the KCP pre-terminate hook</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/8272c25e778b499cd86e80c403fbfb11e83ae973"><code>8272c25</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a>
from k8s-infra-cherrypick-robot/cherry-pick-11067-t...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/d9863b5956b3d6fb129734bbdf7477f1a5cb22d1"><code>d9863b5</code></a>
test/e2e: increase concurrency</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/b77226186d59ee0243bd13ed9bbbd1c2b6d98aa9"><code>b772261</code></a>
[release-1.8] 🐛 KCP: remove etcd member in pre-terminate hook (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11136">#11136</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/0885e48b11738540ffe60cbcad0e7e6efff40ab6"><code>0885e48</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11139">#11139</a>
from k8s-infra-cherrypick-robot/cherry-pick-11119-t...</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/cluster-api/compare/v1.8.1...v1.8.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `sigs.k8s.io/cluster-api/test` from 1.8.1 to 1.8.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/cluster-api/releases">sigs.k8s.io/cluster-api/test's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.3</h2>
<h2>👌 Kubernetes version support</h2>
<ul>
<li>Management Cluster: v1.27.x -&gt; v1.31.x</li>
<li>Workload Cluster: v1.25.x -&gt; v1.31.x</li>
</ul>
<p><a
href="https://cluster-api.sigs.k8s.io/reference/versions.html">More
information about version support can be found here</a></p>
<h2>Changes since v1.8.2</h2>
<h2>:chart_with_upwards_trend: Overview</h2>
<ul>
<li>4 new commits merged</li>
<li>1 bug fixed 🐛</li>
</ul>
<h2>:bug: Bug Fixes</h2>
<ul>
<li>KCP: Make KCP pre-terminate hook more robust (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a>)</li>
</ul>
<h2>:seedling: Others</h2>
<ul>
<li>Dependency: Bump to Go 1.22.7 (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a>)</li>
<li>e2e: Test/e2e: increase concurrency (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a>)</li>
</ul>
<p>:book: Additionally, there has been 1 contribution to our
documentation and book. (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a>)</p>
<h2>Dependencies</h2>
<h3>Added</h3>
<p><em>Nothing has changed.</em></p>
<h3>Changed</h3>
<p><em>Nothing has changed.</em></p>
<h3>Removed</h3>
<p><em>Nothing has changed.</em></p>
<p><em>Thanks to all our contributors!</em> 😊</p>
<h2>v1.8.2</h2>
<h2>👌 Kubernetes version support</h2>
<ul>
<li>Management Cluster: v1.27.x -&gt; v1.31.x</li>
<li>Workload Cluster: v1.25.x -&gt; v1.31.x</li>
</ul>
<p><a
href="https://cluster-api.sigs.k8s.io/reference/versions.html">More
information about version support can be found here</a></p>
<h2>Highlights</h2>
<p>This release contains an <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/pull/11136">important
fix</a> for KCP
with Kubernetes v1.31. We recommend all users to upgrade to this
release.</p>
<p>The fix required the introduction of a pre-terminate hook that is
automatically added and managed by the KCP controller
for KCP control plane Machines. If your control plane Machines are using
Kubernetes 1.31, KCP will make sure that</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/945c938ce3e093c71950e022de4253373f911ae8"><code>945c938</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11164">#11164</a>
from sbueringer/pr-make-kcp-pre-terminate-more-robu...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/bd295c464ad77e71f4d351c5f1f4a04a9a98c1e5"><code>bd295c4</code></a>
Make KCP pre-terminate hook more robust</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/693650c3b3780a132b40e3f2344d3f967d073ad0"><code>693650c</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11157">#11157</a>
from k8s-infra-cherrypick-robot/cherry-pick-11156-t...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/81d928b42f659ce51bc2767e083d6ed7b51b7001"><code>81d928b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11154">#11154</a>
from sbueringer/pr-clarify-kcp-pre-terminate-1.8</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/de364e7bbb0a0cab444bfbffffac157cecba5452"><code>de364e7</code></a>
Bump to Go 1.22.7</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/e18dabd0478293b1353e6f79f31f4639a3702f1f"><code>e18dabd</code></a>
Add more documentation about the KCP pre-terminate hook</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/8272c25e778b499cd86e80c403fbfb11e83ae973"><code>8272c25</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11144">#11144</a>
from k8s-infra-cherrypick-robot/cherry-pick-11067-t...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/d9863b5956b3d6fb129734bbdf7477f1a5cb22d1"><code>d9863b5</code></a>
test/e2e: increase concurrency</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/b77226186d59ee0243bd13ed9bbbd1c2b6d98aa9"><code>b772261</code></a>
[release-1.8] 🐛 KCP: remove etcd member in pre-terminate hook (<a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11136">#11136</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api/commit/0885e48b11738540ffe60cbcad0e7e6efff40ab6"><code>0885e48</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api/issues/11139">#11139</a>
from k8s-infra-cherrypick-robot/cherry-pick-11119-t...</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/cluster-api/compare/v1.8.1...v1.8.3">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jriedel-ionos added a commit that referenced this pull request Jan 15, 2025
… updates (#219) (#258)

Cherry-pick of #219 for release v0.5.1

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants