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 02:16:43 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request #1401: build(deps): bump go.etcd.io/etcd/server/v3 from 3.5.0-alpha.0 to 3.5.0

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


   Bumps [go.etcd.io/etcd/server/v3](https://github.com/etcd-io/etcd) from 3.5.0-alpha.0 to 3.5.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/etcd-io/etcd/releases">go.etcd.io/etcd/server/v3's releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.0</h2>
   <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/master/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://github.com/etcd-io/website/blob/main/content/en/docs/next/op-guide/supported-platform.md">supported platforms</a>.</p>
   <h6>Linux</h6>
   <pre lang="bash"><code>ETCD_VER=v3.5.0
   <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.0
   <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}-darwin-amd64.zip
   rm -rf /tmp/etcd-download-test &amp;&amp; mkdir -p /tmp/etcd-download-test
   &lt;/tr&gt;&lt;/table&gt;
   </code></pre></p>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/etcd-io/etcd/blob/main/CHANGELOG-3.5.md">go.etcd.io/etcd/server/v3's changelog</a>.</em></p>
   <blockquote>
   <h2>v3.5.0 (2021-06)</h2>
   <p>See <a href="https://github.com/etcd-io/etcd/compare/v3.4.0...v3.5.0">code changes</a> and <a href="https://etcd.io/docs/latest/upgrades/upgrade_3_5/">v3.5 upgrade guide</a> for any breaking changes.</p>
   <ul>
   <li><a href="https://github.com/etcd-io/etcd/releases/tag/v3.5.0">v3.5.0</a> (2021 TBD), see <a href="https://github.com/etcd-io/etcd/compare/v3.5.0-rc.1...v3.5.0">code changes</a>.</li>
   <li><a href="https://github.com/etcd-io/etcd/releases/tag/v3.5.0-rc.1">v3.5.0-rc.1</a> (2021-06-10), see <a href="https://github.com/etcd-io/etcd/compare/v3.5.0-rc.0...v3.5.0-rc.1">code changes</a>.</li>
   <li><a href="https://github.com/etcd-io/etcd/releases/tag/v3.5.0-rc.0">v3.5.0-rc.0</a> (2021-06-04), see <a href="https://github.com/etcd-io/etcd/compare/v3.5.0-beta.4...v3.5.0-rc.0">code changes</a>.</li>
   <li><a href="https://github.com/etcd-io/etcd/releases/tag/v3.5.0-beta.4">v3.5.0-beta.4</a> (2021-05-26), see <a href="https://github.com/etcd-io/etcd/compare/v3.5.0-beta.3...v3.5.0-beta.4">code changes</a>.</li>
   <li><a href="https://github.com/etcd-io/etcd/releases/tag/v3.5.0-beta.3">v3.5.0-beta.3</a> (2021-05-18), see <a href="https://github.com/etcd-io/etcd/compare/v3.5.0-beta.2...v3.5.0-beta.3">code changes</a>.</li>
   <li><a href="https://github.com/etcd-io/etcd/releases/tag/v3.5.0-beta.2">v3.5.0-beta.2</a> (2021-05-18), see <a href="https://github.com/etcd-io/etcd/compare/v3.5.0-beta.1...v3.5.0-beta.2">code changes</a>.</li>
   <li><a href="https://github.com/etcd-io/etcd/releases/tag/v3.5.0-beta.1">v3.5.0-beta.1</a> (2021-05-18), see <a href="https://github.com/etcd-io/etcd/compare/v3.4.0...v3.5.0-beta.1">code changes</a>.</li>
   </ul>
   <p><strong>Again, before running upgrades from any previous release, please make sure to read change logs below and <a href="https://etcd.io/docs/latest/upgrades/upgrade_3_5/">v3.5 upgrade guide</a>.</strong></p>
   <h3>Breaking Changes</h3>
   <ul>
   <li><code>go.etcd.io/etcd</code> Go packages have moved to <code>go.etcd.io/etcd/{api,pkg,raft,client,etcdctl,server,raft,tests}/v3</code> to follow the <a href="https://github.com/golang/go/wiki/Modules">Go modules</a> conventions</li>
   <li><code>go.etcd.io/clientv3/snapshot</code> SnapshotManager class have moved to <code>go.etcd.io/clientv3/etcdctl</code>.
   The method <code>snapshot.Save</code> to download a snapshot from the remote server was preserved in 'go.etcd.io/clientv3/snapshot`.</li>
   <li>`go.etcd.io/client' package got migrated to 'go.etcd.io/client/v2'.</li>
   <li>Changed behavior of clientv3 API <a href="https://github-redirect.dependabot.com/etcd-io/etcd/pull/11639">MemberList</a>.
   <ul>
   <li>Previously, it is directly served with server's local data, which could be stale.</li>
   <li>Now, it is served with linearizable guarantee. If the server is disconnected from quorum, <code>MemberList</code> call will fail.</li>
   </ul>
   </li>
   <li><a href="https://github.com/grpc-ecosystem/grpc-gateway">gRPC gateway</a> only supports <a href="https://github.com/etcd-io/etcd/blob/main/TODO"><code>/v3</code></a> endpoint.
   <ul>
   <li>Deprecated <a href="https://github-redirect.dependabot.com/etcd-io/etcd/pull/9298"><code>/v3beta</code></a>.</li>
   <li><code>curl -L http://localhost:2379/v3beta/kv/put -X POST -d '{&quot;key&quot;: &quot;Zm9v&quot;, &quot;value&quot;: &quot;YmFy&quot;}'</code> doesn't work in v3.5. Use <code>curl -L http://localhost:2379/v3/kv/put -X POST -d '{&quot;key&quot;: &quot;Zm9v&quot;, &quot;value&quot;: &quot;YmFy&quot;}'</code> instead.</li>
   </ul>
   </li>
   <li><strong><code>etcd --experimental-enable-v2v3</code> flag remains experimental and to be deprecated.</strong>
   <ul>
   <li>v2 storage emulation feature will be deprecated in the next release.</li>
   <li>etcd 3.5 is the last version that supports V2 API. Flags <code>--enable-v2</code> and <code>--experimental-enable-v2v3</code> <a href="https://github-redirect.dependabot.com/etcd-io/etcd/pull/12940">are now deprecated</a> and will be removed in etcd v3.6 release.</li>
   </ul>
   </li>
   <li><strong><code>etcd --experimental-backend-bbolt-freelist-type</code> flag has been deprecated.</strong> Use <strong><code>etcd --backend-bbolt-freelist-type</code></strong> instead. The default type is hashmap and it is stable now.</li>
   <li><strong><code>etcd --debug</code> flag has been deprecated.</strong> Use <strong><code>etcd --log-level=debug</code></strong> instead.</li>
   <li>Remove <a href="https://github-redirect.dependabot.com/etcd-io/etcd/pull/10947"><code>embed.Config.Debug</code></a>.</li>
   <li><strong><code>etcd --log-output</code> flag has been deprecated.</strong> Use <strong><code>etcd --log-outputs</code></strong> instead.</li>
   <li><strong><code>etcd --logger=zap --log-outputs=stderr</code></strong> is now the default.</li>
   <li><strong><code>etcd --logger=capnslog</code> flag value has been deprecated.</strong></li>
   <li><strong><code>etcd --logger=zap --log-outputs=default</code> flag value is not supported.</strong>.
   <ul>
   <li>Use <code>etcd --logger=zap --log-outputs=stderr</code>.</li>
   <li>Or, use <code>etcd --logger=zap --log-outputs=systemd/journal</code> to send logs to the local systemd journal.</li>
   <li>Previously, if etcd parent process ID (PPID) is 1 (e.g. run with systemd), <code>etcd --logger=capnslog --log-outputs=default</code> redirects server logs to local systemd journal. And if write to journald fails, it writes to <code>os.Stderr</code> as a fallback.</li>
   <li>However, even with PPID 1, it can fail to dial systemd journal (e.g. run embedded etcd with Docker container). Then, <a href="https://github-redirect.dependabot.com/etcd-io/etcd/pull/9729">every single log write will fail</a> and fall back to <code>os.Stderr</code>, which is inefficient.</li>
   <li>To avoid this problem, systemd journal logging must be configured manually.</li>
   </ul>
   </li>
   <li><strong><code>etcd --log-outputs=stderr</code></strong> is now the default.</li>
   <li><strong><code>etcd --log-package-levels</code> flag for <code>capnslog</code> has been deprecated.</strong> Now, <strong><code>etcd --logger=zap --log-outputs=stderr</code></strong> is the default.</li>
   <li><strong><code>[CLIENT-URL]/config/local/log</code> endpoint has been deprecated, as is <code>etcd --log-package-levels</code> flag.</strong>
   <ul>
   <li><code>curl http://127.0.0.1:2379/config/local/log -XPUT -d '{&quot;Level&quot;:&quot;DEBUG&quot;}'</code> won't work.</li>
   <li>Please use <code>etcd --logger=zap --log-outputs=stderr</code> instead.</li>
   </ul>
   </li>
   <li>Deprecated <code>etcd_debugging_mvcc_db_total_size_in_bytes</code> Prometheus metric. Use <code>etcd_mvcc_db_total_size_in_bytes</code> instead.</li>
   <li>Deprecated <code>etcd_debugging_mvcc_put_total</code> Prometheus metric. Use <code>etcd_mvcc_put_total</code> instead.</li>
   <li>Deprecated <code>etcd_debugging_mvcc_delete_total</code> Prometheus metric. Use <code>etcd_mvcc_delete_total</code> instead.</li>
   <li>Deprecated <code>etcd_debugging_mvcc_txn_total</code> Prometheus metric. Use <code>etcd_mvcc_txn_total</code> instead.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/etcd-io/etcd/commit/946a5a6f25c3b6b89408ab447852731bde6e6289"><code>946a5a6</code></a> version: 3.5.0</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/1e2cab929cc1fefc5a9a048a4a500ef57b54313e"><code>1e2cab9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13099">#13099</a> from tangcong/automated-cherry-pick-of-#13077-origi...</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/53e04b261563050a1a644692fe5806372fecb55d"><code>53e04b2</code></a> embed: unlimit the recv msg size of grpc-gateway</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/8139dd3e550fb3c025d21e9ef253b3606683d383"><code>8139dd3</code></a> version: 3.5.0-rc.1</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/5d52faec4786343d4f1443209b7fbf821a5a4e79"><code>5d52fae</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13095">#13095</a> from hexfusion/cp-13049</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/98bbc0107f27a53686984d5e6e40a21778b88d19"><code>98bbc01</code></a> TestLogRotation add log output relative path</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/fed3bc3084e33c3ba512f27f0a7855ba3da64473"><code>fed3bc3</code></a> [Fix]滚动日志路径解析不正确</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/b327edf521cb465308315a1dd7cd5549bdbd2133"><code>b327edf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13092">#13092</a> from lilic/bump-client-golang-3.5</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/9fee8bf95eeffb9f49434ae9bfea76b2397a5a37"><code>9fee8bf</code></a> Update client_golang dependency to v1.11.0</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/e721e4eb109a27566cd76ae977d382e5a75a5347"><code>e721e4e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13088">#13088</a> from gyuho/c</li>
   <li>Additional commits viewable in <a href="https://github.com/etcd-io/etcd/compare/v3.5.0-alpha.0...v3.5.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.etcd.io/etcd/server/v3&package-manager=go_modules&previous-version=3.5.0-alpha.0&new-version=3.5.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 #1401: build(deps): bump go.etcd.io/etcd/server/v3 from 3.5.0-alpha.0 to 3.5.0

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


   


-- 
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 #1401: build(deps): bump go.etcd.io/etcd/server/v3 from 3.5.0-alpha.0 to 3.5.0

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


   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