Bump go.etcd.io/etcd/client/v3 from 3.5.4 to 3.5.5 #45

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/go.etcd.io/etcd/client/v3-3.5.5 into v3 2022-09-17 16:33:02 +03:00
dependabot[bot] commented 2022-09-16 01:27:34 +03:00 (Migrated from github.com)

Bumps go.etcd.io/etcd/client/v3 from 3.5.4 to 3.5.5.

Release notes

Sourced from go.etcd.io/etcd/client/v3's releases.

v3.5.5

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.5.5

choose either URL

GOOGLE_URL=https://storage.googleapis.com/etcd GITHUB_URL=https://github.com/etcd-io/etcd/releases/download DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

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

/tmp/etcd-download-test/etcd --version /tmp/etcd-download-test/etcdctl version

# 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

macOS (Darwin)
ETCD_VER=v3.5.5

choose either URL

GOOGLE_URL=https://storage.googleapis.com/etcd GITHUB_URL=https://github.com/etcd-io/etcd/releases/download DOWNLOAD_URL=${GOOGLE_URL}

rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test

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 && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip </tr></table>

... (truncated)

Commits
  • 19002cf version: bump up to 3.5.5
  • 2ba1bab Merge pull request #14454 from ahrtr/fix_TestV3AuthRestartMember_20220913_3.5
  • 2f1171f fix the flaky test fix_TestV3AuthRestartMember_20220913 for 3.5
  • 6c26693 Merge pull request #14178 from lavacat/release-3.5-txn-panic
  • 646ba66 Merge pull request #14434 from tjungblu/bz_1918413_3.5
  • 243b7a1 etcdctl: fix move-leader for multiple endpoints
  • 16d72c0 Merge pull request #14440 from vsvastey/usr/vsvastey/open-with-max-index-test...
  • eef5e22 testing: fix TestOpenWithMaxIndex cleanup
  • a5a33cb Merge pull request #14436 from serathius/arm64
  • bb3fae4 Merge pull request #14409 from vivekpatani/release-3.5
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.4 to 3.5.5. <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.5</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.5 <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.5 <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/19002cfc689fba2b8f56605e5797bf79f8b61fdd"><code>19002cf</code></a> version: bump up to 3.5.5</li> <li><a href="https://github.com/etcd-io/etcd/commit/2ba1bab4102dee83653c487de00638400b519af5"><code>2ba1bab</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/14454">#14454</a> from ahrtr/fix_TestV3AuthRestartMember_20220913_3.5</li> <li><a href="https://github.com/etcd-io/etcd/commit/2f1171ff6614b3507439e27706be625188ae8266"><code>2f1171f</code></a> fix the flaky test fix_TestV3AuthRestartMember_20220913 for 3.5</li> <li><a href="https://github.com/etcd-io/etcd/commit/6c26693ebeb14170ddff26b7118505b4574aad25"><code>6c26693</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/14178">#14178</a> from lavacat/release-3.5-txn-panic</li> <li><a href="https://github.com/etcd-io/etcd/commit/646ba66c5e589dd37e604b0b1f25cb954c5bec24"><code>646ba66</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/14434">#14434</a> from tjungblu/bz_1918413_3.5</li> <li><a href="https://github.com/etcd-io/etcd/commit/243b7a125bb5a39e1e45e327aee34f17a7bf89f2"><code>243b7a1</code></a> etcdctl: fix move-leader for multiple endpoints</li> <li><a href="https://github.com/etcd-io/etcd/commit/16d72c0b9b9280c2520a6e04326985c79921b009"><code>16d72c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/14440">#14440</a> from vsvastey/usr/vsvastey/open-with-max-index-test...</li> <li><a href="https://github.com/etcd-io/etcd/commit/eef5e220a6dc6f3632387f3855398b167c1040f0"><code>eef5e22</code></a> testing: fix TestOpenWithMaxIndex cleanup</li> <li><a href="https://github.com/etcd-io/etcd/commit/a5a33cbe4c26048e07cdecde20b18ec6ed66c553"><code>a5a33cb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/14436">#14436</a> from serathius/arm64</li> <li><a href="https://github.com/etcd-io/etcd/commit/bb3fae4f83012d8a0317d332bf135d2f191e0101"><code>bb3fae4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etcd-io/etcd/issues/14409">#14409</a> from vivekpatani/release-3.5</li> <li>Additional commits viewable in <a href="https://github.com/etcd-io/etcd/compare/v3.5.4...v3.5.5">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.4&new-version=3.5.5)](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>
github-actions[bot] (Migrated from github.com) approved these changes 2022-09-16 01:27:48 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-register-etcd#45
No description provided.