Skip to content

Commit 15dd649

Browse files
build(deps): bump k8s.io/kube-aggregator from 0.31.1 to 0.31.2 (#3431)
Bumps [k8s.io/kube-aggregator](https://github.com/kubernetes/kube-aggregator) from 0.31.1 to 0.31.2. - [Commits](kubernetes/kube-aggregator@v0.31.1...v0.31.2) --- 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 521e986 commit 15dd649

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
@@ -45,7 +45,7 @@ require (
4545
k8s.io/code-generator v0.31.2
4646
k8s.io/component-base v0.31.2
4747
k8s.io/klog v1.0.0
48-
k8s.io/kube-aggregator v0.31.1
48+
k8s.io/kube-aggregator v0.31.2
4949
k8s.io/kube-openapi v0.0.0-20240816214639-573285566f34
5050
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
5151
sigs.k8s.io/controller-runtime v0.19.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -2848,8 +2848,8 @@ k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
28482848
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
28492849
k8s.io/kms v0.31.2 h1:pyx7l2qVOkClzFMIWMVF/FxsSkgd+OIGH7DecpbscJI=
28502850
k8s.io/kms v0.31.2/go.mod h1:OZKwl1fan3n3N5FFxnW5C4V3ygrah/3YXeJWS3O6+94=
2851-
k8s.io/kube-aggregator v0.31.1 h1:vrYBTTs3xMrpiEsmBjsLETZE9uuX67oQ8B3i1BFfMPw=
2852-
k8s.io/kube-aggregator v0.31.1/go.mod h1:+aW4NX50uneozN+BtoCxI4g7ND922p8Wy3tWKFDiWVk=
2851+
k8s.io/kube-aggregator v0.31.2 h1:Uw1zUP2D/4wiSjKWVVzSOcCGLuW/+IdRwjjC0FJooYU=
2852+
k8s.io/kube-aggregator v0.31.2/go.mod h1:41/VIXH+/Qcg9ERNAY6bRF/WQR6xL1wFgYagdHac1X4=
28532853
k8s.io/kube-openapi v0.0.0-20240816214639-573285566f34 h1:/amS69DLm09mtbFtN3+LyygSFohnYGMseF8iv+2zulg=
28542854
k8s.io/kube-openapi v0.0.0-20240816214639-573285566f34/go.mod h1:G0W3eI9gG219NHRq3h5uQaRBl4pj4ZpwzRP5ti8y770=
28552855
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ k8s.io/kms/apis/v1beta1
17001700
k8s.io/kms/apis/v2
17011701
k8s.io/kms/pkg/service
17021702
k8s.io/kms/pkg/util
1703-
# k8s.io/kube-aggregator v0.31.1
1703+
# k8s.io/kube-aggregator v0.31.2
17041704
## explicit; go 1.22.0
17051705
k8s.io/kube-aggregator/pkg/apis/apiregistration
17061706
k8s.io/kube-aggregator/pkg/apis/apiregistration/v1

0 commit comments

Comments
 (0)