Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps go.etcd.io/etcd/client/pkg/v3 from 3.5.13 to 3.6.4.

Release notes

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

v3.6.4

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.6.4
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.6.4
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
  • 5400cdc version: bump up to 3.6.4
  • effaa79 Merge pull request #20387 from ahrtr/20250722_learner_3.6
  • e5f4311 Check promotion against v2store when updating v2store
  • e59bb1f Add an e2e test to reproduce the issue 20340
  • 1ed440d version: bump up to 3.6.3
  • e3a3365 Merge pull request #20370 from k8s-infra-cherrypick-robot/cherry-pick-20368-t...
  • 0655761 Fix v2store check returning wrong result even there isn't any auth data
  • 68ddc06 Merge pull request #20352 from k8s-infra-cherrypick-robot/cherry-pick-20328-t...
  • ad00289 Updated help for --quota-backend-bytes
  • fe698af Merge pull request #20330 from kishen-v/cherrypick-TestWatchRestore
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 28, 2025
Bumps [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) from 3.5.13 to 3.6.4.
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.13...v3.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.etcd.io/etcd/client/pkg/v3-3.6.4 branch from d81d126 to e0576d8 Compare August 15, 2025 12:12
@dependabot dependabot bot requested a review from a team as a code owner August 15, 2025 12:12
@chewi chewi merged commit 9ca10ef into main Aug 15, 2025
4 checks passed
@chewi chewi deleted the dependabot/go_modules/go.etcd.io/etcd/client/pkg/v3-3.6.4 branch August 15, 2025 13:17
@tormath1
Copy link
Contributor

tormath1 commented Aug 18, 2025

@chewi Thanks for having a look to those PRs. I am sorry, I should have added a "on-hold" label here.

I did not merge yet this PR because I think it will break all the qemu tests that use the local etcd server (e.g Kubernetes tests) - see this for the "why": flatcar/scripts#2916

We still have some dependencies on etcd API version 2 and this etcd update drops the API version 2 support.

EDIT: Kubernetes tests are using the etcd provided by Flatcar so it's good.

EDIT: Triggered https://github.com/flatcar/scripts/actions/runs/17033532190/job/48280864306?pr=3187 to see if we have side effects

@tormath1
Copy link
Contributor

@chewi everything looks green. Sorry for the false alarm here :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants