Skip to content

chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.13 to 3.7.1#219

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.etcd.io/etcd/client/v3-3.7.0
Closed

chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.13 to 3.7.1#219
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go.etcd.io/etcd/client/v3-3.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps go.etcd.io/etcd/client/v3 from 3.6.13 to 3.7.1.

Release notes

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

v3.7.1

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 operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.7.1
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 --no-same-owner
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl 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.7.1
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
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • 5e7fd0d version: bump up to 3.7.1
  • 84badbf Merge pull request #22139 from k8s-infra-cherrypick-robot/cherry-pick-22134-t...
  • bbab9ca Merge pull request #22145 from k8s-infra-cherrypick-robot/cherry-pick-22131-t...
  • e6415b7 Merge pull request #22141 from k8s-infra-cherrypick-robot/cherry-pick-22130-t...
  • c58097a Merge pull request #22147 from k8s-infra-cherrypick-robot/cherry-pick-22132-t...
  • a63bc45 Merge pull request #22143 from k8s-infra-cherrypick-robot/cherry-pick-22128-t...
  • 66dcf8e Merge pull request #22157 from ivanvc/release-3.7-google.golang.org-grpc-1.82.1
  • 93e55bf Merge pull request #22149 from k8s-infra-cherrypick-robot/cherry-pick-22129-t...
  • 8374af2 deps: bump google.golang.org/grpc to 1.82.1
  • 2f5200d Fix unsynchronized range over leaseCache.entries
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Dependency updates security Security-related updates labels Jul 13, 2026
@dependabot
dependabot Bot requested a review from keepchen as a code owner July 13, 2026 02:44
@dependabot dependabot Bot added dependencies Dependency updates security Security-related updates labels Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go.etcd.io/etcd/client/v3-3.7.0 branch from cf7aab6 to 3ee223d Compare July 13, 2026 02:50
@keepchen keepchen added the Go version required Because the minimum Go version required is N, it is temporarily suspended. label Jul 13, 2026
@keepchen keepchen self-assigned this Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go.etcd.io/etcd/client/v3-3.7.0 branch from 3ee223d to b159aa0 Compare July 13, 2026 03:02
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.6.13 to 3.7.1.
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.13...v3.7.1)

---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot changed the title chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.13 to 3.7.0 chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.13 to 3.7.1 Jul 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go.etcd.io/etcd/client/v3-3.7.0 branch from b159aa0 to fe2d4f7 Compare July 25, 2026 12:00
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #225.

@dependabot dependabot Bot closed this Jul 27, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/go.etcd.io/etcd/client/v3-3.7.0 branch July 27, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates Go version required Because the minimum Go version required is N, it is temporarily suspended. security Security-related updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant