Skip to content

Commit 05c7ecb

Browse files
Bump the k8s-io group across 1 directory with 3 updates
Bumps the k8s-io group with 2 updates in the /test/new-e2e 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.35.0-alpha.0 to 0.36.0-alpha.0 - [Commits](kubernetes/api@v0.35.0-alpha.0...v0.36.0-alpha.0) Updates `k8s.io/apimachinery` from 0.35.0-alpha.0 to 0.36.0-alpha.0 - [Commits](kubernetes/apimachinery@v0.35.0-alpha.0...v0.36.0-alpha.0) Updates `k8s.io/client-go` from 0.35.0-alpha.0 to 0.36.0-alpha.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.35.0-alpha.0...v0.36.0-alpha.0) --- updated-dependencies: - dependency-name: k8s.io/api dependency-version: 0.36.0-alpha.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-io - dependency-name: k8s.io/apimachinery dependency-version: 0.36.0-alpha.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-io - dependency-name: k8s.io/client-go dependency-version: 0.36.0-alpha.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-io ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc6ac2f commit 05c7ecb

File tree

2 files changed

+34
-39
lines changed

2 files changed

+34
-39
lines changed

test/new-e2e/go.mod

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ require (
4242
golang.org/x/term v0.39.0
4343
gopkg.in/yaml.v2 v2.4.0
4444
gopkg.in/zorkian/go-datadog-api.v2 v2.30.0
45-
k8s.io/api v0.35.0-alpha.0
46-
k8s.io/apimachinery v0.35.0-alpha.0
45+
k8s.io/api v0.36.0-alpha.1
46+
k8s.io/apimachinery v0.36.0-alpha.1
4747
k8s.io/cli-runtime v0.34.1 // indirect
48-
k8s.io/client-go v0.35.0-alpha.0
48+
k8s.io/client-go v0.36.0-alpha.1
4949
k8s.io/kubectl v0.34.1 // indirect
5050
)
5151

@@ -93,7 +93,7 @@ require (
9393
github.com/djherbis/times v1.6.0 // indirect
9494
github.com/docker/go-connections v0.6.0 // indirect
9595
github.com/docker/go-units v0.5.0 // indirect
96-
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
96+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
9797
github.com/emirpasic/gods v1.18.1 // indirect
9898
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
9999
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -115,7 +115,6 @@ require (
115115
github.com/google/gnostic-models v0.7.0 // indirect
116116
github.com/google/go-cmp v0.7.0
117117
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
118-
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
119118
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
120119
github.com/hashicorp/errwrap v1.1.0 // indirect
121120
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -186,7 +185,7 @@ require (
186185
go.opentelemetry.io/otel/trace v1.39.1-0.20260115134311-f809f7d71e2d // indirect
187186
go.uber.org/atomic v1.11.0 // indirect
188187
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9
189-
golang.org/x/mod v0.31.0
188+
golang.org/x/mod v0.32.0
190189
golang.org/x/net v0.49.0
191190
golang.org/x/oauth2 v0.34.0 // indirect
192191
golang.org/x/sync v0.19.0 // indirect
@@ -202,10 +201,10 @@ require (
202201
gopkg.in/yaml.v3 v3.0.1
203202
k8s.io/component-base v0.35.0-alpha.0 // indirect
204203
k8s.io/klog/v2 v2.130.1 // indirect
205-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
206-
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
204+
k8s.io/kube-openapi v0.0.0-20260127142750-a19766b6e2d4 // indirect
205+
k8s.io/utils v0.0.0-20260108192941-914a6e750570 // indirect
207206
lukechampine.com/frand v1.5.1 // indirect
208-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
207+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
209208
sigs.k8s.io/kustomize/api v0.20.1 // indirect
210209
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
211210
sigs.k8s.io/yaml v1.6.0 // indirect
@@ -351,10 +350,10 @@ require (
351350
go.yaml.in/yaml/v2 v2.4.3 // indirect
352351
go.yaml.in/yaml/v3 v3.0.4 // indirect
353352
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
354-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
353+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
355354
gopkg.in/ini.v1 v1.67.0 // indirect
356355
sigs.k8s.io/randfill v1.0.0 // indirect
357-
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
356+
sigs.k8s.io/structured-merge-diff/v6 v6.3.1 // indirect
358357
)
359358

360359
// This section was automatically added by 'dda inv modules.add-all-replace' command, do not edit manually

test/new-e2e/go.sum

Lines changed: 24 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)