dependabot[bot] opened a new pull request, #1117: URL: https://github.com/apache/apisix-ingress-controller/pull/1117
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.19.1 to 1.21.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uber-go/zap/releases">go.uber.org/zap's releases</a>.</em></p> <blockquote> <h2>v1.21.0</h2> <h2>1.21.0 (7 Feb 2022)</h2> <p>Enhancements:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1047">#1047</a>[]: Add <code>zapcore.ParseLevel</code> to parse a <code>Level</code> from a string.</li> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1048">#1048</a>[]: Add <code>zap.ParseAtomicLevel</code> to parse an <code>AtomicLevel</code> from a string.</li> </ul> <p>Bugfixes:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1058">#1058</a>[]: Fix panic in JSON encoder when <code>EncodeLevel</code> is unset.</li> </ul> <p>Other changes:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1052">#1052</a>[]: Improve encoding performance when the <code>AddCaller</code> and <code>AddStacktrace</code> options are used together.</li> </ul> <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1047">#1047</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1047">uber-go/zap#1047</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1048">#1048</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1048">uber-go/zap#1048</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1052">#1052</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1052">uber-go/zap#1052</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1058">#1058</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1058">uber-go/zap#1058</a></p> <p>Thanks to <a href="https://github.com/aerosol"><code>@aerosol</code></a> and <a href="https://github.com/Techassi"><code>@Techassi</code></a> for their contributions to this release.</p> <h2>v1.20.0</h2> <p>Enhancements:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/989">#989</a>[]: Add <code>EncoderConfig.SkipLineEnding</code> flag to disable adding newline characters between log statements.</li> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1039">#1039</a>[]: Add <code>EncoderConfig.NewReflectedEncoder</code> field to customize JSON encoding of reflected log fields.</li> </ul> <p>Bugfixes:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1011">#1011</a>[]: Fix inaccurate precision when encoding complex64 as JSON.</li> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/554">#554</a>[], <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1017">#1017</a>[]: Close JSON namespaces opened in <code>MarshalLogObject</code> methods when the methods return.</li> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1033">#1033</a>[]: Avoid panicking in Sampler core if <code>thereafter</code> is zero.</li> </ul> <p>Other changes:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1028">#1028</a>[]: Drop support for Go < 1.15.</li> </ul> <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/554">#554</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/554">uber-go/zap#554</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/989">#989</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/989">uber-go/zap#989</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1011">#1011</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1011">uber-go/zap#1011</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1017">#1017</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1017">uber-go/zap#1017</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1028">#1028</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1028">uber-go/zap#1028</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1033">#1033</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1033">uber-go/zap#1033</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1039">#1039</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1039">uber-go/zap#1039</a></p> <p>Thanks to <a href="https://github.com/psrajat"><code>@psrajat</code></a>, <a href="https://github.com/lruggieri"><code>@lruggieri</code></a>, <a href="https://github.com/sammyrnycreal"><code>@sammyrnycreal</code></a> for their contributions to this release.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/uber-go/zap/blob/master/CHANGELOG.md">go.uber.org/zap's changelog</a>.</em></p> <blockquote> <h2>1.21.0 (7 Feb 2022)</h2> <p>Enhancements:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1047">#1047</a>[]: Add <code>zapcore.ParseLevel</code> to parse a <code>Level</code> from a string.</li> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1048">#1048</a>[]: Add <code>zap.ParseAtomicLevel</code> to parse an <code>AtomicLevel</code> from a string.</li> </ul> <p>Bugfixes:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1058">#1058</a>[]: Fix panic in JSON encoder when <code>EncodeLevel</code> is unset.</li> </ul> <p>Other changes:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1052">#1052</a>[]: Improve encoding performance when the <code>AddCaller</code> and <code>AddStacktrace</code> options are used together.</li> </ul> <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1047">#1047</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1047">uber-go/zap#1047</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1048">#1048</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1048">uber-go/zap#1048</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1052">#1052</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1052">uber-go/zap#1052</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1058">#1058</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1058">uber-go/zap#1058</a></p> <p>Thanks to <a href="https://github.com/aerosol"><code>@aerosol</code></a> and <a href="https://github.com/Techassi"><code>@Techassi</code></a> for their contributions to this release.</p> <h2>1.20.0 (4 Jan 2022)</h2> <p>Enhancements:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/989">#989</a>[]: Add <code>EncoderConfig.SkipLineEnding</code> flag to disable adding newline characters between log statements.</li> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1039">#1039</a>[]: Add <code>EncoderConfig.NewReflectedEncoder</code> field to customize JSON encoding of reflected log fields.</li> </ul> <p>Bugfixes:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1011">#1011</a>[]: Fix inaccurate precision when encoding complex64 as JSON.</li> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/554">#554</a>[], <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1017">#1017</a>[]: Close JSON namespaces opened in <code>MarshalLogObject</code> methods when the methods return.</li> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1033">#1033</a>[]: Avoid panicking in Sampler core if <code>thereafter</code> is zero.</li> </ul> <p>Other changes:</p> <ul> <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1028">#1028</a>[]: Drop support for Go < 1.15.</li> </ul> <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/554">#554</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/554">uber-go/zap#554</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/989">#989</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/989">uber-go/zap#989</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1011">#1011</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1011">uber-go/zap#1011</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1017">#1017</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1017">uber-go/zap#1017</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1028">#1028</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1028">uber-go/zap#1028</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1033">#1033</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1033">uber-go/zap#1033</a> <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1039">#1039</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/1039">uber-go/zap#1039</a></p> <p>Thanks to <a href="https://github.com/psrajat"><code>@psrajat</code></a>, <a href="https://github.com/lruggieri"><code>@lruggieri</code></a>, <a href="https://github.com/sammyrnycreal"><code>@sammyrnycreal</code></a> for their contributions to this release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber-go/zap/commit/6f34060764b5ea1367eecda380ba8a9a0de3f0e6"><code>6f34060</code></a> Release v1.21.0 (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1059">#1059</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/a7613b2969c327fe3557f4a59440da8c4bcd9a05"><code>a7613b2</code></a> JSON Encoder: Don't panic if EncodeLevel unset (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1058">#1058</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/a1155d9e0204a6fa8bd48177b4b028e26cf02eb7"><code>a1155d9</code></a> Optimize AddCaller+AddStacktrace by sharing stacks (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1052">#1052</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/3f20106b7d58ac39493a3f02378ff13446373773"><code>3f20106</code></a> lint: Remove redundant embedded field accesses (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1051">#1051</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/c087e079edefbb0aca0d5a3eeab167b61fff6093"><code>c087e07</code></a> zap: Add ParseAtomicLevel func (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1048">#1048</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/e751939b68425b6aedd6bbf93704363c482880da"><code>e751939</code></a> zapcore: Add ParseLevel (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1047">#1047</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/ad0b02de7bf46047bd40a1e7a85306103747f3e9"><code>ad0b02d</code></a> Release v1.12.0 (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1045">#1045</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/79cb86f712db5b2557732ec392e0fe6234248778"><code>79cb86f</code></a> ci: Cache dependencies for other submodules (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1044">#1044</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/da733e54778e41dbdb03e39139d4a0548d24957b"><code>da733e5</code></a> ci: Cache tools/ with GitHub Actions (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1043">#1043</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/369c1bdf2a994a436ea89247432544ad7184020b"><code>369c1bd</code></a> feat: support custom ReflectType encoder (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/1039">#1039</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber-go/zap/compare/v1.19.1...v1.21.0">compare view</a></li> </ul> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
