Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump k8s.io/klog/v2 from 2.90.1 to 2.110.1 (#53)
Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.90.1 to 2.110.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes/klog/releases">k8s.io/klog/v2's releases</a>.</em></p> <blockquote> <h2>Prepare klog release for Kubernetes v1.29 (Take 1)</h2> <h2>What's Changed</h2> <ul> <li>fix: SetLogger via klog.SetLogger will output an unexpected newline by <a href="https://github.com/aimuz"><code>@aimuz</code></a> in <a href="https://redirect.github.com/kubernetes/klog/pull/378">kubernetes/klog#378</a></li> <li>resolve comments warning by <a href="https://github.com/lowang-bh"><code>@lowang-bh</code></a> in <a href="https://redirect.github.com/kubernetes/klog/pull/379">kubernetes/klog#379</a></li> <li>stderrthreshold: fix flag comment by <a href="https://github.com/pohly"><code>@pohly</code></a> in <a href="https://redirect.github.com/kubernetes/klog/pull/376">kubernetes/klog#376</a></li> <li>enable "go vet" checks for parameters by <a href="https://github.com/pohly"><code>@pohly</code></a> in <a href="https://redirect.github.com/kubernetes/klog/pull/390">kubernetes/klog#390</a></li> <li>promote experimental code to stable by <a href="https://github.com/pohly"><code>@pohly</code></a> in <a href="https://redirect.github.com/kubernetes/klog/pull/392">kubernetes/klog#392</a></li> <li>golangci-lint action by <a href="https://github.com/pohly"><code>@pohly</code></a> in <a href="https://redirect.github.com/kubernetes/klog/pull/380">kubernetes/klog#380</a></li> <li>output: handle WithName like zapr does by <a href="https://github.com/pohly"><code>@pohly</code></a> in <a href="https://redirect.github.com/kubernetes/klog/pull/391">kubernetes/klog#391</a></li> <li>slog support + logr 1.3.0 update by <a href="https://github.com/pohly"><code>@pohly</code></a> in <a href="https://redirect.github.com/kubernetes/klog/pull/384">kubernetes/klog#384</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/aimuz"><code>@aimuz</code></a> made their first contribution in <a href="https://redirect.github.com/kubernetes/klog/pull/378">kubernetes/klog#378</a></li> <li><a href="https://github.com/lowang-bh"><code>@lowang-bh</code></a> made their first contribution in <a href="https://redirect.github.com/kubernetes/klog/pull/379">kubernetes/klog#379</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes/klog/compare/v2.100.1...v2.110.1">https://github.com/kubernetes/klog/compare/v2.100.1...v2.110.1</a></p> <h2>Prepare klog release for Kubernetes v1.28 (Take 1)</h2> <h2>What's Changed</h2> <ul> <li>expose logBridge via NewStandardLog() by <a href="https://github.com/mikedanese"><code>@mikedanese</code></a> in <a href="https://redirect.github.com/kubernetes/klog/pull/369">kubernetes/klog#369</a></li> <li>add Format wrapper by <a href="https://github.com/pohly"><code>@pohly</code></a> in <a href="https://redirect.github.com/kubernetes/klog/pull/374">kubernetes/klog#374</a></li> <li>JSON as fallback encoding by <a href="https://github.com/pohly"><code>@pohly</code></a> in <a href="https://redirect.github.com/kubernetes/klog/pull/375">kubernetes/klog#375</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mikedanese"><code>@mikedanese</code></a> made their first contribution in <a href="https://redirect.github.com/kubernetes/klog/pull/369">kubernetes/klog#369</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes/klog/compare/v2.90.1...v2.100.1">https://github.com/kubernetes/klog/compare/v2.90.1...v2.100.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/klog/commit/e3f75b8af2707d64b5dd4c440ae8384ed2f2c386"><code>e3f75b8</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/klog/issues/384">#384</a> from pohly/slog</li> <li><a href="https://github.com/kubernetes/klog/commit/44eadc3e71f44b0c1d05d418f56b9ad2a26dbb22"><code>44eadc3</code></a> add slog support</li> <li><a href="https://github.com/kubernetes/klog/commit/cc856bbc4c50f2f46025ce2eb9aafaca1348be92"><code>cc856bb</code></a> update to logr 1.3.0</li> <li><a href="https://github.com/kubernetes/klog/commit/02e7b690e1843f6cd2ff2798c078c590f4fc2d41"><code>02e7b69</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/klog/issues/391">#391</a> from pohly/with-name-output</li> <li><a href="https://github.com/kubernetes/klog/commit/009a04a3c02d8e53d467c07af1d1450688e9489f"><code>009a04a</code></a> output: handle WithName like zapr does</li> <li><a href="https://github.com/kubernetes/klog/commit/b588475177a181857ce8803b244820d9e17fc14f"><code>b588475</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/klog/issues/380">#380</a> from pohly/golangci-lint-action</li> <li><a href="https://github.com/kubernetes/klog/commit/1a0dfc5c09bcc50ec451a9254c81b7cabfe8ca8d"><code>1a0dfc5</code></a> github: run golangci-lint via action</li> <li><a href="https://github.com/kubernetes/klog/commit/ef25537ae5d41941682b835688b2e46fd2ec4c1f"><code>ef25537</code></a> fix revive issues</li> <li><a href="https://github.com/kubernetes/klog/commit/edee20c93dac65751e33157bac50429f38a65bff"><code>edee20c</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/klog/issues/392">#392</a> from pohly/promote-experimental</li> <li><a href="https://github.com/kubernetes/klog/commit/18cdd3ac11ed6fd58998bf83e171b3282a01f2bb"><code>18cdd3a</code></a> promote experimental code to stable</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/klog/compare/v2.90.1...v2.110.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/klog/v2&package-manager=go_modules&previous-version=2.90.1&new-version=2.110.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information