You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/08/20 00:48:08 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request #1394: build(deps): bump go.uber.org/zap from 1.16.0 to 1.19.0

dependabot[bot] opened a new pull request #1394:
URL: https://github.com/apache/dubbo-go/pull/1394


   Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.16.0 to 1.19.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.19.0</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/975">#975</a>[]: Avoid panicking in Sampler core if the level is out of bounds.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/984">#984</a>[]: Reduce the size of BufferedWriteSyncer by aligning the fields
   better.</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/975">#975</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/975">uber-go/zap#975</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/984">#984</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/984">uber-go/zap#984</a></p>
   <p>Thanks to <a href="https://github.com/lancoLiu"><code>@​lancoLiu</code></a> and <a href="https://github.com/thockin"><code>@​thockin</code></a> for their contributions to this release.</p>
   <h2>v1.18.1</h2>
   <p>Bugfixes:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/974">#974</a>[]: Fix nil dereference in logger constructed by <code>zap.NewNop</code>.</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/974">#974</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/974">uber-go/zap#974</a></p>
   <h2>v1.18.0</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/961">#961</a>[]: Add <code>zapcore.BufferedWriteSyncer</code>, a new <code>WriteSyncer</code> that buffers
   messages in-memory and flushes them periodically.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/971">#971</a>[]: Add <code>zapio.Writer</code> to use a Zap logger as an <code>io.Writer</code>.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/897">#897</a>[]: Add <code>zap.WithClock</code> option to control the source of time via the
   new <code>zapcore.Clock</code> interface.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/949">#949</a>[]: Avoid panicking in <code>zap.SugaredLogger</code> when arguments of <code>*w</code>
   methods don't match expectations.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/943">#943</a>[]: Add support for filtering by level or arbitrary matcher function to
   <code>zaptest/observer</code>.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/691">#691</a>[]: Comply with <code>io.StringWriter</code> and <code>io.ByteWriter</code> in Zap's
   <code>buffer.Buffer</code>.</li>
   </ul>
   <p>Thanks to <a href="https://github.com/atrn0"><code>@​atrn0</code></a>, <a href="https://github.com/ernado"><code>@​ernado</code></a>, <a href="https://github.com/heyanfu"><code>@​heyanfu</code></a>, <a href="https://github.com/hnlq715"><code>@​hnlq715</code></a>, <a href="https://github.com/zchee"><code>@​zchee</code></a>
   for their contributions to this release.</p>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/691">#691</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/691">uber-go/zap#691</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/897">#897</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/897">uber-go/zap#897</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/943">#943</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/943">uber-go/zap#943</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/949">#949</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/949">uber-go/zap#949</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/961">#961</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/961">uber-go/zap#961</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/971">#971</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/971">uber-go/zap#971</a></p>
   <h2>v1.17.0</h2>
   <p>Bugfixes:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/867">#867</a>[]: Encode <code>&lt;nil&gt;</code> for nil <code>error</code> instead of a panic.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/931">#931</a>[], <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/936">#936</a>[]: Update minimum version constraints to address
   vulnerabilities in dependencies.</li>
   </ul>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/865">#865</a>[]: Improve alignment of fields of the Logger struct, reducing its</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.19.0 (9 Aug 2021)</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/975">#975</a>[]: Avoid panicking in Sampler core if the level is out of bounds.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/984">#984</a>[]: Reduce the size of BufferedWriteSyncer by aligning the fields
   better.</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/975">#975</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/975">uber-go/zap#975</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/984">#984</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/984">uber-go/zap#984</a></p>
   <p>Thanks to <a href="https://github.com/lancoLiu"><code>@​lancoLiu</code></a> and <a href="https://github.com/thockin"><code>@​thockin</code></a> for their contributions to this release.</p>
   <h2>1.18.1 (28 Jun 2021)</h2>
   <p>Bugfixes:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/974">#974</a>[]: Fix nil dereference in logger constructed by <code>zap.NewNop</code>.</li>
   </ul>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/974">#974</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/974">uber-go/zap#974</a></p>
   <h2>1.18.0 (28 Jun 2021)</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/961">#961</a>[]: Add <code>zapcore.BufferedWriteSyncer</code>, a new <code>WriteSyncer</code> that buffers
   messages in-memory and flushes them periodically.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/971">#971</a>[]: Add <code>zapio.Writer</code> to use a Zap logger as an <code>io.Writer</code>.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/897">#897</a>[]: Add <code>zap.WithClock</code> option to control the source of time via the
   new <code>zapcore.Clock</code> interface.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/949">#949</a>[]: Avoid panicking in <code>zap.SugaredLogger</code> when arguments of <code>*w</code>
   methods don't match expectations.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/943">#943</a>[]: Add support for filtering by level or arbitrary matcher function to
   <code>zaptest/observer</code>.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/691">#691</a>[]: Comply with <code>io.StringWriter</code> and <code>io.ByteWriter</code> in Zap's
   <code>buffer.Buffer</code>.</li>
   </ul>
   <p>Thanks to <a href="https://github.com/atrn0"><code>@​atrn0</code></a>, <a href="https://github.com/ernado"><code>@​ernado</code></a>, <a href="https://github.com/heyanfu"><code>@​heyanfu</code></a>, <a href="https://github.com/hnlq715"><code>@​hnlq715</code></a>, <a href="https://github.com/zchee"><code>@​zchee</code></a>
   for their contributions to this release.</p>
   <p><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/691">#691</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/691">uber-go/zap#691</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/897">#897</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/897">uber-go/zap#897</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/943">#943</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/943">uber-go/zap#943</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/949">#949</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/949">uber-go/zap#949</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/961">#961</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/961">uber-go/zap#961</a>
   <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/971">#971</a>: <a href="https://github-redirect.dependabot.com/uber-go/zap/pull/971">uber-go/zap#971</a></p>
   <h2>1.17.0 (25 May 2021)</h2>
   <p>Bugfixes:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/867">#867</a>[]: Encode <code>&lt;nil&gt;</code> for nil <code>error</code> instead of a panic.</li>
   <li><a href="https://github-redirect.dependabot.com/uber-go/zap/issues/931">#931</a>[], <a href="https://github-redirect.dependabot.com/uber-go/zap/issues/936">#936</a>[]: Update minimum version constraints to address
   vulnerabilities in dependencies.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/uber-go/zap/commit/c8e813efff7b3d6f791ee71b3f76b9a175d2a9d8"><code>c8e813e</code></a> Release v1.19.0 (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/987">#987</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/2198a43d955c18cc08d7e643aaa80696f0d9a15b"><code>2198a43</code></a> Optimize size of BufferedWriteSyncer by moving stopped bool field (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/984">#984</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/81879d1b480621999f3e3bc8d61bcf08a999298f"><code>81879d1</code></a> Simplify check for writing errors to ErrorOutput (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/983">#983</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/1cac10bfebaa55cacfa76e277137ec4167987ec6"><code>1cac10b</code></a> go mod tidy (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/977">#977</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/42e70dd4e9258b142fca9fc01c639fb3c8e8f664"><code>42e70dd</code></a> fix typo (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/976">#976</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/007a55e182f26b2d1def98d192078af9c365348f"><code>007a55e</code></a> Discard counters for out-of-bounds levels (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/975">#975</a>)</li>
   <li><a href="https://github.com/uber-go/zap/commit/120b08c8fae5be92bc7323ca78b25cd790e8c37a"><code>120b08c</code></a> Release v1.18.1, fix panic</li>
   <li><a href="https://github.com/uber-go/zap/commit/a779980aca4983cba7cc19cf100bd48b99752645"><code>a779980</code></a> Prepare release v1.18.1</li>
   <li><a href="https://github.com/uber-go/zap/commit/7ea57ce36ae5d9a4816ba3bfeb00fb68a46c2ea3"><code>7ea57ce</code></a> NopLogger: Fix nil Clock panic</li>
   <li><a href="https://github.com/uber-go/zap/commit/35f15d1c223a47759fa91ba8c2b9c7f332da7784"><code>35f15d1</code></a> Release v1.18.0 (<a href="https://github-redirect.dependabot.com/uber-go/zap/issues/973">#973</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/uber-go/zap/compare/v1.16.0...v1.19.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/zap&package-manager=go_modules&previous-version=1.16.0&new-version=1.19.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 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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks closed pull request #1394: build(deps): bump go.uber.org/zap from 1.16.0 to 1.19.0

Posted by GitBox <gi...@apache.org>.
AlexStocks closed pull request #1394:
URL: https://github.com/apache/dubbo-go/pull/1394


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] codecov-commenter edited a comment on pull request #1394: build(deps): bump go.uber.org/zap from 1.16.0 to 1.19.0

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1394:
URL: https://github.com/apache/dubbo-go/pull/1394#issuecomment-902350551


   # [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1394](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (a10d153) into [develop](https://codecov.io/gh/apache/dubbo-go/commit/3da71a14e21951c0ec89d646a7e3feb5fe056ab8?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (3da71a1) will **increase** coverage by `0.21%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head a10d153 differs from pull request most recent head cf08fb4. Consider uploading reports for the commit cf08fb4 to get more accurate results
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-go/pull/1394/graphs/tree.svg?width=650&height=150&src=pr&token=dcPE6RyFAL&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@             Coverage Diff             @@
   ##           develop    #1394      +/-   ##
   ===========================================
   + Coverage    54.74%   54.95%   +0.21%     
   ===========================================
     Files          272      272              
     Lines        14753    14753              
   ===========================================
   + Hits          8076     8108      +32     
   + Misses        5798     5769      -29     
   + Partials       879      876       -3     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [cluster/cluster\_impl/failback\_cluster\_invoker.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y2x1c3Rlci9jbHVzdGVyX2ltcGwvZmFpbGJhY2tfY2x1c3Rlcl9pbnZva2VyLmdv) | `75.82% <0.00%> (-2.20%)` | :arrow_down: |
   | [remoting/kubernetes/listener.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cmVtb3Rpbmcva3ViZXJuZXRlcy9saXN0ZW5lci5nbw==) | `52.83% <0.00%> (ø)` | |
   | [remoting/kubernetes/registry\_controller.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cmVtb3Rpbmcva3ViZXJuZXRlcy9yZWdpc3RyeV9jb250cm9sbGVyLmdv) | `55.67% <0.00%> (+1.06%)` | :arrow_up: |
   | [remoting/kubernetes/client.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cmVtb3Rpbmcva3ViZXJuZXRlcy9jbGllbnQuZ28=) | `78.04% <0.00%> (+2.43%)` | :arrow_up: |
   | [...tocol/rest/server/server\_impl/go\_restful\_server.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHJvdG9jb2wvcmVzdC9zZXJ2ZXIvc2VydmVyX2ltcGwvZ29fcmVzdGZ1bF9zZXJ2ZXIuZ28=) | `44.82% <0.00%> (+3.44%)` | :arrow_up: |
   | [remoting/kubernetes/watch.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cmVtb3Rpbmcva3ViZXJuZXRlcy93YXRjaC5nbw==) | `80.55% <0.00%> (+3.70%)` | :arrow_up: |
   | [metadata/report/delegate/delegate\_report.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bWV0YWRhdGEvcmVwb3J0L2RlbGVnYXRlL2RlbGVnYXRlX3JlcG9ydC5nbw==) | `34.43% <0.00%> (+7.94%)` | :arrow_up: |
   | [registry/kubernetes/registry.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cmVnaXN0cnkva3ViZXJuZXRlcy9yZWdpc3RyeS5nbw==) | `64.76% <0.00%> (+10.47%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6377396...cf08fb4](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] dependabot[bot] commented on pull request #1394: build(deps): bump go.uber.org/zap from 1.16.0 to 1.19.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #1394:
URL: https://github.com/apache/dubbo-go/pull/1394#issuecomment-902374987


   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] codecov-commenter edited a comment on pull request #1394: build(deps): bump go.uber.org/zap from 1.16.0 to 1.19.0

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #1394:
URL: https://github.com/apache/dubbo-go/pull/1394#issuecomment-902350551


   # [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1394](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (cf08fb4) into [develop](https://codecov.io/gh/apache/dubbo-go/commit/6377396d2f797081d557a55ec561ec8d4b090e85?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6377396) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-go/pull/1394/graphs/tree.svg?width=650&height=150&src=pr&token=dcPE6RyFAL&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@           Coverage Diff            @@
   ##           develop    #1394   +/-   ##
   ========================================
     Coverage    54.94%   54.94%           
   ========================================
     Files          272      272           
     Lines        14753    14753           
   ========================================
     Hits          8106     8106           
   + Misses        5771     5769    -2     
   - Partials       876      878    +2     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [cluster/cluster\_impl/base\_cluster\_invoker.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y2x1c3Rlci9jbHVzdGVyX2ltcGwvYmFzZV9jbHVzdGVyX2ludm9rZXIuZ28=) | `62.76% <0.00%> (-3.20%)` | :arrow_down: |
   | [metadata/report/delegate/delegate\_report.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bWV0YWRhdGEvcmVwb3J0L2RlbGVnYXRlL2RlbGVnYXRlX3JlcG9ydC5nbw==) | `35.09% <0.00%> (+0.66%)` | :arrow_up: |
   | [...tocol/rest/server/server\_impl/go\_restful\_server.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHJvdG9jb2wvcmVzdC9zZXJ2ZXIvc2VydmVyX2ltcGwvZ29fcmVzdGZ1bF9zZXJ2ZXIuZ28=) | `44.82% <0.00%> (+3.44%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [6377396...cf08fb4](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] codecov-commenter commented on pull request #1394: build(deps): bump go.uber.org/zap from 1.16.0 to 1.19.0

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #1394:
URL: https://github.com/apache/dubbo-go/pull/1394#issuecomment-902350551


   # [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1394](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (a10d153) into [develop](https://codecov.io/gh/apache/dubbo-go/commit/3da71a14e21951c0ec89d646a7e3feb5fe056ab8?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (3da71a1) will **increase** coverage by `0.21%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/dubbo-go/pull/1394/graphs/tree.svg?width=650&height=150&src=pr&token=dcPE6RyFAL&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@             Coverage Diff             @@
   ##           develop    #1394      +/-   ##
   ===========================================
   + Coverage    54.74%   54.95%   +0.21%     
   ===========================================
     Files          272      272              
     Lines        14753    14753              
   ===========================================
   + Hits          8076     8108      +32     
   + Misses        5798     5769      -29     
   + Partials       879      876       -3     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [cluster/cluster\_impl/failback\_cluster\_invoker.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y2x1c3Rlci9jbHVzdGVyX2ltcGwvZmFpbGJhY2tfY2x1c3Rlcl9pbnZva2VyLmdv) | `75.82% <0.00%> (-2.20%)` | :arrow_down: |
   | [remoting/kubernetes/listener.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cmVtb3Rpbmcva3ViZXJuZXRlcy9saXN0ZW5lci5nbw==) | `52.83% <0.00%> (ø)` | |
   | [remoting/kubernetes/registry\_controller.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cmVtb3Rpbmcva3ViZXJuZXRlcy9yZWdpc3RyeV9jb250cm9sbGVyLmdv) | `55.67% <0.00%> (+1.06%)` | :arrow_up: |
   | [remoting/kubernetes/client.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cmVtb3Rpbmcva3ViZXJuZXRlcy9jbGllbnQuZ28=) | `78.04% <0.00%> (+2.43%)` | :arrow_up: |
   | [...tocol/rest/server/server\_impl/go\_restful\_server.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cHJvdG9jb2wvcmVzdC9zZXJ2ZXIvc2VydmVyX2ltcGwvZ29fcmVzdGZ1bF9zZXJ2ZXIuZ28=) | `44.82% <0.00%> (+3.44%)` | :arrow_up: |
   | [remoting/kubernetes/watch.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cmVtb3Rpbmcva3ViZXJuZXRlcy93YXRjaC5nbw==) | `80.55% <0.00%> (+3.70%)` | :arrow_up: |
   | [metadata/report/delegate/delegate\_report.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bWV0YWRhdGEvcmVwb3J0L2RlbGVnYXRlL2RlbGVnYXRlX3JlcG9ydC5nbw==) | `34.43% <0.00%> (+7.94%)` | :arrow_up: |
   | [registry/kubernetes/registry.go](https://codecov.io/gh/apache/dubbo-go/pull/1394/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-cmVnaXN0cnkva3ViZXJuZXRlcy9yZWdpc3RyeS5nbw==) | `64.76% <0.00%> (+10.47%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [3da71a1...a10d153](https://codecov.io/gh/apache/dubbo-go/pull/1394?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org