Skip to content

Commit d03681b

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
vendor: bump the k8s-dependencies group with 3 updates
Bumps the k8s-dependencies group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/api` from 0.30.0 to 0.30.1 - [Commits](kubernetes/api@v0.30.0...v0.30.1) Updates `k8s.io/apimachinery` from 0.30.0 to 0.30.1 - [Commits](kubernetes/apimachinery@v0.30.0...v0.30.1) Updates `k8s.io/client-go` from 0.30.0 to 0.30.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.30.0...v0.30.1) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-dependencies - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-dependencies - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc48b16 commit d03681b

File tree

7 files changed

+44
-17
lines changed

7 files changed

+44
-17
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ require (
1414
go.uber.org/zap v1.27.0
1515
google.golang.org/grpc v1.64.0
1616
google.golang.org/protobuf v1.34.1
17-
k8s.io/api v0.30.0
18-
k8s.io/apimachinery v0.30.0
19-
k8s.io/client-go v0.30.0
17+
k8s.io/api v0.30.1
18+
k8s.io/apimachinery v0.30.1
19+
k8s.io/client-go v0.30.1
2020
k8s.io/klog/v2 v2.120.1
2121
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
2222
sigs.k8s.io/controller-runtime v0.18.2

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,14 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
266266
gopkg.in/yaml.v3 v3.0.0/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
267267
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
268268
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
269-
k8s.io/api v0.30.0 h1:siWhRq7cNjy2iHssOB9SCGNCl2spiF1dO3dABqZ8niA=
270-
k8s.io/api v0.30.0/go.mod h1:OPlaYhoHs8EQ1ql0R/TsUgaRPhpKNxIMrKQfWUp8QSE=
269+
k8s.io/api v0.30.1 h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY=
270+
k8s.io/api v0.30.1/go.mod h1:ddbN2C0+0DIiPntan/bye3SW3PdwLa11/0yqwvuRrJM=
271271
k8s.io/apiextensions-apiserver v0.30.0 h1:jcZFKMqnICJfRxTgnC4E+Hpcq8UEhT8B2lhBcQ+6uAs=
272272
k8s.io/apiextensions-apiserver v0.30.0/go.mod h1:N9ogQFGcrbWqAY9p2mUAL5mGxsLqwgtUce127VtRX5Y=
273-
k8s.io/apimachinery v0.30.0 h1:qxVPsyDM5XS96NIh9Oj6LavoVFYff/Pon9cZeDIkHHA=
274-
k8s.io/apimachinery v0.30.0/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
275-
k8s.io/client-go v0.30.0 h1:sB1AGGlhY/o7KCyCEQ0bPWzYDL0pwOZO4vAtTSh/gJQ=
276-
k8s.io/client-go v0.30.0/go.mod h1:g7li5O5256qe6TYdAMyX/otJqMhIiGgTapdLchhmOaY=
273+
k8s.io/apimachinery v0.30.1 h1:ZQStsEfo4n65yAdlGTfP/uSHMQSoYzU/oeEbkmF7P2U=
274+
k8s.io/apimachinery v0.30.1/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
275+
k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q=
276+
k8s.io/client-go v0.30.1/go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc=
277277
k8s.io/component-base v0.30.0 h1:cj6bp38g0ainlfYtaOQuRELh5KSYjhKxM+io7AUIk4o=
278278
k8s.io/component-base v0.30.0/go.mod h1:V9x/0ePFNaKeKYA3bOvIbrNoluTSG+fSJKjLdjOoeXQ=
279279
k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=

vendor/k8s.io/api/core/v1/generated.proto

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

vendor/k8s.io/api/core/v1/types.go

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

vendor/k8s.io/api/core/v1/types_swagger_doc_generated.go

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

vendor/k8s.io/client-go/applyconfigurations/internal/internal.go

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

vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ gopkg.in/yaml.v2
408408
# gopkg.in/yaml.v3 v3.0.1
409409
## explicit
410410
gopkg.in/yaml.v3
411-
# k8s.io/api v0.30.0
411+
# k8s.io/api v0.30.1
412412
## explicit; go 1.22.0
413413
k8s.io/api/admission/v1
414414
k8s.io/api/admission/v1beta1
@@ -477,7 +477,7 @@ k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset
477477
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/scheme
478478
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1
479479
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1
480-
# k8s.io/apimachinery v0.30.0
480+
# k8s.io/apimachinery v0.30.1
481481
## explicit; go 1.22.0
482482
k8s.io/apimachinery/pkg/api/equality
483483
k8s.io/apimachinery/pkg/api/errors
@@ -530,7 +530,7 @@ k8s.io/apimachinery/pkg/version
530530
k8s.io/apimachinery/pkg/watch
531531
k8s.io/apimachinery/third_party/forked/golang/json
532532
k8s.io/apimachinery/third_party/forked/golang/reflect
533-
# k8s.io/client-go v0.30.0
533+
# k8s.io/client-go v0.30.1
534534
## explicit; go 1.22.0
535535
k8s.io/client-go/applyconfigurations/admissionregistration/v1
536536
k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1

0 commit comments

Comments
 (0)