Skip to content

Commit 471ed25

Browse files
chore(deps): bump the k8s-io-dependencies group with 3 updates (#84)
Bumps the k8s-io-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.29.13 to 0.29.14 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/faeccadf0dd76575dd9d0cb29df50ede56a175cd"><code>faeccad</code></a> Update dependencies to v0.29.14 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.29.13...v0.29.14">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.29.13 to 0.29.14 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.29.13...v0.29.14">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.29.13 to 0.29.14 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/5dc33244556b141c3b6eeffaabcd6e5d29d6f70a"><code>5dc3324</code></a> Update dependencies to v0.29.14 tag</li> <li><a href="https://github.com/kubernetes/client-go/commit/7811788aa5af3a6b1bef48d8b8cbab0e3aa2bd60"><code>7811788</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/129524">#129524</a><code>KeerthanaAP/automated-cherry-pick-of-#127422</code></li> <li><a href="https://github.com/kubernetes/client-go/commit/e461ee1f4ca0d36086d09a2c1d6ec9602a26d40d"><code>e461ee1</code></a> Fix Go vet errors for master golang</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.29.13...v0.29.14">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 022a97d commit 471ed25

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ require (
1111
github.com/knadh/koanf/providers/file v1.1.2
1212
github.com/knadh/koanf/v2 v2.1.2
1313
github.com/stretchr/testify v1.10.0
14-
k8s.io/api v0.29.13
15-
k8s.io/apimachinery v0.29.13
16-
k8s.io/client-go v0.29.13
14+
k8s.io/api v0.29.14
15+
k8s.io/apimachinery v0.29.14
16+
k8s.io/client-go v0.29.14
1717
sigs.k8s.io/controller-runtime v0.16.6
1818
sigs.k8s.io/yaml v1.4.0
1919
)

go.sum

+6-6
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,12 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
160160
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
161161
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
162162
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
163-
k8s.io/api v0.29.13 h1:VkMIbjJw1t2VgTatg8ggzI93LOfFa8z8SzAYzXtWuEg=
164-
k8s.io/api v0.29.13/go.mod h1:fBWhXqqE25b46PZEVA2DXN2EuhNg1ZT3VRyb5JitLG8=
165-
k8s.io/apimachinery v0.29.13 h1:a7I4uQtlfaL+UTRGFhl8lLd2nHBR7qt+axhQLtpLYMg=
166-
k8s.io/apimachinery v0.29.13/go.mod h1:i3FJVwhvSp/6n8Fl4K97PJEP8C+MM+aoDq4+ZJBf70Y=
167-
k8s.io/client-go v0.29.13 h1:M2scR9NWGlzI2YoIxTgwx2N3OA+dXqN87zsM4tvewmA=
168-
k8s.io/client-go v0.29.13/go.mod h1:BBzF0Pr78Y8DM20j22E6tOMwTBpFaKnSnn6N0pNe4VE=
163+
k8s.io/api v0.29.14 h1:JWFh5ufowH3Y6tCgEzY3URVJHb27f0tEDEej0nCjWDw=
164+
k8s.io/api v0.29.14/go.mod h1:IV8YqKxMm8JGLBLlHM13Npn5lCITH10XYipWEW+YEOQ=
165+
k8s.io/apimachinery v0.29.14 h1:IDhwnGNCp836SLOwW1SoEfFNV77wxIklhxeAHX9vmSo=
166+
k8s.io/apimachinery v0.29.14/go.mod h1:i3FJVwhvSp/6n8Fl4K97PJEP8C+MM+aoDq4+ZJBf70Y=
167+
k8s.io/client-go v0.29.14 h1:OSnzZ9DClaFRgl3zMAY2kGZhNjdGJkEb+RDz+MW2h6k=
168+
k8s.io/client-go v0.29.14/go.mod h1:XtZt5n5UxKfPJ+sCoTPcEavWgZbLFFxMnAFFRQGK1RY=
169169
k8s.io/klog/v2 v2.110.1 h1:U/Af64HJf7FcwMcXyKm2RPM22WZzyR7OSpYj5tg3cL0=
170170
k8s.io/klog/v2 v2.110.1/go.mod h1:YGtd1984u+GgbuZ7e08/yBuAfKLSO0+uR1Fhi6ExXjo=
171171
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/AuzbMm96cd3YHRTU83I780=

0 commit comments

Comments
 (0)