Skip to content

Commit d535df3

Browse files
authored
Merge pull request #2494 from AndrewSirenko/1.44DepBump
Bumping dependencies ahead of 1.44 + CI Fix
2 parents 5ba4a82 + 35025ce commit d535df3

File tree

13 files changed

+642
-636
lines changed

13 files changed

+642
-636
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ALL_OS_ARCH_OSVERSION=$(foreach os, $(ALL_OS), ${ALL_OS_ARCH_OSVERSION_${os}})
5454
CLUSTER_NAME?=ebs-csi-e2e.k8s.local
5555
CLUSTER_TYPE?=kops
5656

57-
GINKGO_WINDOWS_SKIP?="\[Disruptive\]|\[Serial\]|\[LinuxOnly\]|\[Feature:VolumeSnapshotDataSource\]|\(xfs\)|\(ext4\)|\(block volmode\)"
57+
GINKGO_WINDOWS_SKIP?="\[Disruptive\]|\[Serial\]|\[Flaky\]|\[LinuxOnly\]|\[Feature:VolumeSnapshotDataSource\]|\(xfs\)|\(ext4\)|\(block volmode\)"
5858

5959
# split words on hyphen, access by 1-index
6060
word-hyphen = $(word $2,$(subst -, ,$1))

charts/aws-ebs-csi-driver/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sidecars:
2222
image:
2323
pullPolicy: IfNotPresent
2424
repository: public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner
25-
tag: "v5.2.0-eks-1-33-1"
25+
tag: "v5.2.0-eks-1-33-3"
2626
logLevel: 2
2727
# Additional parameters provided by external-provisioner.
2828
additionalArgs: []
@@ -49,7 +49,7 @@ sidecars:
4949
image:
5050
pullPolicy: IfNotPresent
5151
repository: public.ecr.aws/eks-distro/kubernetes-csi/external-attacher
52-
tag: "v4.8.1-eks-1-33-1"
52+
tag: "v4.8.1-eks-1-33-3"
5353
# Tune leader lease election for csi-attacher.
5454
# Leader election is on by default.
5555
leaderElection:
@@ -78,7 +78,7 @@ sidecars:
7878
image:
7979
pullPolicy: IfNotPresent
8080
repository: public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/csi-snapshotter
81-
tag: "v8.2.1-eks-1-33-1"
81+
tag: "v8.2.1-eks-1-33-3"
8282
logLevel: 2
8383
# Additional parameters provided by csi-snapshotter.
8484
additionalArgs: []
@@ -94,7 +94,7 @@ sidecars:
9494
image:
9595
pullPolicy: IfNotPresent
9696
repository: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe
97-
tag: "v2.15.0-eks-1-33-1"
97+
tag: "v2.15.0-eks-1-33-3"
9898
# Additional parameters provided by livenessprobe.
9999
additionalArgs: []
100100
resources: {}
@@ -106,7 +106,7 @@ sidecars:
106106
image:
107107
pullPolicy: IfNotPresent
108108
repository: public.ecr.aws/eks-distro/kubernetes-csi/external-resizer
109-
tag: "v1.13.2-eks-1-33-1"
109+
tag: "v1.13.2-eks-1-33-3"
110110
# Tune leader lease election for csi-resizer.
111111
# Leader election is on by default.
112112
leaderElection:
@@ -133,7 +133,7 @@ sidecars:
133133
image:
134134
pullPolicy: IfNotPresent
135135
repository: public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar
136-
tag: "v2.13.0-eks-1-33-1"
136+
tag: "v2.13.0-eks-1-33-3"
137137
logLevel: 2
138138
# Additional parameters provided by node-driver-registrar.
139139
additionalArgs: []
@@ -155,7 +155,7 @@ sidecars:
155155
image:
156156
pullPolicy: IfNotPresent
157157
repository: public.ecr.aws/ebs-csi-driver/volume-modifier-for-k8s
158-
tag: "v0.5.1"
158+
tag: "v0.6.0"
159159
leaderElection:
160160
enabled: true
161161
# Optional values to tune lease behavior.
@@ -511,4 +511,4 @@ nodeComponentOnly: false
511511
helmTester:
512512
enabled: true
513513
# Supply a custom image to the ebs-csi-driver-test pod in helm-tester.yaml
514-
image: "us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250411-0688312353-master"
514+
image: "us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250513-98d205aae3-master"

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 5400s
1616
steps:
17-
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250116-2a05ea7e3d
17+
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20250513-9264efb079
1818
entrypoint: ./hack/cloudbuild.sh
1919
env:
2020
- GIT_TAG=${_GIT_TAG}

