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/11/28 12:01:41 UTC

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

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

   Bumps [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) from 3.5.5 to 3.5.6.
   <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.6</h2>
   <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://github.com/etcd-io/website/blob/main/content/en/docs/v3.5/op-guide/supported-platform.md">supported platforms</a>.</p>
   <h6>Linux</h6>
   <pre lang="bash"><code>ETCD_VER=v3.5.6
   <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
   </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.6
   <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</p>
   <p>curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
   unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp &amp;&amp; rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
   &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/cecbe35ce0703cd0f8d2063dad4a9e541ae317e5"><code>cecbe35</code></a> version: bump up to 3.5.6</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/d0424a7bf10651482e84ff2fb07c3247702f0b57"><code>d0424a7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/14816">#14816</a> from serathius/trim-v3.5</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/1a9742c9c425085caec8b8ad66cbecdfe728c93a"><code>1a9742c</code></a> release: build with consistent paths</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/7ccca083eb307f76d22a3ae0f53f35b8d9cdba81"><code>7ccca08</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/14799">#14799</a> from serathius/fix-client-fileutil-log</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/c91978077b1c89129e2f2340568060935bec0f2a"><code>c919780</code></a> client/pkg/fileutil: add missing logger to {Create,Touch}DirAll</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/b2821631aa6d49211dd5bd6beb2f871ef5d427f0"><code>b282163</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/14790">#14790</a> from ahrtr/auth_3.5_20221117</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/4097c247837e2acdf155cca0b9a60f13e3ea5a47"><code>4097c24</code></a> test: add test case to cover the CommonName based authentication</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/9849fa7c66a1b686df630df7bd0b1bdcbf827c62"><code>9849fa7</code></a> test: add certificate with root CommonName</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/69aace20c82cbc7388d72f62a885dcb6c77431d3"><code>69aace2</code></a> clientv3: do not refresh token when using TLS CommonName based authentication</li>
   <li><a href="https://github.com/etcd-io/etcd/commit/5f387e6b7dbdda63642dde618c422b11ecae0e63"><code>5f387e6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/14733">#14733</a> from ahrtr/rev_inconsistency_3.5</li>
   <li>Additional commits viewable in <a href="https://github.com/etcd-io/etcd/compare/v3.5.5...v3.5.6">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.5&new-version=3.5.6)](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 #2144: build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.5 to 3.5.6

Posted by GitBox <gi...@apache.org>.
AlexStocks closed pull request #2144: build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.5 to 3.5.6
URL: https://github.com/apache/dubbo-go/pull/2144


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

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

   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] sonarcloud[bot] commented on pull request #2144: build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.5 to 3.5.6

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

   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=apache_dubbo-go&pullRequest=2144)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_dubbo-go&pullRequest=2144&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2144) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_dubbo-go&pullRequest=2144&metric=duplicated_lines_density&view=list) No Duplication information
   
   


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