https://github.com/etcd-io/etcd

sort by:
Revision Author Date Message Commit Date
bf51a53 version: bump up to 3.5.14 29 May 2024, 18:33:09 UTC
47c5fb8 Merge pull request #18063 from ArkaSaha30/backport-config-support [3.5] config: support AllowedCN and AllowedHostname through config file 23 May 2024, 18:48:47 UTC
8bc3271 config: support AllowedCN and AllowedHostname through config file Allow setting AllowedCN and AllowedHostname tls fields through config file for peer transport security. Signed-off-by: Seena Fallah <seenafallah@gmail.com> 23 May 2024, 18:07:11 UTC
3afe949 Merge pull request #18017 from MadhavJivrajani/go-version-setup-35 [release-3.5] Setup a way to consistently manage go versions across scripts and go.mods 16 May 2024, 09:44:58 UTC
3c990bc scripts: default to using .go-version's version for tests and builds Additionally, provide ability to opt-out of the .go-version and use a custom one via env vars: FORCE_HOST_GO and GO_VERSION. Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com> 16 May 2024, 09:15:48 UTC
4740315 .*: sync go toolchain version and add ability to verify versions This commit adds a script to sync the version present in .go-version across all go.mod files as the toolchain directive. As part of that, this commit also modifies go.mod files that did not have synced toolchain directives. Additionally, this also adds a script to verify all toolchain and go directives against the version present in .go-version as follows: (1) The go directive <= version in .go-version (2) The toolchain directive == version in .go-version This script runs as part of the `make verify` target, making it run as a presbumit by default. Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com> 16 May 2024, 09:15:42 UTC
297130d Merge pull request #17980 from lavishpal/upgrade/go-to-1.21.10 [3.5] dependency : update the go v1.21.10 10 May 2024, 18:57:51 UTC
f715ffd update the go v1.21.10 Signed-off-by: Lavish pal <lvishpal408@gmail.com> 10 May 2024, 12:55:42 UTC
8f6d2dc Merge pull request #17977 from ivanvc/release-3.5-backport-etcdutl-memory-allocation-issue [3.5] backport etcdutl memory allocation issue 10 May 2024, 08:50:23 UTC
9e1dadd etcdutl: Fix snapshot restore memory alloc issue When running the snapshot command, allow receiving an initial memory map allocation for the database, avoiding future memory allocation issues. Backports commit: be2883321240340479f9e334bc4a3b2959ad7639 / PR: #17277 Co-authored-by: Fatih USTA <fatihusta86@gmail.com> Signed-off-by: Ivan Valdes <ivan@vald.es> 10 May 2024, 01:41:23 UTC
6abc349 server: Implement WithMmapSize option for backend config Accept a third argument for NewDefaultBackend for overrides to the BackendConfig. Add a new function, WithMmapSize, which modifies the backend config to provide a custom InitiamMmapSize. Backports commit: d69adf45f9e95661966204460f019b8164aaef12 / PR: #17277 Signed-off-by: Ivan Valdes <ivan@vald.es> 10 May 2024, 01:41:16 UTC
0f0af63 Merge pull request #17914 from tjungblu/backport_35_grpc_defragserv [3.5] gRPC health server sets serving status to NOT_SERVING on defrag 07 May 2024, 07:14:05 UTC
f2cbef2 Merge pull request #17931 from siyuanfoundation/3.5-downgrade-test [3.5] Backport cluster downgrade test. 06 May 2024, 18:47:56 UTC
99a6434 Add cluster downgrade test. Signed-off-by: Siyuan Zhang <sizhang@google.com> 06 May 2024, 17:31:18 UTC
a5cf841 Merge pull request #17943 from tjungblu/bboltbump_1.3.10 Bump bbolt to 1.3.10 for 3.5 06 May 2024, 10:53:27 UTC
a5eec4d Bump bbolt to 1.3.10 for 3.5 Signed-off-by: Thomas Jungblut <tjungblu@redhat.com> 06 May 2024, 10:02:49 UTC
cee181d v3rpc: run health notifier to listen on online defrag state change Backport from 3.6 in #16836 Co-authored-by: Chao Chen <chaochn@amazon.com> Signed-off-by: Thomas Jungblut <tjungblu@redhat.com> 06 May 2024, 08:03:08 UTC
2c7f6d6 Merge pull request #17920 from etcd-io/dependabot/docker/release-3.5/distroless/static-debian11-6d31326376a7834b106f281b04f67b5d015c31732f594930f2ea81365f99d60c build(deps): bump distroless/static-debian11 from `046b92c` to `6d31326` 02 May 2024, 17:34:03 UTC
22ca615 build(deps): bump distroless/static-debian11 from `046b92c` to `6d31326` Bumps distroless/static-debian11 from `046b92c` to `6d31326`. --- updated-dependencies: - dependency-name: distroless/static-debian11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 01 May 2024, 17:26:02 UTC
750bc0b gRPC health server sets serving status to NOT_SERVING on defrag gRPC health server sets serving status to NOT_SERVING on defrag Backport from 3.6 in #16278 Co-authored-by: Chao Chen <chaochn@amazon.com> Signed-off-by: Thomas Jungblut <tjungblu@redhat.com> 30 April 2024, 13:09:51 UTC
31a87cf Merge pull request #17888 from siyuanfoundation/3.5-downgrade-test [3.5] add mix version test of adding last ver to current ver. 30 April 2024, 07:10:09 UTC
daec41c e2e: add mix version test of adding last ver to current ver. Signed-off-by: Siyuan Zhang <sizhang@google.com> 29 April 2024, 18:55:52 UTC
a7a8fb8 Merge pull request #17865 from fuweid/backport-17815-35 [3.5] fix revision loss issue caused by compaction - 17780 24 April 2024, 08:50:15 UTC
0af22ab server/mvcc: should update currentRev in revMu Signed-off-by: Wei Fu <fuweid89@gmail.com> 24 April 2024, 04:28:20 UTC
c06b17b server/storage: update currentRev if scheduledCompact > currentRev Signed-off-by: Wei Fu <fuweid89@gmail.com> (cherry picked from commit 9ea234913a99670d18b66aa23915781f89713177) Signed-off-by: Wei Fu <fuweid89@gmail.com> 24 April 2024, 04:25:19 UTC
7beff57 tests/e2e: reproduce #17780 Signed-off-by: Wei Fu <fuweid89@gmail.com> (cherry picked from commit 71733911544f8fce6d06d2a8e9cca0944b3659be) Signed-off-by: Wei Fu <fuweid89@gmail.com> 24 April 2024, 04:23:33 UTC
6b03446 server/mvcc: introduce compactBeforeSetFinishedCompact failpoint Signed-off-by: Wei Fu <fuweid89@gmail.com> 24 April 2024, 04:14:27 UTC
6dce9b2 Merge pull request #17830 from ahrtr/3.5_update_compact_log_bootstrap_20240421 [3.5] Update the compaction log when bootstrap and update compact's signature 23 April 2024, 08:50:39 UTC
adf1c3f Update the compaction log when bootstrap and update compact's signature Actually the compact() never return an error, so remove the second return parameter. Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com> 21 April 2024, 12:17:07 UTC
91e9dd3 Merge pull request #17808 from siyuanfoundation/3.5-downgrade-test [3.5] add experimental-snapshot-catchup-entries flag 19 April 2024, 06:31:13 UTC
c391d69 test: add checking snapshot be sent in mix_version_test. Signed-off-by: Siyuan Zhang <sizhang@google.com> 18 April 2024, 19:08:05 UTC
692c2d2 Merge pull request #17813 from henrybear327/backport-3.5/ignore-raft-messages-if-member-id-mismatch [backport-3.5] server: ignore raft messages if member id mismatch 18 April 2024, 12:27:21 UTC
9331ee3 [backport-3.5] server: ignore raft messages if member id mismatch #17078 Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com> 17 April 2024, 11:50:23 UTC
464df4a add experimental-snapshot-catchup-entries flag. Signed-off-by: Siyuan Zhang <sizhang@google.com> 16 April 2024, 00:04:44 UTC
dad2bab Merge pull request #17531 from siyuanfoundation/3.5-downgrade-test [3.5] backport mix version e2e test. 10 April 2024, 16:38:27 UTC
c06ec72 test: add mix version e2e test. Signed-off-by: Siyuan Zhang <sizhang@google.com> 08 April 2024, 21:37:06 UTC
10e469e Merge pull request #17732 from jmhbnz/fix-release-script [3.5] Backport release script fixes 08 April 2024, 21:06:36 UTC
b671991 Merge pull request #17616 from Akiqqqqqqq/feature-wal-write-metrics [3.5] feat: add wal write system call metrics observation 08 April 2024, 07:26:44 UTC
4ffa5c5 Merge pull request #17619 from liangyuanpeng/approve_ghaction_3.5 [3.5] Add approvals gh workflows. 07 April 2024, 07:41:14 UTC
51f3134 feat: observe wal write at one time Signed-off-by: Qiuyu Wu <qiuyu.wu@shopee.com> 06 April 2024, 14:58:32 UTC
b6df59c Add approvals gh workflows. Signed-off-by: Lan Liang <gcslyp@gmail.com> 06 April 2024, 14:40:05 UTC
7f18f30 Merge pull request #17716 from ArkaSaha30/trivy-scan-head-3.5 [3.5]Add trivy scan for current branch HEAD 06 April 2024, 12:32:12 UTC
86d9874 Merge pull request #17704 from fuweid/35-cp-17462 [3.5] *: LeaseTimeToLive returns error if leader changed 05 April 2024, 07:58:04 UTC
1404f5a [3.5]Add trivy scan as a job in release workflow Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com> 04 April 2024, 19:38:21 UTC
94a1d0c *: LeaseTimeToLive returns error if leader changed The old leader demotes lessor and all the leases' expire time will be updated. Instead of returning incorrect remaining TTL, we should return errors to force client retry. Cherry-pick: d3bb6f688b4643155b4a9924cec726bdc76a1306 Signed-off-by: Wei Fu <fuweid89@gmail.com> 04 April 2024, 14:33:05 UTC
b78b214 .github: enable failpoints for integration tests And introduce helper to toggle failpoints by makefile. Signed-off-by: Wei Fu <fuweid89@gmail.com> 04 April 2024, 14:33:05 UTC
01851da Merge pull request #17708 from henrybear327/cve/3.5-bump-go-1.21.9 Bump go-version to 1.21.9 for release-3.5 due to CVE-2023-45288 04 April 2024, 14:02:27 UTC
600b6bf Bump golang.org/x/net to v0.23.0 Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com> 04 April 2024, 08:55:45 UTC
5776e21 Bump go-version to 1.21.9 for release-3.5 due to CVE-2023-45288 Reference: - PR #17703 Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com> 04 April 2024, 08:55:45 UTC
f5092bc Merge pull request #17641 from sheyt0/v3.5.13 [3.5] backport for fix retry requests when receiving ErrGPRCNotSupportedForLearner 04 April 2024, 07:31:53 UTC
130cfe9 Merge pull request #17699 from henrybear327/backport-3.5/add-initialization-for–epMu-in-contetx-client Backport initialization of mu in NewCtxClient to release-3.5 04 April 2024, 07:31:24 UTC
61a85b7 Backport initialization of mu in NewCtxClient to release-3.5 Tested against the demo code provided in PR #17001 References: - #17001 - #17018 Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com> 03 April 2024, 06:49:28 UTC
953a023 Backport updates to shellcheck ignores for release.sh script. Signed-off-by: James Blair <mail@jamesblair.net> 02 April 2024, 21:50:15 UTC
1868848 Backport rename of release script to release.sh. Signed-off-by: James Blair <mail@jamesblair.net> 02 April 2024, 20:51:54 UTC
107412f Backport update for release script to use ssh. Signed-off-by: James Blair <mail@jamesblair.net> 02 April 2024, 20:28:31 UTC
cbd0aed Merge pull request #17689 from etcd-io/dependabot/docker/release-3.5/distroless/static-debian11-046b92c933032a8ca99a66f4c79a68ac029d9a4ababd1a806a82140b3b899fd3 build(deps): bump distroless/static-debian11 from `7e5c6a2` to `046b92c` 01 April 2024, 19:21:26 UTC
d1eb35d build(deps): bump distroless/static-debian11 from `7e5c6a2` to `046b92c` Bumps distroless/static-debian11 from `7e5c6a2` to `046b92c`. --- updated-dependencies: - dependency-name: distroless/static-debian11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 01 April 2024, 17:41:43 UTC
0c2f208 Fix retry requests when receiving ErrGPRCNotSupportedForLearner Signed-off-by: Ilya Baev <ilya.baev@gcore.com> 01 April 2024, 09:07:24 UTC
c9063a0 version: bump up to 3.5.13 29 March 2024, 18:27:31 UTC
38f3eb3 Merge pull request #17625 from etcd-io/dependabot/docker/release-3.5/distroless/static-debian11-7e5c6a2a4ae854242874d36171b31d26e0539c98fc6080f942f16b03e82851ab build(deps): bump distroless/static-debian11 from `9be3fcc` to `7e5c6a2` 21 March 2024, 12:16:51 UTC
59e3f7d build(deps): bump distroless/static-debian11 from `9be3fcc` to `7e5c6a2` Bumps distroless/static-debian11 from `9be3fcc` to `7e5c6a2`. --- updated-dependencies: - dependency-name: distroless/static-debian11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 21 March 2024, 07:28:20 UTC
2ee038d Merge pull request #17612 from chaochn47/release-3.5-backport-fix-watch-event-loss-after-compact [release-3.5] backport fix watch event loss after compaction 19 March 2024, 21:00:47 UTC
46d2caa [release-3.5] backport fix watch event loss after compaction Signed-off-by: Chao Chen <chaochn@amazon.com> 19 March 2024, 01:41:17 UTC
8383107 Merge pull request #17566 from serathius/progressrequest-new-watch-3.5 [release-3.5] Fix progress notification for watch that doesn't get any events 12 March 2024, 11:00:57 UTC
579b22c Fix progress notification for watch that doesn't get any events When implementing the fix for progress notifications (https://github.com/etcd-io/etcd/pull/15237) we made a incorrect assumption that that unsynched watches will always get at least one event. Unsynched watches include not only slow watchers, but also newly created watches that requested current or older revision. In case that non of the events match watch filter, those newly created watches might become synched without any event going through. Signed-off-by: Marek Siarkowicz <siarkowicz@google.com> 11 March 2024, 19:18:26 UTC
d0a0281 Merge pull request #17550 from ivanvc/release-3.5-add-govuln-github-workflow [3.5] Add govuln GitHub workflow 08 March 2024, 17:00:56 UTC
67afad6 Add govuln GitHub workflow Signed-off-by: Ivan Valdes <ivan@vald.es> 08 March 2024, 16:30:03 UTC
65c10bc Merge pull request #17553 from ivanvc/release-3.5-bump-google-protobuf-to-1.33.0 [3.5] dependency: bump google protobuf to 1.33.0 08 March 2024, 15:57:30 UTC
e6d95c8 dependency: bump google.golang.org/protobuf to v1.33.0 Signed-off-by: Ivan Valdes <ivan@vald.es> 08 March 2024, 00:03:12 UTC
72a7e28 Merge pull request #17537 from liangyuanpeng/3.5_go_1.21.8 [3.5] Update go version to 1.21.8 06 March 2024, 10:37:29 UTC
722e5cb Update go version to 1.21.8 Signed-off-by: Lan Liang <gcslyp@gmail.com> 06 March 2024, 09:33:17 UTC
2b4ad26 Merge pull request #17483 from ahrtr/3.5_bump_bbolt_1.3.9 [3.5] Bump bbolt to v1.3.9 26 February 2024, 11:16:18 UTC
d76d847 Bump bbolt to 1.3.9 for 3.5 Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com> 24 February 2024, 15:38:49 UTC
f9b7cce Merge pull request #17482 from vivekpatani/fix-logrus [3.5] dependency: bump github.com/sirupsen/logrus to v1.9.3 24 February 2024, 07:17:13 UTC
f1d1029 dependency: bump github.com/sirupsen/logrus to v1.9.3 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 24 February 2024, 00:24:13 UTC
5cc7239 Merge pull request #15940 from HubertZhang/backport-12469-3.5 [release-3.5]pkg/types: Support Unix sockets in NewURLS 20 February 2024, 09:45:10 UTC
9b9c049 Merge pull request #17447 from halleyshx/add-keepalive-clientParams-to-grpcproxy-rel3.5 [3.5] Added client keepalive arguments to the grpc-proxy 20 February 2024, 09:44:28 UTC
a1aaa51 add uds test cases into e2e TestAuthority Signed-off-by: Chao Chen <chaochn@amazon.com> 19 February 2024, 13:26:15 UTC
80e2064 Add unix socket test to TestNewURLsValue (cherry picked from commit 75747f24bcdebefff22e27853f2ac0b71ec91ea0) Signed-off-by: Hubert Zhang <hubert.zyk@gmail.com> 19 February 2024, 12:21:31 UTC
1a9062e pkg/types: Support Unix sockets in NewURLS Resolves #12450 This commits adds support to unix/unixs socket URLs, which currently fail with the message "URL address does not have the form "host:port". It also replaces the work started in #11747. (cherry picked from commit d93b7c8cb185af5a8af8408fbfcc55a21e3d9e5a) Signed-off-by: Hubert Zhang <hubert.zyk@gmail.com> 19 February 2024, 12:21:16 UTC
9ffba74 Merge pull request #17425 from ivanvc/release-3.5-backport-ignore-old-leaders-leases-revoking-request [3.5] backport ignore old leaders leases revoking requests 18 February 2024, 14:40:20 UTC
c213177 Merge pull request #17435 from vivekpatani/fix-fmt-job *: add test-smoke to the pipeline and update test-smoke 18 February 2024, 14:39:37 UTC
31f097e added dial-keepalive-time、dial-keepalive-timeout、permit-without-stream arguments to the grpc-proxy Signed-off-by: shihuixing <shihuixing@jd.com> 18 February 2024, 12:44:25 UTC
4a90575 Backport ignore old leader's leases revoking request Backported PR #16822, commits f7e488dc9262685d6624755e0d3bb0a655863248, 67f17166bf2ba337dafb8e0ea8eea5f74a990767, and f7ff898fd6c2d6dbb54278343073aa4fa5f46a03 Signed-off-by: Ivan Valdes <ivan@vald.es> 18 February 2024, 06:16:53 UTC
c486b58 tests/e2e: backport e2e cluster setup Finish backporting the remaining functions from the original backport from PR #17075. Backported commit 65add8cec44b32682e59d2596a592038bac90dcd Signed-off-by: Ivan Valdes <ivan@vald.es> 18 February 2024, 06:16:29 UTC
9635525 *: add test-smoke to the pipeline and update test-smoke - add test-smoke to the tests.yaml pipeline - add bom and dep to the test-smoke definition - https://github.com/etcd-io/etcd/issues/17400 - https://github.com/etcd-io/etcd/issues/17401 - wait for https://github.com/etcd-io/etcd/pull/17433 to merge - wait for https://github.com/etcd-io/etcd/pull/17434 to merge Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 17 February 2024, 11:02:19 UTC
16963f1 Merge pull request #17439 from vivekpatani/fix-tools-mod [3.5] tools/mod: go mod tidy 17 February 2024, 09:15:26 UTC
7ebbc0f tools/mod: go mod tidy - perform tidy operation - https://github.com/etcd-io/etcd/issues/17400 - https://github.com/etcd-io/etcd/issues/17401 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 16 February 2024, 21:52:09 UTC
ae64528 Merge pull request #17434 from vivekpatani/fix-shellcheck *: fix failing shellchecks 16 February 2024, 08:44:05 UTC
c6e9488 Merge pull request #17433 from vivekpatani/fix-goword server: fix comment to match function name 16 February 2024, 08:30:49 UTC
f4633c8 *: fix failing shellchecks - shellcheck violations fixed - https://github.com/etcd-io/etcd/issues/17400 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 16 February 2024, 03:55:22 UTC
b9b4f1b server: fix comment to match function name - goword checks fail if function name mismatches with comment - https://github.com/etcd-io/etcd/issues/17400 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 16 February 2024, 03:46:22 UTC
b795a8f Merge pull request #17427 from ivanvc/release-3.5-implement-etcd-process-go-fail-client-timeout [3.5] Implement etcd process go fail client timeout 15 February 2024, 09:26:45 UTC
3b99fee Merge pull request #17421 from ArkaSaha30/configure_cgo_3.5 [3.5] Make CGO_ENABLED configurable 14 February 2024, 10:44:55 UTC
1115eb1 tests/e2e: implement EtcdProcess GoFailClientTimeout Signed-off-by: Ivan Valdes <ivan@vald.es> 13 February 2024, 23:21:07 UTC
e179686 Make CGO_ENABLED configurable for etcd 3.5 Signed-off-by: Arka Saha <arkas1@vmware.com> 13 February 2024, 10:31:10 UTC
ae7d493 Merge pull request #17396 from ivanvc/3.5-use-wait-leader-in-corrupt-test [3.5] tests/e2e: use WaitLeader in corrupt test 09 February 2024, 10:34:56 UTC
b2aa3a1 Merge pull request #17381 from ivanvc/3.5-backport-wait-leader [3.5] backport e2e WaitLeader 08 February 2024, 14:44:54 UTC
07c4dcb tests/e2e: use WaitLeader in corrupt test Signed-off-by: Ivan Valdes <ivan@vald.es> 08 February 2024, 01:00:09 UTC
c2b458c Merge pull request #17387 from Elbehery/backport_35_SetKeepAlivePeriod_OpenBSD [3.5] Backport ignore SetKeepAlivePeriod errors on OpenBSD 07 February 2024, 15:53:48 UTC
back to top