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.
/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
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.
/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
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.
/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
In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable GRPC_ENFORCE_ALPN_ENABLED to false (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)
Release 1.66.3
Bug Fixes
transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#7667)
balancer/rls: Add metrics for data cache and picker internals (#7484, #7495)
xds: LRS load reports now include the total_issued_requests field. (#7544)
Bug Fixes
grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the gRPC compression spec. (#7461)
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 5 updates in the / directory:
3.5.15
3.5.16
3.5.15
3.5.16
2.0.4
2.0.5
0.28.0
0.29.0
1.65.0
1.67.1
Updates
go.etcd.io/etcd/api/v3
from 3.5.15 to 3.5.16Release notes
Sourced from go.etcd.io/etcd/api/v3's releases.
... (truncated)
Commits
f20bbad
version: bump up to 3.5.16656336e
Merge pull request #18570 from lucasrod16/18538-backport-3.564a19e4
Backport TestLessorRenewExtendPileup race condition fix for release-3.59293b83
Merge pull request #18550 from ivanvc/release-3.5-update-go-to-1.22.7f29ddb8
Bump go toolchain to 1.22.71d4372a
Merge pull request #18514 from JalinWang/backport/release-3.582994d1
Merge pull request #18517 from serathius/kubernetes-3.50263597
Introduce compaction sleep interval flag03ba270
Fix passing default grpc call options in Kubernetes clientf739ef4
Merge pull request #18489 from akshaym-3255/bboltbump3.5_1.3.11Updates
go.etcd.io/etcd/client/v3
from 3.5.15 to 3.5.16Release notes
Sourced from go.etcd.io/etcd/client/v3's releases.
... (truncated)
Commits
f20bbad
version: bump up to 3.5.16656336e
Merge pull request #18570 from lucasrod16/18538-backport-3.564a19e4
Backport TestLessorRenewExtendPileup race condition fix for release-3.59293b83
Merge pull request #18550 from ivanvc/release-3.5-update-go-to-1.22.7f29ddb8
Bump go toolchain to 1.22.71d4372a
Merge pull request #18514 from JalinWang/backport/release-3.582994d1
Merge pull request #18517 from serathius/kubernetes-3.50263597
Introduce compaction sleep interval flag03ba270
Fix passing default grpc call options in Kubernetes clientf739ef4
Merge pull request #18489 from akshaym-3255/bboltbump3.5_1.3.11Updates
github.com/cpuguy83/go-md2man/v2
from 2.0.4 to 2.0.5Release notes
Sourced from github.com/cpuguy83/go-md2man/v2's releases.
Commits
b14773d
Merge pull request #120 from cpuguy83/dependabot/github_actions/golangci/gola...54d2e5c
Merge pull request #122 from corhere/fix-multi-paragraph-lists149c352
Stop over-indenting lists that are not nestedf486e72
Support multi-paragraph definition lists6350b8a
Merge pull request #124 from corhere/fix-whatis4d7d268
Merge pull request #121 from corhere/less-renderer-state4013a69
Merge pull request #125 from kurth4cker/master5e88164
Merge pull request #123 from corhere/ast-debug7607604
md2man.go: rename ioutil to io426206c
Backslash-escape first hyphen in NAME sectionUpdates
go.etcd.io/etcd/client/pkg/v3
from 3.5.15 to 3.5.16Release notes
Sourced from go.etcd.io/etcd/client/pkg/v3's releases.
... (truncated)
Commits
f20bbad
version: bump up to 3.5.16656336e
Merge pull request #18570 from lucasrod16/18538-backport-3.564a19e4
Backport TestLessorRenewExtendPileup race condition fix for release-3.59293b83
Merge pull request #18550 from ivanvc/release-3.5-update-go-to-1.22.7f29ddb8
Bump go toolchain to 1.22.71d4372a
Merge pull request #18514 from JalinWang/backport/release-3.582994d1
Merge pull request #18517 from serathius/kubernetes-3.50263597
Introduce compaction sleep interval flag03ba270
Fix passing default grpc call options in Kubernetes clientf739ef4
Merge pull request #18489 from akshaym-3255/bboltbump3.5_1.3.11Updates
golang.org/x/net
from 0.28.0 to 0.29.0Commits
35b4aba
go.mod: update golang.org/x dependencies9bf379f
websocket: fix printf(var) mistake detected by latest printf checkerUpdates
golang.org/x/sys
from 0.23.0 to 0.25.0Commits
a43b625
windows: add SIO_UDP_NETRESET constanted67b15
windows: add console codepage api9cb830b
unix: add missing import to syscall_hurd.go71132f5
unix: add POLLRDHUP to FreeBSD3283fc3
cpu: add support for detecting RISC-V extensions29e55b2
unix: use os.Executable rather than os.Args[0] in testsa8c5219
unix: rename XDPUmemReg field back to Size59665e5
unix: add Connectx for darwina0c72ef
unix: add f_flag member flags on z/OSc64c51d
unix: update riscv64 hwprobe to Linux kernel 6.10Updates
golang.org/x/text
from 0.17.0 to 0.18.0Commits
1e3e9fd
all: rename Example test functions to prevent vet errorsUpdates
google.golang.org/grpc
from 1.65.0 to 1.67.1Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
3f95b38
Update version to 1.67.1 (#7682)4f6c5f2
xds/server: Fix xDS Server leak (#7664) (#7681)935f8cb
transport: Fix reporting of bytes read while reading headers (#7660) (#7667)02bbb65
Change version to 1.67.1-dev (#7605)6f50403
Change version to 1.67.0 (#7604)3c3a025
mem: replace flate.Reader reference (#7595) (#7637)3ffb98b
.*: fix revive lintsredefines-builtin-id
(#7552)5666049
vet: enforce revive linter (#7589)c6ad07f
protoc: regenerate protos (#7590)70f19ee
credentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (#7535)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