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

   Bumps [go.etcd.io/etcd/api/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/api/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/api/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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to