Skip to content

Commit 9812541

Browse files
Bump the go-dependencies group with 3 updates (#66)
Bumps the go-dependencies group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/api` from 0.36.2 to 0.36.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/3fde3c43c3cf3447606b9c2ac2c6257095444387"><code>3fde3c4</code></a> Update dependencies to v0.36.3 tag</li> <li><a href="https://github.com/kubernetes/api/commit/53c47b96517d80155e5eed46a2c667cb68f38e9c"><code>53c47b9</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/140296">#140296</a> from jpbetz/cherry-pick-smd-306-revert</li> <li><a href="https://github.com/kubernetes/api/commit/18318865d62aa6c7d74cb65463fc5bd694632bee"><code>1831886</code></a> Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.3</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.36.2...v0.36.3">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.36.2 to 0.36.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apimachinery/commit/40bf4b2b62f8838b9b37de7b407793f1f17ee225"><code>40bf4b2</code></a> Update dependencies to v0.36.3 tag</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/34d46be4f2cba34b54c9eca942ff078fabbe35dd"><code>34d46be</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apimachinery/issues/140296">#140296</a> from jpbetz/cherry-pick-smd-306-revert</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/66a3724b370b46a679a1cbd9b44551f44b11c8c0"><code>66a3724</code></a> Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.3</li> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.36.2...v0.36.3">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.36.2 to 0.36.3 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/44a8af2fee834a8fc3523360e029cf7ea7104622"><code>44a8af2</code></a> Update dependencies to v0.36.3 tag</li> <li><a href="https://github.com/kubernetes/client-go/commit/f501ada2efb78c4685f993249b076570db6db84f"><code>f501ada</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/140296">#140296</a> from jpbetz/cherry-pick-smd-306-revert</li> <li><a href="https://github.com/kubernetes/client-go/commit/a43e1d73d6202bcfc80795159218efc2f649cfd3"><code>a43e1d7</code></a> Bump sigs.k8s.io/structured-merge-diff/v6 to v6.3.3</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.36.2...v0.36.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e08e78 commit 9812541

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ require (
99
github.com/oxidecomputer/oxide.go v0.10.0
1010
github.com/stretchr/testify v1.11.1
1111
go.uber.org/mock v0.6.0
12-
k8s.io/api v0.36.2
13-
k8s.io/apimachinery v0.36.2
14-
k8s.io/client-go v0.36.2
12+
k8s.io/api v0.36.3
13+
k8s.io/apimachinery v0.36.3
14+
k8s.io/client-go v0.36.3
1515
k8s.io/klog/v2 v2.140.0
1616
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2
1717
sigs.k8s.io/cluster-api v1.13.4
@@ -133,7 +133,7 @@ require (
133133
k8s.io/cluster-bootstrap v0.35.4 // indirect
134134
k8s.io/component-base v0.36.0 // indirect
135135
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
136-
k8s.io/streaming v0.36.2 // indirect
136+
k8s.io/streaming v0.36.3 // indirect
137137
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.34.0 // indirect
138138
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.24.1 // indirect
139139
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -309,16 +309,16 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
309309
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
310310
gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q=
311311
gotest.tools/v3 v3.5.2/go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA=
312-
k8s.io/api v0.36.2 h1:TF6YDLIzKfccK7cq9YpTcGX8TJmEkHVRv78DM51fRYY=
313-
k8s.io/api v0.36.2/go.mod h1:F4LbMO4brjZYh7yFkXWhynSvtB7YauxV4c+HHkNRGNg=
312+
k8s.io/api v0.36.3 h1:NxB+05W2UGqXWFXcLO0RB5cnqnUPP5v5sVlaOH0Iz4w=
313+
k8s.io/api v0.36.3/go.mod h1:JzLQKqRHC5+I8RVj/lS3lCg0mg6nWI9Fo/Sk3ElxHzg=
314314
k8s.io/apiextensions-apiserver v0.36.0 h1:Wt7E8J+VBCbj4FjiBfDTK/neXDDjyJVJc7xfuOHImZ0=
315315
k8s.io/apiextensions-apiserver v0.36.0/go.mod h1:kGDjH0msuiIB3tgsYRV0kS9GqpMYMUsQ3GHv7TApyug=
316-
k8s.io/apimachinery v0.36.2 h1:0PE/W/WNy1UX61NLbXY5TMbJ6UwLL6E6lAPkYrKFxbQ=
317-
k8s.io/apimachinery v0.36.2/go.mod h1:fvf/HOLXq9RId0rnDIbN1OEBvHXdQbLMM8nu0LcBUf4=
316+
k8s.io/apimachinery v0.36.3 h1:PkzMRBRG8joFD8EhCuQAtNPvJlxb82FwplP26HIzvAM=
317+
k8s.io/apimachinery v0.36.3/go.mod h1:cTSjBWgPe/6CQyBKzY/hDIRWCQQQeK0mfLbml0UYFHE=
318318
k8s.io/apiserver v0.36.0 h1:Jg5OFAENUACByUCg15CmhZAYrr5ZyJ+jodyA1mHl3YE=
319319
k8s.io/apiserver v0.36.0/go.mod h1:mHvwdHf+qKEm+1/hYm756SV+oREOKSPnsjagOpx6Vho=
320-
k8s.io/client-go v0.36.2 h1:bfgxmFKc9CgqsgX4xKLAAdmTQlWee7Ob/HlDOrJ5TBI=
321-
k8s.io/client-go v0.36.2/go.mod h1:1vgO4OAlfPnoLcb+Rze2GF5rAr14w8qjrYMoyXJzQj0=
320+
k8s.io/client-go v0.36.3 h1:M4JdVzXxYcZk4fGpfDdYnxSwhLKWCFoQsHW6t+z8Hfg=
321+
k8s.io/client-go v0.36.3/go.mod h1:gcPwr0c87vjjG6HB6pWEqOeuYVoXSsREjzux2j6GF30=
322322
k8s.io/cluster-bootstrap v0.35.4 h1:XAOSQ+4dvUPdksaVHp/C9rq0XlFmF3UHkx4KGgNgaU4=
323323
k8s.io/cluster-bootstrap v0.35.4/go.mod h1:9tlzRvPEjXAhKV2cok7pJLnMjiRgKZdT9IR3iJzksek=
324324
k8s.io/component-base v0.36.0 h1:hFjEktssxiJhrK1zfybkH4kJOi8iZuF+mIDCqS5+jRo=
@@ -327,8 +327,8 @@ k8s.io/klog/v2 v2.140.0 h1:Tf+J3AH7xnUzZyVVXhTgGhEKnFqye14aadWv7bzXdzc=
327327
k8s.io/klog/v2 v2.140.0/go.mod h1:o+/RWfJ6PwpnFn7OyAG3QnO47BFsymfEfrz6XyYSSp0=
328328
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a h1:xCeOEAOoGYl2jnJoHkC3hkbPJgdATINPMAxaynU2Ovg=
329329
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a/go.mod h1:uGBT7iTA6c6MvqUvSXIaYZo9ukscABYi2btjhvgKGZ0=
330-
k8s.io/streaming v0.36.2 h1:NSKthPPg9UFSKsRauVJUVGH2Dvn8fhKmY4qrMkw/p98=
331-
k8s.io/streaming v0.36.2/go.mod h1:z6fV3D+NVkoeqRMtWwlUZK6U17SY/LqNzOxWL6GyR/s=
330+
k8s.io/streaming v0.36.3 h1:9rAaqBk0C0Pc7+/fqGekj07NV+/Xrew58p647A0JT8w=
331+
k8s.io/streaming v0.36.3/go.mod h1:z6fV3D+NVkoeqRMtWwlUZK6U17SY/LqNzOxWL6GyR/s=
332332
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 h1:AZYQSJemyQB5eRxqcPky+/7EdBj0xi3g0ZcxxJ7vbWU=
333333
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2/go.mod h1:xDxuJ0whA3d0I4mf/C4ppKHxXynQ+fxnkmQH0vTHnuk=
334334
pgregory.net/rapid v1.2.0 h1:keKAYRcjm+e1F0oAuU5F5+YPAWcyxNNRK2wud503Gnk=

0 commit comments

Comments
 (0)