deploy/kubernetes/base/controller.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
seccompProfile:
134134
type: RuntimeDefault
135135
- name: csi-provisioner
136-
image: public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner:v5.2.0-eks-1-33-1
136+
image: public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner:v5.2.0-eks-1-33-3
137137
imagePullPolicy: IfNotPresent
138138
args:
139139
- --timeout=60s
@@ -166,7 +166,7 @@ spec:
166166
seccompProfile:
167167
type: RuntimeDefault
168168
- name: csi-attacher
169-
image: public.ecr.aws/eks-distro/kubernetes-csi/external-attacher:v4.8.1-eks-1-33-1
169+
image: public.ecr.aws/eks-distro/kubernetes-csi/external-attacher:v4.8.1-eks-1-33-3
170170
imagePullPolicy: IfNotPresent
171171
args:
172172
- --timeout=60s
@@ -195,7 +195,7 @@ spec:
195195
seccompProfile:
196196
type: RuntimeDefault
197197
- name: csi-snapshotter
198-
image: public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/csi-snapshotter:v8.2.1-eks-1-33-1
198+
image: public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/csi-snapshotter:v8.2.1-eks-1-33-3
199199
imagePullPolicy: IfNotPresent
200200
args:
201201
- --csi-address=$(ADDRESS)
@@ -224,7 +224,7 @@ spec:
224224
seccompProfile:
225225
type: RuntimeDefault
226226
- name: csi-resizer
227-
image: public.ecr.aws/eks-distro/kubernetes-csi/external-resizer:v1.13.2-eks-1-33-1
227+
image: public.ecr.aws/eks-distro/kubernetes-csi/external-resizer:v1.13.2-eks-1-33-3
228228
imagePullPolicy: IfNotPresent
229229
args:
230230
- --timeout=60s
@@ -256,7 +256,7 @@ spec:
256256
seccompProfile:
257257
type: RuntimeDefault
258258
- name: liveness-probe
259-
image: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.15.0-eks-1-33-1
259+
image: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.15.0-eks-1-33-3
260260
imagePullPolicy: IfNotPresent
261261
args:
262262
- --csi-address=/csi/csi.sock

deploy/kubernetes/base/node-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
exec:
103103
command: ["/bin/aws-ebs-csi-driver", "pre-stop-hook"]
104104
- name: node-driver-registrar
105-
image: public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar:v2.13.0-eks-1-33-1
105+
image: public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar:v2.13.0-eks-1-33-3
106106
imagePullPolicy: IfNotPresent
107107
args:
108108
- --csi-address=$(ADDRESS)
@@ -136,7 +136,7 @@ spec:
136136
cpu: 10m
137137
memory: 40Mi
138138
- name: liveness-probe
139-
image: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.15.0-eks-1-33-1
139+
image: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.15.0-eks-1-33-3
140140
imagePullPolicy: IfNotPresent
141141
args:
142142
- --csi-address=unix:/csi/csi.sock

deploy/kubernetes/base/node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ spec:
105105
exec:
106106
command: ["/bin/aws-ebs-csi-driver", "pre-stop-hook"]
107107
- name: node-driver-registrar
108-
image: public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar:v2.13.0-eks-1-33-1
108+
image: public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar:v2.13.0-eks-1-33-3
109109
imagePullPolicy: IfNotPresent
110110
args:
111111
- --csi-address=$(ADDRESS)
@@ -142,7 +142,7 @@ spec:
142142
allowPrivilegeEscalation: false
143143
readOnlyRootFilesystem: true
144144
- name: liveness-probe
145-
image: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.15.0-eks-1-33-1
145+
image: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.15.0-eks-1-33-3
146146
imagePullPolicy: IfNotPresent
147147
args:
148148
- --csi-address=/csi/csi.sock

