Skip to content

Commit a120ae7

Browse files
authored
1.35.0 dependency update (#291)
1 parent ef94c9a commit a120ae7

File tree

4 files changed

+74
-76
lines changed

4 files changed

+74
-76
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.11
1+
1.25.5

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.24.11
1+
ARG golang_image=public.ecr.aws/eks-distro-build-tooling/golang:1.25.5
22

33
FROM --platform=$BUILDPLATFORM $golang_image AS builder
44
WORKDIR $GOPATH/src/github.com/aws/amazon-eks-pod-identity-webhook
@@ -7,7 +7,7 @@ RUN go version
77
ARG TARGETOS TARGETARCH
88
RUN GOPROXY=direct CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /webhook -v -a -ldflags="-buildid='' -w -s" .
99

10-
FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-34-latest
10+
FROM --platform=$TARGETPLATFORM public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-35-latest
1111
COPY --from=builder /webhook /webhook
1212
ENTRYPOINT ["/go-runner"]
1313
CMD ["/webhook"]

go.mod

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/amazon-eks-pod-identity-webhook
22

3-
go 1.24.0
3+
go 1.25.5
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.39.2
@@ -9,12 +9,12 @@ require (
99
github.com/go-jose/go-jose/v4 v4.0.1
1010
github.com/pkg/errors v0.9.1
1111
github.com/prometheus/client_golang v1.12.2
12-
github.com/spf13/pflag v1.0.6
13-
github.com/stretchr/testify v1.10.0
12+
github.com/spf13/pflag v1.0.9
13+
github.com/stretchr/testify v1.11.1
1414
golang.org/x/time v0.9.0
15-
k8s.io/api v0.34.0
16-
k8s.io/apimachinery v0.34.0
17-
k8s.io/client-go v0.34.0
15+
k8s.io/api v0.35.0
16+
k8s.io/apimachinery v0.35.0
17+
k8s.io/client-go v0.35.0
1818
k8s.io/klog/v2 v2.130.1
1919
sigs.k8s.io/controller-runtime v0.13.0
2020
sigs.k8s.io/yaml v1.6.0
@@ -27,11 +27,10 @@ require (
2727
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2828
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
2929
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
30-
github.com/go-logr/logr v1.4.2 // indirect
30+
github.com/go-logr/logr v1.4.3 // indirect
3131
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3232
github.com/go-openapi/jsonreference v0.20.2 // indirect
3333
github.com/go-openapi/swag v0.23.0 // indirect
34-
github.com/gogo/protobuf v1.3.2 // indirect
3534
github.com/golang/protobuf v1.5.4 // indirect
3635
github.com/google/gnostic-models v0.7.0 // indirect
3736
github.com/google/go-cmp v0.7.0 // indirect
@@ -49,21 +48,21 @@ require (
4948
github.com/prometheus/procfs v0.7.3 // indirect
5049
github.com/stretchr/objx v0.5.2 // indirect
5150
github.com/x448/float16 v0.8.4 // indirect
52-
go.yaml.in/yaml/v2 v2.4.2 // indirect
51+
go.yaml.in/yaml/v2 v2.4.3 // indirect
5352
go.yaml.in/yaml/v3 v3.0.4 // indirect
54-
golang.org/x/crypto v0.36.0 // indirect
55-
golang.org/x/net v0.38.0 // indirect
56-
golang.org/x/oauth2 v0.27.0 // indirect
57-
golang.org/x/sys v0.31.0 // indirect
58-
golang.org/x/term v0.30.0 // indirect
59-
golang.org/x/text v0.23.0 // indirect
60-
google.golang.org/protobuf v1.36.5 // indirect
61-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
53+
golang.org/x/crypto v0.44.0 // indirect
54+
golang.org/x/net v0.47.0 // indirect
55+
golang.org/x/oauth2 v0.30.0 // indirect
56+
golang.org/x/sys v0.38.0 // indirect
57+
golang.org/x/term v0.37.0 // indirect
58+
golang.org/x/text v0.31.0 // indirect
59+
google.golang.org/protobuf v1.36.8 // indirect
60+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
6261
gopkg.in/inf.v0 v0.9.1 // indirect
6362
gopkg.in/yaml.v3 v3.0.1 // indirect
64-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
65-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
66-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
63+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
64+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
65+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
6766
sigs.k8s.io/randfill v1.0.0 // indirect
6867
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
6968
)

0 commit comments

Comments
 (0)