Skip to content

Commit d560c06

Browse files
bump dependencies for driver release v1.33.0 (#2094)
* bump dependencies for driver release v1.33.0 * fix failing unit test on node test * fix errors from make verify * fix pull-aws-ebs-csi-driver-unit test failing * change error message of NodeExpandVoulme volume capability is invalid
1 parent c1c6641 commit d560c06

File tree

13 files changed

+196
-192
lines changed

13 files changed

+196
-192
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sidecars:
1717
image:
1818
pullPolicy: IfNotPresent
1919
repository: public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner
20-
tag: "v5.0.1-eks-1-30-8"
20+
tag: "v5.0.1-eks-1-30-10"
2121
logLevel: 2
2222
# Additional parameters provided by external-provisioner.
2323
additionalArgs: []
@@ -44,7 +44,7 @@ sidecars:
4444
image:
4545
pullPolicy: IfNotPresent
4646
repository: public.ecr.aws/eks-distro/kubernetes-csi/external-attacher
47-
tag: "v4.6.1-eks-1-30-8"
47+
tag: "v4.6.1-eks-1-30-10"
4848
# Tune leader lease election for csi-attacher.
4949
# Leader election is on by default.
5050
leaderElection:
@@ -73,7 +73,7 @@ sidecars:
7373
image:
7474
pullPolicy: IfNotPresent
7575
repository: public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/csi-snapshotter
76-
tag: "v8.0.1-eks-1-30-8"
76+
tag: "v8.0.1-eks-1-30-10"
7777
logLevel: 2
7878
# Additional parameters provided by csi-snapshotter.
7979
additionalArgs: []
@@ -89,7 +89,7 @@ sidecars:
8989
image:
9090
pullPolicy: IfNotPresent
9191
repository: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe
92-
tag: "v2.13.0-eks-1-30-8"
92+
tag: "v2.13.0-eks-1-30-10"
9393
# Additional parameters provided by livenessprobe.
9494
additionalArgs: []
9595
resources: {}
@@ -101,7 +101,7 @@ sidecars:
101101
image:
102102
pullPolicy: IfNotPresent
103103
repository: public.ecr.aws/eks-distro/kubernetes-csi/external-resizer
104-
tag: "v1.11.1-eks-1-30-8"
104+
tag: "v1.11.1-eks-1-30-10"
105105
# Tune leader lease election for csi-resizer.
106106
# Leader election is on by default.
107107
leaderElection:
@@ -128,7 +128,7 @@ sidecars:
128128
image:
129129
pullPolicy: IfNotPresent
130130
repository: public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar
131-
tag: "v2.11.0-eks-1-30-8"
131+
tag: "v2.11.0-eks-1-30-10"
132132
logLevel: 2
133133
# Additional parameters provided by node-driver-registrar.
134134
additionalArgs: []
@@ -479,4 +479,4 @@ useOldCSIDriver: false
479479
helmTester:
480480
enabled: true
481481
# Supply a custom image to the ebs-csi-driver-test pod in helm-tester.yaml
482-
image: "gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240611-597c402033-master"
482+
image: "gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240705-131cd74733-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:v20240523-a15ad90fc9
17+
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20240718-5ef92b5c36
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
@@ -131,7 +131,7 @@ spec:
131131
seccompProfile:
132132
type: RuntimeDefault
133133
- name: csi-provisioner
134-
image: public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner:v5.0.1-eks-1-30-8
134+
image: public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner:v5.0.1-eks-1-30-10
135135
imagePullPolicy: IfNotPresent
136136
args:
137137
- --timeout=60s
@@ -163,7 +163,7 @@ spec:
163163
seccompProfile:
164164
type: RuntimeDefault
165165
- name: csi-attacher
166-
image: public.ecr.aws/eks-distro/kubernetes-csi/external-attacher:v4.6.1-eks-1-30-8
166+
image: public.ecr.aws/eks-distro/kubernetes-csi/external-attacher:v4.6.1-eks-1-30-10
167167
imagePullPolicy: IfNotPresent
168168
args:
169169
- --timeout=60s
@@ -192,7 +192,7 @@ spec:
192192
seccompProfile:
193193
type: RuntimeDefault
194194
- name: csi-snapshotter
195-
image: public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/csi-snapshotter:v8.0.1-eks-1-30-8
195+
image: public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/csi-snapshotter:v8.0.1-eks-1-30-10
196196
imagePullPolicy: IfNotPresent
197197
args:
198198
- --csi-address=$(ADDRESS)
@@ -220,7 +220,7 @@ spec:
220220
seccompProfile:
221221
type: RuntimeDefault
222222
- name: csi-resizer
223-
image: public.ecr.aws/eks-distro/kubernetes-csi/external-resizer:v1.11.1-eks-1-30-8
223+
image: public.ecr.aws/eks-distro/kubernetes-csi/external-resizer:v1.11.1-eks-1-30-10
224224
imagePullPolicy: IfNotPresent
225225
args:
226226
- --timeout=60s
@@ -250,7 +250,7 @@ spec:
250250
seccompProfile:
251251
type: RuntimeDefault
252252
- name: liveness-probe
253-
image: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.13.0-eks-1-30-8
253+
image: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.13.0-eks-1-30-10
254254
imagePullPolicy: IfNotPresent
255255
args:
256256
- --csi-address=/csi/csi.sock

deploy/kubernetes/base/node.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.11.0-eks-1-30-8
105+
image: public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar:v2.11.0-eks-1-30-10
106106
imagePullPolicy: IfNotPresent
107107
args:
108108
- --csi-address=$(ADDRESS)
@@ -139,7 +139,7 @@ spec:
139139
allowPrivilegeEscalation: false
140140
readOnlyRootFilesystem: true
141141
- name: liveness-probe
142-
image: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.13.0-eks-1-30-8
142+
image: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.13.0-eks-1-30-10
143143
imagePullPolicy: IfNotPresent
144144
args:
145145
- --csi-address=/csi/csi.sock

go.mod

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module github.com/kubernetes-sigs/aws-ebs-csi-driver
22

33
require (
4-
github.com/aws/aws-sdk-go-v2 v1.30.0
5-
github.com/aws/aws-sdk-go-v2/config v1.27.21
6-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.8
7-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.165.1
8-
github.com/aws/smithy-go v1.20.2
4+
github.com/aws/aws-sdk-go-v2 v1.30.3
5+
github.com/aws/aws-sdk-go-v2/config v1.27.27
6+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11
7+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.171.0
8+
github.com/aws/smithy-go v1.20.3
99
github.com/awslabs/volume-modifier-for-k8s v0.3.1
10-
github.com/container-storage-interface/spec v1.9.0
10+
github.com/container-storage-interface/spec v1.10.0
1111
github.com/golang/mock v1.6.0
1212
github.com/google/go-cmp v0.6.0
1313
github.com/google/uuid v1.6.0
@@ -18,23 +18,23 @@ require (
1818
github.com/onsi/gomega v1.33.1
1919
github.com/spf13/pflag v1.0.5
2020
github.com/stretchr/testify v1.9.0
21-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0
22-
go.opentelemetry.io/otel v1.27.0
23-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0
24-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0
25-
go.opentelemetry.io/otel/sdk v1.27.0
26-
golang.org/x/sys v0.21.0
27-
google.golang.org/grpc v1.64.1
21+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0
22+
go.opentelemetry.io/otel v1.28.0
23+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0
24+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0
25+
go.opentelemetry.io/otel/sdk v1.28.0
26+
golang.org/x/sys v0.22.0
27+
google.golang.org/grpc v1.65.0
2828
google.golang.org/protobuf v1.34.2
29-
k8s.io/api v0.31.0-alpha.2
30-
k8s.io/apimachinery v0.31.0-alpha.2
29+
k8s.io/api v0.31.0-beta.0
30+
k8s.io/apimachinery v0.31.0-beta.0
3131
k8s.io/client-go v1.5.2
32-
k8s.io/component-base v0.30.2
32+
k8s.io/component-base v0.30.3
3333
k8s.io/klog/v2 v2.130.1
34-
k8s.io/kubernetes v1.30.2
35-
k8s.io/mount-utils v0.30.2
36-
k8s.io/pod-security-admission v0.30.2
37-
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
34+
k8s.io/kubernetes v1.30.3
35+
k8s.io/mount-utils v0.30.3
36+
k8s.io/pod-security-admission v0.30.3
37+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
3838
sigs.k8s.io/karpenter v0.37.0
3939
)
4040

@@ -43,16 +43,16 @@ require (
4343
github.com/NYTimes/gziphandler v1.1.1 // indirect
4444
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
4545
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
46-
github.com/aws/aws-sdk-go-v2/credentials v1.17.21 // indirect
47-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.12 // indirect
48-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.12 // indirect
46+
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 // indirect
47+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 // indirect
48+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 // indirect
4949
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
50-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
51-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.14 // indirect
52-
github.com/aws/aws-sdk-go-v2/service/sso v1.21.1 // indirect
53-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.25.1 // indirect
54-
github.com/aws/aws-sdk-go-v2/service/sts v1.29.1 // indirect
55-
github.com/awslabs/operatorpkg v0.0.0-20240617220011-52df495a6fba // indirect
50+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect
51+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 // indirect
52+
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 // indirect
53+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
55+
github.com/awslabs/operatorpkg v0.0.0-20240715175203-3fe9588ed7de // indirect
5656
github.com/beorn7/perks v1.0.1 // indirect
5757
github.com/blang/semver/v4 v4.0.0 // indirect
5858
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -79,7 +79,7 @@ require (
7979
github.com/google/cel-go v0.20.1 // indirect
8080
github.com/google/gnostic-models v0.6.8 // indirect
8181
github.com/google/gofuzz v1.2.0 // indirect
82-
github.com/google/pprof v0.0.0-20240618054019-d3b898a103f8 // indirect
82+
github.com/google/pprof v0.0.0-20240722153945-304e4f0156b8 // indirect
8383
github.com/gorilla/websocket v1.5.3 // indirect
8484
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
8585
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
@@ -90,8 +90,8 @@ require (
9090
github.com/json-iterator/go v1.1.12 // indirect
9191
github.com/mailru/easyjson v0.7.7 // indirect
9292
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
93-
github.com/moby/spdystream v0.2.0 // indirect
94-
github.com/moby/sys/mountinfo v0.7.1 // indirect
93+
github.com/moby/spdystream v0.4.0 // indirect
94+
github.com/moby/sys/mountinfo v0.7.2 // indirect
9595
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9696
github.com/modern-go/reflect2 v1.0.2 // indirect
9797
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -102,47 +102,47 @@ require (
102102
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
103103
github.com/prometheus/client_golang v1.19.1 // indirect
104104
github.com/prometheus/client_model v0.6.1 // indirect
105-
github.com/prometheus/common v0.54.0 // indirect
105+
github.com/prometheus/common v0.55.0 // indirect
106106
github.com/prometheus/procfs v0.15.1 // indirect
107107
github.com/robfig/cron/v3 v3.0.1 // indirect
108-
github.com/samber/lo v1.39.0 // indirect
108+
github.com/samber/lo v1.46.0 // indirect
109109
github.com/spf13/cobra v1.8.1 // indirect
110110
github.com/stoewer/go-strcase v1.3.0 // indirect
111-
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
112-
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
113-
go.etcd.io/etcd/client/v3 v3.5.14 // indirect
114-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
115-
go.opentelemetry.io/otel/metric v1.27.0 // indirect
116-
go.opentelemetry.io/otel/trace v1.27.0 // indirect
111+
go.etcd.io/etcd/api/v3 v3.5.15 // indirect
112+
go.etcd.io/etcd/client/pkg/v3 v3.5.15 // indirect
113+
go.etcd.io/etcd/client/v3 v3.5.15 // indirect
114+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
115+
go.opentelemetry.io/otel/metric v1.28.0 // indirect
116+
go.opentelemetry.io/otel/trace v1.28.0 // indirect
117117
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
118118
go.uber.org/multierr v1.11.0 // indirect
119119
go.uber.org/zap v1.27.0 // indirect
120-
golang.org/x/crypto v0.24.0 // indirect
121-
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
122-
golang.org/x/net v0.26.0 // indirect
120+
golang.org/x/crypto v0.25.0 // indirect
121+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
122+
golang.org/x/net v0.27.0 // indirect
123123
golang.org/x/oauth2 v0.21.0 // indirect
124124
golang.org/x/sync v0.7.0 // indirect
125-
golang.org/x/term v0.21.0 // indirect
125+
golang.org/x/term v0.22.0 // indirect
126126
golang.org/x/text v0.16.0 // indirect
127127
golang.org/x/time v0.5.0 // indirect
128-
golang.org/x/tools v0.22.0 // indirect
128+
golang.org/x/tools v0.23.0 // indirect
129129
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
130-
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect
131-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
130+
google.golang.org/genproto/googleapis/api v0.0.0-20240722135656-d784300faade // indirect
131+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
132132
gopkg.in/inf.v0 v0.9.1 // indirect
133133
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
134134
gopkg.in/yaml.v2 v2.4.0 // indirect
135135
gopkg.in/yaml.v3 v3.0.1 // indirect
136-
k8s.io/apiextensions-apiserver v0.30.2 // indirect
137-
k8s.io/apiserver v0.30.2 // indirect
138-
k8s.io/cloud-provider v0.30.2 // indirect
139-
k8s.io/component-helpers v0.30.2 // indirect
140-
k8s.io/controller-manager v0.30.2 // indirect
141-
k8s.io/kms v0.30.2 // indirect
142-
k8s.io/kube-openapi v0.0.0-20240620174524-b456828f718b // indirect
143-
k8s.io/kubectl v0.30.2 // indirect
144-
k8s.io/kubelet v0.30.2 // indirect
145-
knative.dev/pkg v0.0.0-20240620173554-cd0e61e68ce9 // indirect
136+
k8s.io/apiextensions-apiserver v0.30.3 // indirect
137+
k8s.io/apiserver v0.30.3 // indirect
138+
k8s.io/cloud-provider v0.30.3 // indirect
139+
k8s.io/component-helpers v0.30.3 // indirect
140+
k8s.io/controller-manager v0.30.3 // indirect
141+
k8s.io/kms v0.30.3 // indirect
142+
k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f // indirect
143+
k8s.io/kubectl v0.30.3 // indirect
144+
k8s.io/kubelet v0.30.3 // indirect
145+
knative.dev/pkg v0.0.0-20240716082220-4355f0c73608 // indirect
146146
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
147147
sigs.k8s.io/controller-runtime v0.18.4 // indirect
148148
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect

0 commit comments

Comments
 (0)