Skip to content

Commit fd8fffd

Browse files
build(deps): bump k8s.io/kube-aggregator from 0.30.0 to 0.30.1 (#3288)
Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator) from 0.30.0 to 0.30.1. - [Commits](kubernetes/kube-aggregator@v0.30.0...v0.30.1) --- updated-dependencies: - dependency-name: k8s.io/kube-aggregator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28e8fe9 commit fd8fffd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
k8s.io/code-generator v0.30.1
4848
k8s.io/component-base v0.30.1
4949
k8s.io/klog v1.0.0
50-
k8s.io/kube-aggregator v0.30.0
50+
k8s.io/kube-aggregator v0.30.1
5151
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
5252
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
5353
sigs.k8s.io/controller-runtime v0.18.3

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=
591591
k8s.io/klog/v2 v2.120.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
592592
k8s.io/kms v0.30.1 h1:gEIbEeCbFiaN2tNfp/EUhFdGr5/CSj8Eyq6Mkr7cCiY=
593593
k8s.io/kms v0.30.1/go.mod h1:GrMurD0qk3G4yNgGcsCEmepqf9KyyIrTXYR2lyUOJC4=
594-
k8s.io/kube-aggregator v0.30.0 h1:+Opc0lmhRmHbNM4m3mLSsUFmK/ikMapO9rvGirX5CEM=
595-
k8s.io/kube-aggregator v0.30.0/go.mod h1:KbZZkSSjYE6vkB2TSuZ9GBjU3ucgL7YxT8yX8wll0iQ=
594+
k8s.io/kube-aggregator v0.30.1 h1:ymR2BsxDacTKwzKTuNhGZttuk009c+oZbSeD+IPX5q4=
595+
k8s.io/kube-aggregator v0.30.1/go.mod h1:SFbqWsM6ea8dHd3mPLsZFzJHbjBOS5ykIgJh4znZ5iQ=
596596
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=
597597
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98=
598598
k8s.io/utils v0.0.0-20240102154912-e7106e64919e h1:eQ/4ljkx21sObifjzXwlPKpdGLrCfRziVtos3ofG/sQ=

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,7 @@ k8s.io/kms/apis/v1beta1
16991699
k8s.io/kms/apis/v2
17001700
k8s.io/kms/pkg/service
17011701
k8s.io/kms/pkg/util
1702-
# k8s.io/kube-aggregator v0.30.0
1702+
# k8s.io/kube-aggregator v0.30.1
17031703
## explicit; go 1.22.0
17041704
k8s.io/kube-aggregator/pkg/apis/apiregistration
17051705
k8s.io/kube-aggregator/pkg/apis/apiregistration/v1

0 commit comments

Comments
 (0)