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/25 12:04:05 UTC

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

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

   Bumps [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) from 3.5.3 to 3.5.4.
   <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.4</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/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.4
   <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.4
   <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>Commits</summary>
   <ul>
   <li><a href="https://github.com/etcd-io/etcd/commit/08407ff7600eb16c4445d5f21c4fafaf19412e24"><code>08407ff</code></a> version: bump up to 3.5.4</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/c3c908e39a1343abbd987a8ea3cf98a7a2703385"><code>c3c908e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13946">#13946</a> from ahrtr/move_cindex_on_apply_fail_353</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/5c68f2e5107fa02bfe33ec0a5de2cfdc56b79832"><code>5c68f2e</code></a> Update conssitent_index when applying fails</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/b872757492ca70f350abd44eb95d81b95339f581"><code>b872757</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/13950">#13950</a> from liggitt/revert-srv-dot-3.5</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/081b4e2a0f606a30bdad798d1e4b8968543faf0e"><code>081b4e2</code></a> Add unit test for canonical SRV records</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/76564778a9530331f3b8345e9f6083311cc48e11"><code>7656477</code></a> Revert &quot;trim the suffix dot from the srv.Target for etcd-client DNS lookup&quot;</li>
   <li>See full diff in <a href="https://github.com/etcd-io/etcd/compare/v3.5.3...v3.5.4">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.3&new-version=3.5.4)](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] dependabot[bot] closed pull request #1862: build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.3 to 3.5.4

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1862: build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.3 to 3.5.4
URL: https://github.com/apache/dubbo-go/pull/1862


-- 
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 #1862: build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.3 to 3.5.4

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

   # [Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1862?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 [#1862](https://codecov.io/gh/apache/dubbo-go/pull/1862?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (5fa4579) into [3.0](https://codecov.io/gh/apache/dubbo-go/commit/84a131cb4a4e615ff9a4f905d7469971c503f5f5?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (84a131c) will **decrease** coverage by `0.01%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##              3.0    #1862      +/-   ##
   ==========================================
   - Coverage   46.78%   46.77%   -0.02%     
   ==========================================
     Files         295      295              
     Lines       17173    17173              
   ==========================================
   - Hits         8034     8032       -2     
   - Misses       8286     8287       +1     
   - Partials      853      854       +1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/dubbo-go/pull/1862?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/1862/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/1862/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: |
   | [remoting/xds/client.go](https://codecov.io/gh/apache/dubbo-go/pull/1862/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-cmVtb3RpbmcveGRzL2NsaWVudC5nbw==) | `56.00% <0.00%> (ø)` | |
   | [metrics/prometheus/reporter.go](https://codecov.io/gh/apache/dubbo-go/pull/1862/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-bWV0cmljcy9wcm9tZXRoZXVzL3JlcG9ydGVyLmdv) | `28.57% <0.00%> (+1.71%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/dubbo-go/pull/1862?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/1862?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 [84a131c...5fa4579](https://codecov.io/gh/apache/dubbo-go/pull/1862?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 #1862: build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.3 to 3.5.4

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

   Looks like go.etcd.io/etcd/api/v3 is up-to-date now, so this is no longer needed.


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