Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/go-logr/zapr from 1.2.4 to 1.3.0 (tinkerbell#832)
Bumps [github.com/go-logr/zapr](https://github.com/go-logr/zapr) from 1.2.4 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-logr/zapr/releases">github.com/go-logr/zapr's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <p>This release adds <a href="https://github.com/go-logr/logr#slog-interoperability">support for slog</a>. zapr implements <code>slogr.SlogSink</code> and therefore can be used through <a href="https://pkg.go.dev/github.com/go-logr/[email protected]/slogr#NewSlogHandler"><code>slogr.NewSlogHandler</code></a> as backend for slog.</p> <h2>What's Changed</h2> <ul> <li>Added dependabot by <a href="https://github.com/Neo2308"><code>@Neo2308</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/63">go-logr/zapr#63</a></li> <li>Updated min supported version to go 1.18 by <a href="https://github.com/Neo2308"><code>@Neo2308</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/62">go-logr/zapr#62</a></li> <li>update linter config and fix issues by <a href="https://github.com/pohly"><code>@pohly</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/61">go-logr/zapr#61</a></li> <li>Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/71">go-logr/zapr#71</a></li> <li>support slog by <a href="https://github.com/pohly"><code>@pohly</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/60">go-logr/zapr#60</a></li> </ul> <hr /> <ul> <li>Bump github.com/stretchr/testify from 1.8.0 to 1.8.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/65">go-logr/zapr#65</a></li> <li>Bump actions/checkout from 2 to 3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/66">go-logr/zapr#66</a></li> <li>Bump actions/setup-go from 2 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/67">go-logr/zapr#67</a></li> <li>Bump golangci/golangci-lint-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/68">go-logr/zapr#68</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/69">go-logr/zapr#69</a></li> <li>Bump go.uber.org/zap from 1.24.0 to 1.25.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/64">go-logr/zapr#64</a></li> <li>Bump go.uber.org/zap from 1.25.0 to 1.26.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/go-logr/zapr/pull/70">go-logr/zapr#70</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Neo2308"><code>@Neo2308</code></a> made their first contribution in <a href="https://redirect.github.com/go-logr/zapr/pull/63">go-logr/zapr#63</a></li> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/go-logr/zapr/pull/65">go-logr/zapr#65</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-logr/zapr/compare/v1.2.4...v1.3.0">https://github.com/go-logr/zapr/compare/v1.2.4...v1.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-logr/zapr/commit/78b8af5329abd1ba8695aad821f95fb2e7f4e651"><code>78b8af5</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/zapr/issues/60">#60</a> from pohly/slog</li> <li><a href="https://github.com/go-logr/zapr/commit/ae27dfc67f9fa89f892cf02e78c4848fdfc1ce3a"><code>ae27dfc</code></a> support slog + logr 1.3.0</li> <li><a href="https://github.com/go-logr/zapr/commit/6684601917f367cb35ce8d8101974073b9b19fb7"><code>6684601</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/zapr/issues/71">#71</a> from go-logr/dependabot/go_modules/github.com/go-logr/...</li> <li><a href="https://github.com/go-logr/zapr/commit/4d152a1606793538eb91007e695016957ccae289"><code>4d152a1</code></a> Bump github.com/go-logr/logr from 1.2.4 to 1.3.0</li> <li><a href="https://github.com/go-logr/zapr/commit/191bfc445b60995888f42cbaf46431e9368df26b"><code>191bfc4</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/zapr/issues/61">#61</a> from pohly/linting</li> <li><a href="https://github.com/go-logr/zapr/commit/fe8a3ccb2b17db0a1602e5a39b6221b40a7ed4fb"><code>fe8a3cc</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/zapr/issues/70">#70</a> from go-logr/dependabot/go_modules/go.uber.org/zap-1.26.0</li> <li><a href="https://github.com/go-logr/zapr/commit/575b33712643422efe60088b24f866265c84b3c3"><code>575b337</code></a> Bump go.uber.org/zap from 1.25.0 to 1.26.0</li> <li><a href="https://github.com/go-logr/zapr/commit/437f574ae77dfe1923e165a1e9ca9dc93e4a14e7"><code>437f574</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/zapr/issues/64">#64</a> from go-logr/dependabot/go_modules/go.uber.org/zap-1.25.0</li> <li><a href="https://github.com/go-logr/zapr/commit/203c517def06f24d9c5a5e918e154953d2af2085"><code>203c517</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/zapr/issues/69">#69</a> from go-logr/dependabot/github_actions/actions/checkout-4</li> <li><a href="https://github.com/go-logr/zapr/commit/2aef9123e34fee7510b6b327fad5089c43904df6"><code>2aef912</code></a> Bump actions/checkout from 3 to 4</li> <li>Additional commits viewable in <a href="https://github.com/go-logr/zapr/compare/v1.2.4...v1.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-logr/zapr&package-manager=go_modules&previous-version=1.2.4&new-version=1.3.0)](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>
- Loading branch information