-
Notifications
You must be signed in to change notification settings - Fork 364
Upgrade kubernetes dependencies to 1.33.0 #1373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
k8s-ci-robot
merged 1 commit into
kubernetes-csi:master
from
Aishwarya-Hebbar:k8s-depenedencies-update
May 12, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,29 @@ | ||
module github.com/kubernetes-csi/external-provisioner/v5 | ||
|
||
go 1.23.1 | ||
go 1.24.0 | ||
|
||
toolchain go1.24.2 | ||
|
||
require ( | ||
github.com/container-storage-interface/spec v1.11.0 | ||
github.com/golang/mock v1.6.0 | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/kubernetes-csi/csi-lib-utils v0.21.0 | ||
github.com/kubernetes-csi/csi-test/v5 v5.3.1 | ||
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.2.0 | ||
github.com/miekg/dns v1.1.65 // indirect | ||
github.com/prometheus/client_golang v1.20.5 | ||
github.com/prometheus/client_golang v1.22.0 | ||
github.com/spf13/pflag v1.0.6 | ||
github.com/stretchr/testify v1.10.0 | ||
google.golang.org/grpc v1.72.0 | ||
google.golang.org/protobuf v1.36.6 | ||
k8s.io/api v0.32.2 | ||
k8s.io/apimachinery v0.32.2 | ||
k8s.io/apiserver v0.32.1 | ||
k8s.io/client-go v0.32.1 | ||
k8s.io/component-base v0.32.1 | ||
k8s.io/component-helpers v0.32.0 | ||
k8s.io/csi-translation-lib v0.32.2 | ||
k8s.io/api v0.33.0 | ||
k8s.io/apimachinery v0.33.0 | ||
k8s.io/apiserver v0.33.0 | ||
k8s.io/client-go v0.33.0 | ||
k8s.io/component-base v0.33.0 | ||
k8s.io/component-helpers v0.33.0 | ||
k8s.io/csi-translation-lib v0.33.0 | ||
k8s.io/klog/v2 v2.130.1 | ||
sigs.k8s.io/controller-runtime v0.20.3 | ||
sigs.k8s.io/gateway-api v1.2.1 | ||
|
@@ -33,17 +34,15 @@ require ( | |
github.com/google/go-cmp v0.7.0 | ||
github.com/onsi/ginkgo/v2 v2.23.4 | ||
github.com/onsi/gomega v1.36.3 | ||
k8s.io/kubernetes v1.32.2 | ||
k8s.io/kubernetes v1.33.0 | ||
sigs.k8s.io/sig-storage-lib-external-provisioner/v11 v11.0.1 | ||
) | ||
|
||
require ( | ||
cel.dev/expr v0.20.0 // indirect | ||
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/NYTimes/gziphandler v1.1.1 // indirect | ||
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
|
@@ -54,7 +53,6 @@ require ( | |
github.com/containerd/log v0.1.0 // indirect | ||
github.com/containerd/ttrpc v1.2.7 // indirect | ||
github.com/containerd/typeurl/v2 v2.2.3 // indirect | ||
github.com/coreos/go-semver v0.3.1 // indirect | ||
github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||
github.com/cyphar/filepath-securejoin v0.4.1 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
|
@@ -74,20 +72,16 @@ require ( | |
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/btree v1.1.3 // indirect | ||
github.com/google/cadvisor v0.52.1 // indirect | ||
github.com/google/cel-go v0.22.1 // indirect | ||
github.com/google/cel-go v0.23.2 // indirect | ||
github.com/google/gnostic-models v0.6.9 // indirect | ||
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect | ||
github.com/gorilla/websocket v1.5.3 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/karrick/godirwalk v1.17.0 // indirect | ||
github.com/klauspost/compress v1.18.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/mailru/easyjson v0.9.0 // indirect | ||
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible // indirect | ||
|
@@ -101,7 +95,6 @@ require ( | |
github.com/opencontainers/cgroups v0.0.1 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.1 // indirect | ||
github.com/opencontainers/runc v1.2.6 // indirect | ||
github.com/opencontainers/runtime-spec v1.2.1 // indirect | ||
github.com/opencontainers/selinux v1.12.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
|
@@ -113,9 +106,6 @@ require ( | |
github.com/spf13/cobra v1.9.1 // indirect | ||
github.com/stoewer/go-strcase v1.3.0 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.21 // indirect | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.21 // indirect | ||
go.etcd.io/etcd/client/v3 v3.5.21 // indirect | ||
go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect | ||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect | ||
|
@@ -140,89 +130,87 @@ require ( | |
golang.org/x/text v0.24.0 // indirect | ||
golang.org/x/time v0.11.0 // indirect | ||
golang.org/x/tools v0.31.0 // indirect | ||
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect | ||
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/apiextensions-apiserver v0.32.1 // indirect | ||
k8s.io/cloud-provider v0.32.0 // indirect | ||
k8s.io/controller-manager v0.32.0 // indirect | ||
k8s.io/cri-api v0.32.0 // indirect | ||
k8s.io/cri-client v0.32.0 // indirect | ||
k8s.io/dynamic-resource-allocation v0.32.0 // indirect | ||
k8s.io/kms v0.32.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect | ||
k8s.io/kube-scheduler v0.32.0 // indirect | ||
k8s.io/kubectl v0.32.0 // indirect | ||
k8s.io/kubelet v0.32.0 // indirect | ||
k8s.io/mount-utils v0.32.0 // indirect | ||
k8s.io/pod-security-admission v0.32.0 // indirect | ||
k8s.io/apiextensions-apiserver v0.33.0 // indirect | ||
k8s.io/cloud-provider v0.33.0 // indirect | ||
k8s.io/controller-manager v0.33.0 // indirect | ||
k8s.io/cri-api v0.33.0 // indirect | ||
k8s.io/cri-client v0.33.0 // indirect | ||
k8s.io/dynamic-resource-allocation v0.33.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect | ||
k8s.io/kube-scheduler v0.33.0 // indirect | ||
k8s.io/kubectl v0.33.0 // indirect | ||
k8s.io/kubelet v0.33.0 // indirect | ||
k8s.io/mount-utils v0.33.0 // indirect | ||
k8s.io/pod-security-admission v0.33.0 // indirect | ||
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect | ||
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.3 // indirect | ||
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect | ||
sigs.k8s.io/randfill v1.0.0 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect | ||
sigs.k8s.io/yaml v1.4.0 // indirect | ||
) | ||
|
||
replace k8s.io/api => k8s.io/api v0.32.0 | ||
replace k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.32.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this should be 0.33. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Aishwarya-Hebbar can you address this? |
||
|
||
replace k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.32.0 | ||
replace k8s.io/apimachinery => k8s.io/apimachinery v0.33.0 | ||
|
||
replace k8s.io/apimachinery => k8s.io/apimachinery v0.32.0 | ||
replace k8s.io/api => k8s.io/api v0.33.0 | ||
|
||
replace k8s.io/apiserver => k8s.io/apiserver v0.32.0 | ||
replace k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.33.0 | ||
|
||
replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.32.0 | ||
replace k8s.io/apiserver => k8s.io/apiserver v0.33.0 | ||
|
||
replace k8s.io/client-go => k8s.io/client-go v0.32.0 | ||
replace k8s.io/cli-runtime => k8s.io/cli-runtime v0.33.0 | ||
|
||
replace k8s.io/cloud-provider => k8s.io/cloud-provider v0.32.0 | ||
replace k8s.io/client-go => k8s.io/client-go v0.33.0 | ||
|
||
replace k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.32.0 | ||
replace k8s.io/cloud-provider => k8s.io/cloud-provider v0.33.0 | ||
|
||
replace k8s.io/code-generator => k8s.io/code-generator v0.32.0 | ||
replace k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.33.0 | ||
|
||
replace k8s.io/component-base => k8s.io/component-base v0.32.0 | ||
replace k8s.io/code-generator => k8s.io/code-generator v0.33.0 | ||
|
||
replace k8s.io/component-helpers => k8s.io/component-helpers v0.32.0 | ||
replace k8s.io/component-base => k8s.io/component-base v0.33.0 | ||
|
||
replace k8s.io/controller-manager => k8s.io/controller-manager v0.32.0 | ||
replace k8s.io/component-helpers => k8s.io/component-helpers v0.33.0 | ||
|
||
replace k8s.io/cri-api => k8s.io/cri-api v0.32.0 | ||
replace k8s.io/controller-manager => k8s.io/controller-manager v0.33.0 | ||
|
||
replace k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.32.2 | ||
replace k8s.io/cri-api => k8s.io/cri-api v0.33.0 | ||
|
||
replace k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.32.0 | ||
replace k8s.io/cri-client => k8s.io/cri-client v0.33.0 | ||
|
||
replace k8s.io/endpointslice => k8s.io/endpointslice v0.32.0 | ||
replace k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.33.0 | ||
|
||
replace k8s.io/kms => k8s.io/kms v0.32.0 | ||
replace k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.33.0 | ||
|
||
replace k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.32.0 | ||
replace k8s.io/endpointslice => k8s.io/endpointslice v0.33.0 | ||
|
||
replace k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.32.0 | ||
replace k8s.io/externaljwt => k8s.io/externaljwt v0.33.0 | ||
|
||
replace k8s.io/kube-proxy => k8s.io/kube-proxy v0.32.0 | ||
replace k8s.io/kms => k8s.io/kms v0.33.0 | ||
|
||
replace k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.32.0 | ||
replace k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.33.0 | ||
|
||
replace k8s.io/kubectl => k8s.io/kubectl v0.32.0 | ||
replace k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.33.0 | ||
|
||
replace k8s.io/kubelet => k8s.io/kubelet v0.32.0 | ||
replace k8s.io/kube-proxy => k8s.io/kube-proxy v0.33.0 | ||
|
||
replace k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.32.0 | ||
replace k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.33.0 | ||
|
||
replace k8s.io/metrics => k8s.io/metrics v0.32.0 | ||
replace k8s.io/kubectl => k8s.io/kubectl v0.33.0 | ||
|
||
replace k8s.io/mount-utils => k8s.io/mount-utils v0.32.0 | ||
replace k8s.io/kubelet => k8s.io/kubelet v0.33.0 | ||
|
||
replace k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.32.0 | ||
replace k8s.io/metrics => k8s.io/metrics v0.33.0 | ||
|
||
replace k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.32.0 | ||
replace k8s.io/mount-utils => k8s.io/mount-utils v0.33.0 | ||
|
||
replace k8s.io/cri-client => k8s.io/cri-client v0.32.0 | ||
replace k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.33.0 | ||
|
||
replace k8s.io/externaljwt => k8s.io/externaljwt v0.32.0 | ||
replace k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.33.0 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a bug in v0.33.0 for mount-utils, should we wait for v0.33.1? kubernetes/kubernetes#131568
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The external provisioner should not use mount-utils at all, I think it's safe.