mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Bump the k8s group across 1 directory with 3 updates (#298)
Bumps the k8s group with 2 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/api` from 0.36.1 to 0.36.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/2f4cefdbec4e3c3cd76d15844e90c679419f4dc7"><code>2f4cefd</code></a> Update dependencies to v0.36.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.36.1...v0.36.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.36.1 to 0.36.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apimachinery/commit/ae3f98eb01e4bebb7d90db742081949c5c4b1ef7"><code>ae3f98e</code></a> Update dependencies to v0.36.2 tag</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/2ec982dc45d3085c6ec641be237b1fc39a7494ac"><code>2ec982d</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apimachinery/issues/139508">#139508</a><code>lalitc375/automated-cherry-pick-of-#139480</code></li> <li><a href="https://github.com/kubernetes/apimachinery/commit/6a881027b107fb0f87aa3a5760610cac17b4d3a0"><code>6a88102</code></a> Fix wrong marking of errors</li> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.36.1...v0.36.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.36.1 to 0.36.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/877f5359348b5df85619f2aa379abc5bd74bca2d"><code>877f535</code></a> Update dependencies to v0.36.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.36.1...v0.36.2">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
7bcd9a15d8
commit
d426d1de3f
@@ -13,9 +13,9 @@ require (
|
||||
github.com/onsi/ginkgo/v2 v2.29.0
|
||||
github.com/onsi/gomega v1.41.0
|
||||
golang.org/x/mod v0.37.0
|
||||
k8s.io/api v0.36.1
|
||||
k8s.io/apimachinery v0.36.1
|
||||
k8s.io/client-go v0.36.1
|
||||
k8s.io/api v0.36.2
|
||||
k8s.io/apimachinery v0.36.2
|
||||
k8s.io/client-go v0.36.2
|
||||
sigs.k8s.io/controller-runtime v0.24.1
|
||||
sigs.k8s.io/gateway-api v1.5.1
|
||||
sigs.k8s.io/structured-merge-diff/v6 v6.4.0
|
||||
|
||||
Reference in New Issue
Block a user