go.mod

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require (
44
github.com/aws/aws-sdk-go-v2 v1.36.3
55
github.com/aws/aws-sdk-go-v2/config v1.29.14
66
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30
7-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.216.0
7+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.218.0
88
github.com/aws/smithy-go v1.22.3
99
github.com/awslabs/volume-modifier-for-k8s v0.5.0
1010
github.com/container-storage-interface/spec v1.11.0
@@ -14,7 +14,7 @@ require (
1414
github.com/kubernetes-csi/csi-proxy/v2 v2.0.0-alpha.1
1515
github.com/kubernetes-csi/csi-test/v5 v5.3.1
1616
github.com/prometheus/client_golang v1.22.0
17-
github.com/prometheus/common v0.63.0
17+
github.com/prometheus/common v0.64.0
1818
github.com/spf13/pflag v1.0.6
1919
github.com/stretchr/testify v1.10.0
2020
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0
@@ -23,14 +23,14 @@ require (
2323
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0
2424
go.opentelemetry.io/otel/sdk v1.35.0
2525
golang.org/x/sys v0.33.0
26-
google.golang.org/grpc v1.72.0
26+
google.golang.org/grpc v1.72.1
2727
google.golang.org/protobuf v1.36.6
28-
k8s.io/api v0.33.0
29-
k8s.io/apimachinery v0.33.0
30-
k8s.io/client-go v0.33.0
31-
k8s.io/component-base v0.33.0
28+
k8s.io/api v0.33.1
29+
k8s.io/apimachinery v0.33.1
30+
k8s.io/client-go v0.33.1
31+
k8s.io/component-base v0.33.1
3232
k8s.io/klog/v2 v2.130.1
33-
k8s.io/mount-utils v0.33.0
33+
k8s.io/mount-utils v0.33.1
3434
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
3535
)
3636

@@ -94,8 +94,8 @@ require (
9494
golang.org/x/text v0.25.0 // indirect
9595
golang.org/x/time v0.11.0 // indirect
9696
golang.org/x/tools v0.33.0 // indirect
97-
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
98-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
97+
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
98+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
9999
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
100100
gopkg.in/inf.v0 v0.9.1 // indirect
101101
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -107,6 +107,4 @@ require (
107107
sigs.k8s.io/yaml v1.4.0 // indirect
108108
)
109109

110-
replace k8s.io/client-go => k8s.io/client-go v0.33.0
111-
112-
go 1.24.2
110+
go 1.24.3

go.sum

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 h1:SZwFm17ZUNNg5Np0io
1717
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34/go.mod h1:dFZsC0BLo346mvKQLWmoJxT+Sjp+qcVR1tRVHQGOH9Q=
1818
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 h1:bIqFDwgGXXN1Kpp99pDOdKMTTb5d2KyU5X/BZxjOkRo=
1919
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3/go.mod h1:H5O/EsxDWyU+LP/V8i5sm8cxoZgc2fdNR9bxlOFrQTo=
20-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.216.0 h1:VOcXyD/1CE7X9ApGWxLnPOabNLJL7KAjtZK56cXd9mg=
21-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.216.0/go.mod h1:ouvGEfHbLaIlWwpDpOVWPWR+YwO0HDv3vm5tYLq8ImY=
20+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.218.0 h1:QPYsTfcPpPhkF+37pxLcl3xbQz2SRxsShQNB6VCkvLo=
21+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.218.0/go.mod h1:ouvGEfHbLaIlWwpDpOVWPWR+YwO0HDv3vm5tYLq8ImY=
2222
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 h1:eAh2A4b5IzM/lum78bZ590jy36+d/aFLgKF/4Vd1xPE=
2323
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3/go.mod h1:0yKJC/kb8sAnmlYa6Zs3QVYqaC8ug2AbnNChv5Ox3uA=
2424
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 h1:dM9/92u2F1JbDaGooxTq18wmmFzbJRfXfVfy96/1CXM=
@@ -159,8 +159,8 @@ github.com/prometheus/client_golang v1.22.0/go.mod h1:R7ljNsLXhuQXYZYtw6GAE9AZg8
159159
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
160160
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
161161
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
162-
github.com/prometheus/common v0.63.0 h1:YR/EIY1o3mEFP/kZCD7iDMnLPlGyuU2Gb3HIcXnA98k=
163-
github.com/prometheus/common v0.63.0/go.mod h1:VVFF/fBIoToEnWRVkYoXEkq3R3paCoxG9PXP74SnV18=
162+
github.com/prometheus/common v0.64.0 h1:pdZeA+g617P7oGv1CzdTzyeShxAGrTBsolKNOLQPGO4=
163+
github.com/prometheus/common v0.64.0/go.mod h1:0gZns+BLRQ3V6NdaerOhMbwwRbNh9hkGINtQAsP5GS8=
164164
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg=
165165
github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is=
166166
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
@@ -283,17 +283,17 @@ google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7
283283
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
284284
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
285285
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
286-
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 h1:vPV0tzlsK6EzEDHNNH5sa7Hs9bd7iXR7B1tSiPepkV0=
287-
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2/go.mod h1:pKLAc5OolXC3ViWGI62vvC0n10CpwAtRcTNCFwTKBEw=
288-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 h1:IqsN8hx+lWLqlN+Sc3DoMy/watjofWiU8sRFgQ8fhKM=
289-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
286+
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 h1:Kog3KlB4xevJlAcbbbzPfRG0+X9fdoGM+UBRKVz6Wr0=
287+
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237/go.mod h1:ezi0AVyMKDWy5xAncvjLWH7UcLBB5n7y2fQ8MzjJcto=
288+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 h1:cJfm9zPbe1e873mHJzmQ1nwVEeRDU/T1wXDK2kUSU34=
289+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237/go.mod h1:qQ0YXyHHx3XkvlzUtpXDkS29lDSafHMZBAZDc03LQ3A=
290290
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
291291
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
292292
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
293293
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
294294
google.golang.org/grpc v1.38.0/go.mod h1:NREThFqKR1f3iQ6oBuvc5LadQuXVGo9rkm5ZGrQdJfM=
295-
google.golang.org/grpc v1.72.0 h1:S7UkcVa60b5AAQTaO6ZKamFp1zMZSU0fGDK2WZLbBnM=
296-
google.golang.org/grpc v1.72.0/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
295+
google.golang.org/grpc v1.72.1 h1:HR03wO6eyZ7lknl75XlxABNVLLFc2PAb6mHlYh756mA=
296+
google.golang.org/grpc v1.72.1/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
297297
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
298298
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
299299
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
@@ -319,21 +319,21 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
319319
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
320320
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
321321
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
322-
k8s.io/api v0.33.0 h1:yTgZVn1XEe6opVpP1FylmNrIFWuDqe2H0V8CT5gxfIU=
323-
k8s.io/api v0.33.0/go.mod h1:CTO61ECK/KU7haa3qq8sarQ0biLq2ju405IZAd9zsiM=
324-
k8s.io/apimachinery v0.33.0 h1:1a6kHrJxb2hs4t8EE5wuR/WxKDwGN1FKH3JvDtA0CIQ=
325-
k8s.io/apimachinery v0.33.0/go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM=
326-
k8s.io/client-go v0.33.0 h1:UASR0sAYVUzs2kYuKn/ZakZlcs2bEHaizrrHUZg0G98=
327-
k8s.io/client-go v0.33.0/go.mod h1:kGkd+l/gNGg8GYWAPr0xF1rRKvVWvzh9vmZAMXtaKOg=
328-
k8s.io/component-base v0.33.0 h1:Ot4PyJI+0JAD9covDhwLp9UNkUja209OzsJ4FzScBNk=
329-
k8s.io/component-base v0.33.0/go.mod h1:aXYZLbw3kihdkOPMDhWbjGCO6sg+luw554KP51t8qCU=
322+
k8s.io/api v0.33.1 h1:tA6Cf3bHnLIrUK4IqEgb2v++/GYUtqiu9sRVk3iBXyw=
323+
k8s.io/api v0.33.1/go.mod h1:87esjTn9DRSRTD4fWMXamiXxJhpOIREjWOSjsW1kEHw=
324+
k8s.io/apimachinery v0.33.1 h1:mzqXWV8tW9Rw4VeW9rEkqvnxj59k1ezDUl20tFK/oM4=
325+
k8s.io/apimachinery v0.33.1/go.mod h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM=
326+
k8s.io/client-go v0.33.1 h1:ZZV/Ks2g92cyxWkRRnfUDsnhNn28eFpt26aGc8KbXF4=
327+
k8s.io/client-go v0.33.1/go.mod h1:JAsUrl1ArO7uRVFWfcj6kOomSlCv+JpvIsp6usAGefA=
328+
k8s.io/component-base v0.33.1 h1:EoJ0xA+wr77T+G8p6T3l4efT2oNwbqBVKR71E0tBIaI=
329+
k8s.io/component-base v0.33.1/go.mod h1:guT/w/6piyPfTgq7gfvgetyXMIh10zuXA6cRRm3rDuY=
330330
k8s.io/klog/v2 v2.9.0/go.mod h1:hy9LJ/NvuK+iVyP4Ehqva4HxZG/oXyIS3n3Jmire4Ec=
331331
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
332332
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
333333
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff h1:/usPimJzUKKu+m+TE36gUyGcf03XZEP0ZIKgKj35LS4=
334334
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff/go.mod h1:5jIi+8yX4RIb8wk3XwBo5Pq2ccx4FP10ohkbSKCZoK8=
335-
k8s.io/mount-utils v0.33.0 h1:hH6EcCcax4lFNIERaGMj6d7oGMW1qW3eTCwHUuLtLog=
336-
k8s.io/mount-utils v0.33.0/go.mod h1:1JR4rKymg8B8bCPo618hpSAdrpO6XLh0Acqok/xVwPE=
335+
k8s.io/mount-utils v0.33.1 h1:hodPhfyoK+gG0SgnYwx1iPrlnpaESZiJ9GFzF5V/imE=
336+
k8s.io/mount-utils v0.33.1/go.mod h1:1JR4rKymg8B8bCPo618hpSAdrpO6XLh0Acqok/xVwPE=
337337
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 h1:jgJW5IePPXLGB8e/1wvd0Ich9QE97RvvF3a8J3fP/Lg=
338338
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
339339
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=

hack/e2e/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ FIPS_TEST=${FIPS_TEST:-"false"}
3838
# kops: must include patch version (e.g. 1.19.1)
3939
# eksctl: mustn't include patch version (e.g. 1.19)
4040
# NOTE: Keep KOPS at v1.29.x until ELB usage bug fixed
41-
K8S_VERSION_KOPS=${K8S_VERSION_KOPS:-1.32.3}
41+
K8S_VERSION_KOPS=${K8S_VERSION_KOPS:-1.33.1}
4242
K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:-1.32}
4343

4444
EBS_INSTALL_SNAPSHOT=${EBS_INSTALL_SNAPSHOT:-"true"}
@@ -63,5 +63,5 @@ COLLECT_METRICS=${COLLECT_METRICS:-"false"}
6363

6464
TEST_PATH=${TEST_PATH:-"./tests/e2e-kubernetes/..."}
6565
GINKGO_FOCUS=${GINKGO_FOCUS:-"External.Storage"}
66-
GINKGO_SKIP=${GINKGO_SKIP:-"\[Disruptive\]|\[Serial\]"}
66+
GINKGO_SKIP=${GINKGO_SKIP:-"\[Disruptive\]|\[Serial\]|\[Flaky\]"}
6767
GINKGO_PARALLEL=${GINKGO_PARALLEL:-25}

hack/tools/install.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ set -euo pipefail
1919
readonly PKG_ROOT="$(git rev-parse --show-toplevel)"
2020

2121
# https://github.com/aws/aws-cli/tags
22-
AWSCLI_VERSION="2.26.1"
22+
AWSCLI_VERSION="2.27.17"
2323
# https://github.com/helm/chart-testing
2424
CT_VERSION="v3.12.0"
2525
# https://github.com/eksctl-io/eksctl
26-
EKSCTL_VERSION="v0.207.0"
26+
EKSCTL_VERSION="v0.208.0"
2727
# https://github.com/onsi/ginkgo
2828
GINKGO_VERSION="v2.23.4"
2929
# https://github.com/golangci/golangci-lint
3030
GOLANGCI_LINT_VERSION="v1.64.8"
3131
# https://github.com/hairyhenderson/gomplate
32-
GOMPLATE_VERSION="v4.3.1"
32+
GOMPLATE_VERSION="v4.3.2"
3333
# https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck
3434
GOVULNCHECK_VERSION="v1.1.4"
3535
# https://github.com/helm/helm
3636
HELM_VERSION="v3.17.3"
3737
# https://github.com/kubernetes/kops
3838
# Commit is preferred over version if non-empty, and can
3939
# be used to test new Kubernetes releases earlier
40-
KOPS_VERSION="v1.32.0-beta.1"
40+
KOPS_VERSION="v1.33.0-alpha.1"
4141
KOPS_COMMIT=""
4242
# https://pkg.go.dev/sigs.k8s.io/kubetest2?tab=versions
4343
KUBETEST2_VERSION="v0.0.0-20250219121027-1cc02edeb0b6"
@@ -48,7 +48,7 @@ SHFMT_VERSION="v3.11.0"
4848
# https://pypi.org/project/yamale/
4949
YAMALE_VERSION="6.0.0"
5050
# https://pypi.org/project/yamllint/
51-
YAMLLINT_VERSION="1.37.0"
51+
YAMLLINT_VERSION="1.37.1"
5252

5353
OS="$(go env GOHOSTOS)"
5454
ARCH="$(go env GOHOSTARCH)"

0 commit comments

Comments
 (0)