This minor release updates the UUID v6 and v7 features of package to be complaint to draft RFC-9562, which replaces the previous family of uuid drafts. Additionally, it adds more specific error types, and tunes up Github Actions safety practices
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
stats: Deprecate InPayload.Data and OutPayload.Data; they were experimental and will be deleted in the next release (#7121)
Behavior Changes
codec: Remove handling of environment variable GRPC_GO_ADVERTISE_COMPRESSORS to suppress setting supported compressors in grpc-accept-encoding header. Compressors will always be advertised, as they have been by default for some time (#7203)
New Features
resolver/dns: Add SetMinResolutionInterval to set the minimum interval at which DNS re-resolutions may occur (#6962)
grpc: Deprecate Dial and DialContext. These will continue to be supported throughout 1.x, but are deprecated to direct users to NewClient (See #7090 for more information)
Updates google.golang.org/protobuf from 1.34.0 to 1.34.1
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 10 updates:
5.1.0
5.2.0
1.0.1
1.0.2
3.5.13
3.5.14
3.5.13
3.5.14
3.5.13
3.5.14
0.24.0
0.25.0
0.19.0
0.20.0
0.14.0
0.15.0
1.63.2
1.64.0
1.34.0
1.34.1
Updates
github.com/gofrs/uuid/v5
from 5.1.0 to 5.2.0Release notes
Sourced from github.com/gofrs/uuid/v5's releases.
Commits
4a2de11
Implemented support for checkable errors (#131)fa71420
Bump codecov/codecov-action from 2.1.0 to 4.3.1 (#139)5a4bd4b
Bump actions/upload-artifact from 3.1.3 to 4.3.3 (#140)28d784d
Bump actions/dependency-review-action from 2.5.1 to 4.3.2 (#138)e76ce7d
Bump ossf/scorecard-action from 2.0.6 to 2.3.3 (#136)ded6f30
Bump actions/checkout from 2.7.0 to 4.1.5 (#137)f77e7ed
[StepSecurity] Apply security best practices (#135)0bd0b33
Update to RFC 9562 (#117)Updates
github.com/looplab/fsm
from 1.0.1 to 1.0.2Release notes
Sourced from github.com/looplab/fsm's releases.
Commits
b2f0ab5
Deadlock calling Event in after-event callback when current state == dst (#104)Updates
go.etcd.io/etcd/api/v3
from 3.5.13 to 3.5.14Release notes
Sourced from go.etcd.io/etcd/api/v3's releases.
... (truncated)
Commits
bf51a53
version: bump up to 3.5.1447c5fb8
Merge pull request #18063 from ArkaSaha30/backport-config-support8bc3271
config: support AllowedCN and AllowedHostname through config file3afe949
Merge pull request #18017 from MadhavJivrajani/go-version-setup-353c990bc
scripts: default to using .go-version's version for tests and builds4740315
.*: sync go toolchain version and add ability to verify versions297130d
Merge pull request #17980 from lavishpal/upgrade/go-to-1.21.10f715ffd
update the go v1.21.108f6d2dc
Merge pull request #17977 from ivanvc/release-3.5-backport-etcdutl-memory-all...9e1dadd
etcdutl: Fix snapshot restore memory alloc issueUpdates
go.etcd.io/etcd/client/v3
from 3.5.13 to 3.5.14Release notes
Sourced from go.etcd.io/etcd/client/v3's releases.
... (truncated)
Commits
bf51a53
version: bump up to 3.5.1447c5fb8
Merge pull request #18063 from ArkaSaha30/backport-config-support8bc3271
config: support AllowedCN and AllowedHostname through config file3afe949
Merge pull request #18017 from MadhavJivrajani/go-version-setup-353c990bc
scripts: default to using .go-version's version for tests and builds4740315
.*: sync go toolchain version and add ability to verify versions297130d
Merge pull request #17980 from lavishpal/upgrade/go-to-1.21.10f715ffd
update the go v1.21.108f6d2dc
Merge pull request #17977 from ivanvc/release-3.5-backport-etcdutl-memory-all...9e1dadd
etcdutl: Fix snapshot restore memory alloc issueUpdates
go.etcd.io/etcd/client/pkg/v3
from 3.5.13 to 3.5.14Release notes
Sourced from go.etcd.io/etcd/client/pkg/v3's releases.
... (truncated)
Commits
bf51a53
version: bump up to 3.5.1447c5fb8
Merge pull request #18063 from ArkaSaha30/backport-config-support8bc3271
config: support AllowedCN and AllowedHostname through config file3afe949
Merge pull request #18017 from MadhavJivrajani/go-version-setup-353c990bc
scripts: default to using .go-version's version for tests and builds4740315
.*: sync go toolchain version and add ability to verify versions297130d
Merge pull request #17980 from lavishpal/upgrade/go-to-1.21.10f715ffd
update the go v1.21.108f6d2dc
Merge pull request #17977 from ivanvc/release-3.5-backport-etcdutl-memory-all...9e1dadd
etcdutl: Fix snapshot restore memory alloc issueUpdates
golang.org/x/net
from 0.24.0 to 0.25.0Commits
d27919b
go.mod: update golang.org/x dependenciese0324fc
http2: use net.ErrClosedb20cd59
quic: initiate key rotation earlier in connectionsf95a3b3
html: fix typo in package doc0a24555
http/httpguts: speed up ValidHeaderFieldNameec05fdc
http2: don't retry the first request on a connection on GOAWAY errorb67a0f0
http2: send correct LastStreamID in stream-caused GOAWAYa130fcc
quic: don't consider goroutines running when tests start as leakedUpdates
golang.org/x/sys
from 0.19.0 to 0.20.0Commits
7d69d98
unix: extend support for z/OS7758090
cpu: add support for sve2 detection9a28524
windows: drop go version tags for unsupported versions27dc90b
unix: update to Linux kernel 6.4Updates
golang.org/x/text
from 0.14.0 to 0.15.0Commits
8d533a0
encoding/charmap: update UCM spec file URL prefixUpdates
google.golang.org/grpc
from 1.63.2 to 1.64.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
fa274d7
Change version to 1.64.0 (#7218)6b413c8
xds: Surround twoInfof
calls that usepretty.ToJSON
withV(2)
checks (...2dbbcef
resolver/dns: Add docstring to SetMinResolutionInterval (#7217)070d9c7
codes: replace %q to %d in error string when invalid code is an integer (#7188)5d24ee2
xds: store server config for LRS server in xdsresource.ClusterUpdate (#7191)c76f686
advancedTLS: Rename get root certs related pieces (#7207)f591e3b
codec: remove option to suppress setting supported compressors in headers (#7...b4f7947
github: remove dependabot (#7208)0561c78
client: add user-friendly error message of LB policy update timed out (#7206)9d9c1fb
peer: remove change detector test (#7204)Updates
google.golang.org/protobuf
from 1.34.0 to 1.34.1Dependabot 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