Skip to content

Commit 92c91ca

Browse files
authored
chore: bump kubernetes to v1.34.0 (#9384)
* chore: bump kubernetes to v1.34.0 * chore: bump Azure dependencies to latest clients
1 parent c9e3c1a commit 92c91ca

File tree

200 files changed

+6129
-3969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+6129
-3969
lines changed

LICENSES/vendor/github.com/cenkalti/backoff/v4/LICENSE renamed to LICENSES/vendor/github.com/cenkalti/backoff/v5/LICENSE

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

LICENSES/vendor/github.com/pkg/errors/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

go.mod

Lines changed: 41 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/samber/lo v1.51.0
2020
github.com/spf13/cobra v1.9.1
2121
github.com/spf13/pflag v1.0.7
22-
github.com/stretchr/testify v1.11.0
22+
github.com/stretchr/testify v1.11.1
2323
go.opentelemetry.io/otel v1.37.0
2424
go.opentelemetry.io/otel/exporters/prometheus v0.59.1
2525
go.opentelemetry.io/otel/metric v1.37.0
@@ -30,20 +30,20 @@ require (
3030
golang.org/x/sync v0.16.0
3131
golang.org/x/sys v0.35.0
3232
golang.org/x/text v0.28.0
33-
k8s.io/api v0.35.0-alpha.0
34-
k8s.io/apimachinery v0.35.0-alpha.0
35-
k8s.io/apiserver v0.35.0-alpha.0
36-
k8s.io/client-go v0.35.0-alpha.0
37-
k8s.io/cloud-provider v0.35.0-alpha.0
38-
k8s.io/component-base v0.35.0-alpha.0
39-
k8s.io/component-helpers v0.35.0-alpha.0
40-
k8s.io/controller-manager v0.35.0-alpha.0
33+
k8s.io/api v0.34.0
34+
k8s.io/apimachinery v0.34.0
35+
k8s.io/apiserver v0.34.0
36+
k8s.io/client-go v0.34.0
37+
k8s.io/cloud-provider v0.34.0
38+
k8s.io/component-base v0.34.0
39+
k8s.io/component-helpers v0.34.0
40+
k8s.io/controller-manager v0.34.0
4141
k8s.io/klog/v2 v2.130.1
42-
k8s.io/kubelet v0.35.0-alpha.0
43-
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
44-
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.9.1
45-
sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache v0.8.1
46-
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.8.2
42+
k8s.io/kubelet v0.34.0
43+
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
44+
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.9.2
45+
sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache v0.8.3
46+
sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader v0.8.4
4747
sigs.k8s.io/yaml v1.6.0
4848
)
4949

@@ -54,88 +54,87 @@ require (
5454
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerregistry/armcontainerregistry v1.2.0 // indirect
5555
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6 v6.6.0 // indirect
5656
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault v1.5.0 // indirect
57-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi v1.2.0 // indirect
57+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/msi/armmsi v1.3.0 // indirect
5858
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0 // indirect
5959
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.4.0 // indirect
6060
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.2.0 // indirect
61-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
61+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
6262
github.com/Azure/msi-dataplane v0.4.3 // indirect
6363
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
6464
github.com/NYTimes/gziphandler v1.1.1 // indirect
6565
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
6666
github.com/beorn7/perks v1.0.1 // indirect
6767
github.com/blang/semver/v4 v4.0.0 // indirect
68-
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
68+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
6969
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7070
github.com/coreos/go-semver v0.3.1 // indirect
71-
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
71+
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
7272
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
73-
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
73+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
7474
github.com/felixge/httpsnoop v1.0.4 // indirect
7575
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
7676
github.com/go-logr/stdr v1.2.2 // indirect
77-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
77+
github.com/go-openapi/jsonpointer v0.21.2 // indirect
7878
github.com/go-openapi/jsonreference v0.21.0 // indirect
79-
github.com/go-openapi/swag v0.23.0 // indirect
79+
github.com/go-openapi/swag v0.23.1 // indirect
8080
github.com/gogo/protobuf v1.3.2 // indirect
8181
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
8282
github.com/golang/protobuf v1.5.4 // indirect
8383
github.com/google/btree v1.1.3 // indirect
84-
github.com/google/cel-go v0.26.0 // indirect
84+
github.com/google/cel-go v0.26.1 // indirect
8585
github.com/google/gnostic-models v0.7.0 // indirect
8686
github.com/google/go-cmp v0.7.0 // indirect
8787
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
8888
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
89-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
89+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
9090
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9191
github.com/josharian/intern v1.0.0 // indirect
9292
github.com/json-iterator/go v1.1.12 // indirect
9393
github.com/kylelemons/godebug v1.1.0 // indirect
94-
github.com/mailru/easyjson v0.7.7 // indirect
95-
github.com/moby/term v0.5.0 // indirect
94+
github.com/mailru/easyjson v0.9.0 // indirect
95+
github.com/moby/term v0.5.2 // indirect
9696
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9797
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
9898
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9999
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
100-
github.com/pkg/errors v0.9.1 // indirect
101100
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
102101
github.com/prometheus/client_model v0.6.2 // indirect
103102
github.com/prometheus/common v0.65.0 // indirect
104103
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f // indirect
105104
github.com/prometheus/procfs v0.17.0 // indirect
106-
github.com/stoewer/go-strcase v1.3.0 // indirect
105+
github.com/stoewer/go-strcase v1.3.1 // indirect
107106
github.com/x448/float16 v0.8.4 // indirect
108107
go.etcd.io/etcd/api/v3 v3.6.4 // indirect
109108
go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect
110109
go.etcd.io/etcd/client/v3 v3.6.4 // indirect
111110
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
112-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
113-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
114-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
115-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
116-
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
111+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
112+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
113+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
114+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect
115+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
117116
go.uber.org/multierr v1.11.0 // indirect
118117
go.uber.org/zap v1.27.0 // indirect
119118
go.yaml.in/yaml/v2 v2.4.2 // indirect
120119
go.yaml.in/yaml/v3 v3.0.4 // indirect
121120
golang.org/x/crypto v0.41.0 // indirect
122-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
121+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
123122
golang.org/x/net v0.43.0 // indirect
124123
golang.org/x/oauth2 v0.30.0 // indirect
125124
golang.org/x/term v0.34.0 // indirect
126125
golang.org/x/time v0.12.0 // indirect
127-
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
128-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
129-
google.golang.org/grpc v1.72.1 // indirect
130-
google.golang.org/protobuf v1.36.6 // indirect
131-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
126+
google.golang.org/genproto/googleapis/api v0.0.0-20250826171959-ef028d996bc1 // indirect
127+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect
128+
google.golang.org/grpc v1.75.0 // indirect
129+
google.golang.org/protobuf v1.36.8 // indirect
130+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
132131
gopkg.in/inf.v0 v0.9.1 // indirect
133132
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
134133
gopkg.in/yaml.v3 v3.0.1 // indirect
135-
k8s.io/kms v0.35.0-alpha.0 // indirect
136-
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
137-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
138-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
134+
k8s.io/kms v0.34.0 // indirect
135+
k8s.io/kube-openapi v0.0.0-20250814151709-d7b6acb124c3 // indirect
136+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.33.0 // indirect
137+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
139138
sigs.k8s.io/randfill v1.0.0 // indirect
140139
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
141140
)

0 commit comments

Comments
 (0)