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
credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable GRPC_ENFORCE_ALPN_ENABLED is set to "true" (case insensitive). (#7184)
NOTE: this behavior will become the default in a future release.
metadata: remove String method from MD to make printing more consistent (#7373)
New Features
grpc: add WithMaxCallAttempts to configure gRPC's retry behavior per-channel. (#7229)
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:
1.8.1
1.8.2
2.27.2
2.27.3
3.5.14
3.5.15
3.5.14
3.5.15
0.0.15
0.0.16
0.0.0-20240312152122-5f08fbb34913
0.0.0-20240521201337-686a1a2994c1
3.5.14
3.5.15
0.26.0
0.27.0
0.21.0
0.22.0
1.64.1
1.65.0
Updates
github.com/Scalingo/go-handlers
from 1.8.1 to 1.8.2Release notes
Sourced from github.com/Scalingo/go-handlers's releases.
Changelog
Sourced from github.com/Scalingo/go-handlers's changelog.
Commits
fad48cb
Merge pull request #98 from Scalingo/release/1.8.2a50604d
Bump v1.8.2b383aaf
Merge pull request #97 from Scalingo/feat/json-content-type-middleware68a5d4a
Update content_type_middleware.go9d63950
Update CHANGELOG.mdd9de8ea
fix(middleware): call the handler in the return24fba67
feat(middleware): add a middleware to set the content-type to application/jsonffc0527
Merge pull request #96 from Scalingo/dependabot/go_modules/dependencies-8b52a...a5eb058
chore(deps): bump golang.org/x/sys in the dependencies group204ae06
Merge pull request #95 from Scalingo/dependabot/go_modules/dependencies-d242a...Updates
github.com/urfave/cli/v2
from 2.27.2 to 2.27.3Release notes
Sourced from github.com/urfave/cli/v2's releases.
Commits
a4832fd
Merge pull request #1947 from caeret/v2-maint2400a85
Runmake generate
a5546ad
Fix improper whitespace formatting in usageTemplate, AppHelpTemplate and Subc...84c536d
Merge pull request #1938 from suzuki-shunsuke/v2-fix-shell-completion-with-do...f72fa77
fix: disable bash completion if double dash is included in arguments8e2384c
Merge pull request #1911 from elezar/bump-github.com/xrash/smetricse6c679a
Bump github.com/xrash/smetrics dependencyda85d0c
Merge pull request #1910 from sj14/sj/default-arg-value1ba9751
Docs: Mention value from env as default valueUpdates
go.etcd.io/etcd/api/v3
from 3.5.14 to 3.5.15Release notes
Sourced from go.etcd.io/etcd/api/v3's releases.
... (truncated)
Commits
9a55333
version: bump up to 3.5.15d6479db
Merge pull request #18289 from jmhbnz/backport-enforce-listen-metrics-tls-infoe940b8e
Merge pull request #18319 from ahrtr/3.5_log_2024071412854ec
Differentiate the warning message for rejected client and peer connections4548f41
Merge pull request #18312 from mohamedawnallah/backport-3.5-fmtgRPCMetadata1bfca72
client/v3/watch_test.go: test fmt metadata printb1fc94f
client/v3/watch.go: use fmt for metadata printingc6b0b55
Backport: fix(server/embed): enforce non-empty client TLS if scheme is https/...301b124
Merge pull request #18288 from k8s-infra-cherrypick-robot/cherry-pick-18108-t...2b2473c
Merge pull request #18284 from thedtripp/check-tools-mod-in-verify-depsUpdates
go.etcd.io/etcd/client/v3
from 3.5.14 to 3.5.15Release notes
Sourced from go.etcd.io/etcd/client/v3's releases.
... (truncated)
Commits
9a55333
version: bump up to 3.5.15d6479db
Merge pull request #18289 from jmhbnz/backport-enforce-listen-metrics-tls-infoe940b8e
Merge pull request #18319 from ahrtr/3.5_log_2024071412854ec
Differentiate the warning message for rejected client and peer connections4548f41
Merge pull request #18312 from mohamedawnallah/backport-3.5-fmtgRPCMetadata1bfca72
client/v3/watch_test.go: test fmt metadata printb1fc94f
client/v3/watch.go: use fmt for metadata printingc6b0b55
Backport: fix(server/embed): enforce non-empty client TLS if scheme is https/...301b124
Merge pull request #18288 from k8s-infra-cherrypick-robot/cherry-pick-18108-t...2b2473c
Merge pull request #18284 from thedtripp/check-tools-mod-in-verify-depsUpdates
github.com/mattn/go-runewidth
from 0.0.15 to 0.0.16Commits
6ceadc6
Support Unicode 15.1.0Updates
github.com/xrash/smetrics
from 0.0.0-20240312152122-5f08fbb34913 to 0.0.0-20240521201337-686a1a2994c1Commits
Updates
go.etcd.io/etcd/client/pkg/v3
from 3.5.14 to 3.5.15Release notes
Sourced from go.etcd.io/etcd/client/pkg/v3's releases.
... (truncated)
Commits
9a55333
version: bump up to 3.5.15d6479db
Merge pull request #18289 from jmhbnz/backport-enforce-listen-metrics-tls-infoe940b8e
Merge pull request #18319 from ahrtr/3.5_log_2024071412854ec
Differentiate the warning message for rejected client and peer connections4548f41
Merge pull request #18312 from mohamedawnallah/backport-3.5-fmtgRPCMetadata1bfca72
client/v3/watch_test.go: test fmt metadata printb1fc94f
client/v3/watch.go: use fmt for metadata printingc6b0b55
Backport: fix(server/embed): enforce non-empty client TLS if scheme is https/...301b124
Merge pull request #18288 from k8s-infra-cherrypick-robot/cherry-pick-18108-t...2b2473c
Merge pull request #18284 from thedtripp/check-tools-mod-in-verify-depsUpdates
golang.org/x/net
from 0.26.0 to 0.27.0Commits
e2310ae
go.mod: update golang.org/x dependencies77708f7
quic: skip tests which depend on unimplemented UDP functions on Plan 99617c63
http2: avoid Transport hang with Connection: close and AllowHTTPUpdates
golang.org/x/sys
from 0.21.0 to 0.22.0Commits
faed7ec
unix: add PthreadChdir and PthreadFchdir on darwinc892bb7
unix: fix MmapPtr test failing on OpenBSDa0ef40a
unix: fix MremapPtr test failing on NetBSDdaa2394
unix: add unsafe mmap, munmap, mremap7670087
windows: add GetAce Windows API348425a
windows/svc: do not pass theService to windows.RegisterServiceCtrlHandlerExUpdates
google.golang.org/grpc
from 1.64.1 to 1.65.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
2da9769
Change version to 1.65.0 (#7306)ede96b7
metadata: remove String method (#7373)64be203
grpc: Readd pick first name (#7336) (#7341)25e33a6
examples: Add CSM Observability example (#7302) (#7318)04a5f46
xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (#7...cff5c3e
stats/opentelemetry: Add e2e testing for CSM Observability (#7279) (#7316)9b970fd
dns: fix constant 30s backoff for re-resolution (#7262) (#7311)6d23620
documentation: on server, use FromIncomingContext for retrieving context and...7e5898e
xds: unify xDS client creation APIs meant for testing (#7268)5d7bd7a
interop/xds: Interop client and server changes for CSM Observability (#7280)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