Skip to content

Commit 002f7bc

Browse files
Bump k8s.io/kube-aggregator from 0.31.2 to 0.32.0 (#976)
Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator) from 0.31.2 to 0.32.0. - [Commits](kubernetes/kube-aggregator@v0.31.2...v0.32.0) --- updated-dependencies: - dependency-name: k8s.io/kube-aggregator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47b9d0f commit 002f7bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
k8s.io/apimachinery v0.32.0
2626
k8s.io/client-go v0.32.0
2727
k8s.io/klog v1.0.0
28-
k8s.io/kube-aggregator v0.31.2
28+
k8s.io/kube-aggregator v0.32.0
2929
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
3030
sigs.k8s.io/controller-runtime v0.19.3
3131
sigs.k8s.io/yaml v1.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,8 +1504,8 @@ k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y=
15041504
k8s.io/klog/v2 v2.3.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y=
15051505
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
15061506
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
1507-
k8s.io/kube-aggregator v0.31.2 h1:Uw1zUP2D/4wiSjKWVVzSOcCGLuW/+IdRwjjC0FJooYU=
1508-
k8s.io/kube-aggregator v0.31.2/go.mod h1:41/VIXH+/Qcg9ERNAY6bRF/WQR6xL1wFgYagdHac1X4=
1507+
k8s.io/kube-aggregator v0.32.0 h1:5ZyMW3QwAbmkasQrROcpa5we3et938DQuyUYHeXSPao=
1508+
k8s.io/kube-aggregator v0.32.0/go.mod h1:6OKivf6Ypx44qu2v1ZUMrxH8kRp/8LKFKeJU72J18lU=
15091509
k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6/go.mod h1:UuqjUnNftUyPE5H64/qeyjQoUZhGpeFDVdxjTeEVN2o=
15101510
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f h1:GA7//TjRY9yWGy1poLzYYJJ4JRdzg3+O6e8I+e+8T5Y=
15111511
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f/go.mod h1:R/HEjbvWI0qdfb8viZUeVZm0X6IZnxAydC7YU42CMw4=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,8 +1412,8 @@ k8s.io/klog/v2/internal/severity
14121412
k8s.io/klog/v2/internal/sloghandler
14131413
k8s.io/klog/v2/internal/verbosity
14141414
k8s.io/klog/v2/textlogger
1415-
# k8s.io/kube-aggregator v0.31.2
1416-
## explicit; go 1.22.0
1415+
# k8s.io/kube-aggregator v0.32.0
1416+
## explicit; go 1.23.0
14171417
k8s.io/kube-aggregator/pkg/apis/apiregistration
14181418
k8s.io/kube-aggregator/pkg/apis/apiregistration/v1
14191419
# k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f

0 commit comments

Comments
 (0)