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 2022/04/18 12:05:10 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request, #1840: build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.2 to 3.5.3

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

   Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.2 to 3.5.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/etcd-io/etcd/releases">go.etcd.io/etcd/client/v3's releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.3</h2>
   <h3>Highlights:</h3>
   <ul>
   <li>Version 3.5.3 is fixing critical correctness issues (<a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13766">etcd-io/etcd#13766</a>, <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13514">etcd-io/etcd#13514</a>) introduced in the 3.5 branch that could lead to not applying a committed transaction across all replicas in case of a server crash.</li>
   <li>It's likely 3.5.4 will be releases soon that reverts SRV change added to 3.5.3. Please see the discussion (<a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13948">etcd-io/etcd#13948</a>)</li>
   </ul>
   <hr />
   <p>Please see <a href="https://etcd.io/blog/2021/announcing-etcd-3.5/">Announcing etcd 3.5 blog post</a>.</p>
   <p>Please check out <a href="https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.5.md">CHANGELOG</a> for a full list of changes. And make sure to read <a href="https://github.com/etcd-io/website/blob/main/content/en/docs/v3.5/upgrades/upgrade_3_5.md">upgrade guide</a> before upgrading etcd (there may be breaking changes).</p>
   <p>For installation guides, please check out <a href="http://play.etcd.io">play.etcd.io</a> and <a href="https://github.com/etcd-io/etcd/tree/master/Documentation#operating-etcd-clusters">operating etcd</a>. Latest support status for common architectures and operating systems can be found at <a href="https://etcd.io/docs/v3.5/op-guide/supported-platform/">supported platforms</a>.</p>
   <h6>Linux</h6>
   <pre lang="bash"><code>ETCD_VER=v3.5.3
   <h1>choose either URL</h1>
   <p>GOOGLE_URL=<a href="https://storage.googleapis.com/etcd">https://storage.googleapis.com/etcd</a>
   GITHUB_URL=<a href="https://github.com/etcd-io/etcd/releases/download">https://github.com/etcd-io/etcd/releases/download</a>
   DOWNLOAD_URL=${GOOGLE_URL}</p>
   <p>rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
   rm -rf /tmp/etcd-download-test &amp;&amp; mkdir -p /tmp/etcd-download-test</p>
   <p>curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
   tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
   rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz</p>
   <p>/tmp/etcd-download-test/etcd --version
   /tmp/etcd-download-test/etcdctl version
   /tmp/etcd-download-test/etcdutl version
   </code></pre></p>
   <pre lang="bash"><code># start a local etcd server
   /tmp/etcd-download-test/etcd
   
   # write,read to etcd
   /tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
   /tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo
   </code></pre>
   <h6>macOS (Darwin)</h6>
   <pre lang="bash"><code>ETCD_VER=v3.5.3
   <p>&lt;/tr&gt;&lt;/table&gt;
   </code></pre></p>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/etcd-io/etcd/commit/0452feec719fa8ad88ae343e66e9bb222965d75d"><code>0452fee</code></a> version: bump up to 3.5.3</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/842cb4b4fcde14dbe65d175cc945909bdd82e90c"><code>842cb4b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13938">#13938</a> from endocrimes/dani/backport</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/50978d5b25391bc4a9972ab9196a333428a30f8f"><code>50978d5</code></a> clientv3: disable mirror auth test with proxy</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/5d44f2242fd5637b202cf43cf99793e58577ceb7"><code>5d44f22</code></a> cv3/mirror: Fetch the most recent prefix revision</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/cd750e4542d2d16271962609f5c8a3033f69a2a6"><code>cd750e4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13862">#13862</a> from mrueg/update-baseimage</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/003a31048919ef8f97848200ea720d863679c7c7"><code>003a310</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13933">#13933</a> from ahrtr/fix_snapshot_recover_cindex_3.5</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/6095cf810afe6d401ca8802a95f5c2d66cc450f9"><code>6095cf8</code></a> Dockerfile-release.*: Update base image snapshot</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/719082e4fc32c3240a8eeca7873cd0fd866940f7"><code>719082e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13932">#13932</a> from ahrtr/lease_renew_linearizable_3.5</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/4002aa51bd7dbc50349342ff13e8095381a245c7"><code>4002aa5</code></a> set backend to cindex before recovering the lessor in applySnapshot</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/bc5307de955b19b0fcd513d4d7270038de6391ea"><code>bc5307d</code></a> support linearizable renew lease</li>
   <li>Additional commits viewable in <a href="https://github.com/etcd-io/etcd/compare/v3.5.2...v3.5.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.etcd.io/etcd/client/v3&package-manager=go_modules&previous-version=3.5.2&new-version=3.5.3)](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] codecov-commenter commented on pull request #1840: build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.2 to 3.5.3

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

   # [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1840?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 [#1840](https://codecov.io/gh/apache/dubbo-go/pull/1840?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (582c415) into [3.0](https://codecov.io/gh/apache/dubbo-go/commit/553c836c5e45a1c92eef9490513ee207a913e213?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (553c836) will **decrease** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##              3.0    #1840      +/-   ##
   ==========================================
   - Coverage   46.78%   46.75%   -0.03%     
   ==========================================
     Files         298      298              
     Lines       17178    17178              
   ==========================================
   - Hits         8036     8031       -5     
   - Misses       8289     8293       +4     
   - Partials      853      854       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-go/pull/1840?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [filter/metrics/filter.go](https://codecov.io/gh/apache/dubbo-go/pull/1840/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-ZmlsdGVyL21ldHJpY3MvZmlsdGVyLmdv) | `85.00% <0.00%> (-15.00%)` | :arrow_down: |
   | [...tocol/rest/server/server\_impl/go\_restful\_server.go](https://codecov.io/gh/apache/dubbo-go/pull/1840/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=) | `41.37% <0.00%> (-3.45%)` | :arrow_down: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1840?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/1840?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 [553c836...582c415](https://codecov.io/gh/apache/dubbo-go/pull/1840?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] AlexStocks merged pull request #1840: build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.2 to 3.5.3

Posted by GitBox <gi...@apache.org>.
AlexStocks merged PR #1840:
URL: https://github.com/apache/dubbo-go/pull/1840


-- 
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