https://github.com/coreos/etcd

sort by:
Revision Author Date Message Commit Date
8292553 Merge pull request #17576 from ivanvc/20240311-dependency-updates [2024-03-11] Bump dependencies identified by dependabot 13 March 2024, 09:53:49 UTC
ef38180 dependency: bump github.com/rivo/uniseg from 0.2.0 to 0.4.7 Signed-off-by: Ivan Valdes <ivan@vald.es> 12 March 2024, 18:12:07 UTC
0024569 dependency: bump github.com/stretchr/testify from 1.8.4 to 1.9.0 Signed-off-by: Ivan Valdes <ivan@vald.es> 11 March 2024, 18:50:27 UTC
9f5671d dependency: bump golang.org/x/sys from 0.17.0 to 0.18.0 Signed-off-by: Ivan Valdes <ivan@vald.es> 11 March 2024, 18:48:03 UTC
3996eb5 dependency: bump google.golang.org/grpc from 1.62.0 to 1.62.1 Signed-off-by: Ivan Valdes <ivan@vald.es> 11 March 2024, 18:41:17 UTC
7fae54b dependency: bump github.com/prometheus/common from 0.49.0 to 0.50.0 Signed-off-by: Ivan Valdes <ivan@vald.es> 11 March 2024, 18:32:03 UTC
ddf5471 Merge pull request #17557 from serathius/progressrequest-new-watch Fix progress notification for watch that doesn't get any events 11 March 2024, 14:42:13 UTC
3f79943 Merge pull request #17546 from ahrtr/release_criteria_20240307 Add patch version release criterion 11 March 2024, 12:12:13 UTC
6103504 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, 11:11:09 UTC
a23bee3 Merge pull request #17428 from ivanvc/reimplement-rw-heatmaps-in-go Reimplement tools/rw-heatmaps in go 11 March 2024, 09:58:33 UTC
31f034a Merge pull request #17561 from ivanvc/temporary-fix-for-coverage-test-reporting tests: temporary disable coverage redisign Go experiment 10 March 2024, 09:11:06 UTC
1576e2e tools/rw-heatmaps: reimplement in golang Signed-off-by: Ivan Valdes <ivan@vald.es> 10 March 2024, 03:26:29 UTC
da7ab15 tests: temporary disable coverage redisign Go experiment Go v1.22 has an error generating the coverage output. Disable it temporarily so GitHub workflows can run in the meantime. Signed-off-by: Ivan Valdes <ivan@vald.es> 09 March 2024, 23:07:33 UTC
4527093 Merge pull request #17559 from ivanvc/changelog-cve-2024-24786 [3.4][3.5] Changelog: Add CVE-2024-24786 remediation 09 March 2024, 10:33:51 UTC
a9cfdfd changelog: add google.golang.org/protobuf bump to v1.33.0 Signed-off-by: Ivan Valdes <ivan@vald.es> 08 March 2024, 21:40:23 UTC
ebdb882 changelog: remove line from compiling with go 1.21.6 Signed-off-by: Ivan Valdes <ivan@vald.es> 08 March 2024, 21:38:45 UTC
b81936d Merge pull request #17542 from liangyuanpeng/log changelog: add 3.4 and 3.5 note about go 1.21.8 08 March 2024, 10:11:02 UTC
9955a7e Merge pull request #17544 from jmhbnz/refine-golang-version-policy Tweak golang version policy to avoid unsupported minor versions 08 March 2024, 09:30:44 UTC
bb44958 Update golang minor version policy. Try to avoid periods of time where etcd could be on an unsupported golang version. Signed-off-by: James Blair <mail@jamesblair.net> 08 March 2024, 08:24:07 UTC
b730b3a changelog: add 3.4 and 3.5 note about go 1.21.8 Signed-off-by: Lan Liang <gcslyp@gmail.com> 08 March 2024, 07:54:25 UTC
e5029a3 Add patch version release criterion Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com> 07 March 2024, 19:02:37 UTC
266a3ba Merge pull request #17543 from ivanvc/20240304-dependency-updates [2024-03-04] Bump dependencies identified by dependabot 07 March 2024, 18:58:12 UTC
0c6b6ac dependency: bump google.golang.org/protobuf from 1.32.0 to 1.33.0 Addresses CVE-2024-24786 (https://pkg.go.dev/vuln/GO-2024-2611) Signed-off-by: Ivan Valdes <ivan@vald.es> 07 March 2024, 17:13:28 UTC
04ef9dc dependency: bump github.com/prometheus/common from 0.47.0 to 0.49.0 Signed-off-by: Ivan Valdes <ivan@vald.es> 07 March 2024, 17:13:28 UTC
60da279 dependency: bump go.opentelemetry.io/otel/sdk from 1.23.1 to 1.24.0 Signed-off-by: Ivan Valdes <ivan@vald.es> 07 March 2024, 17:13:28 UTC
b555c9e dependency: bump github.com/google/yamlfmt from 0.10.0 to 0.11.0 Signed-off-by: Ivan Valdes <ivan@vald.es> 07 March 2024, 17:13:24 UTC
a481256 Merge pull request #17393 from dusk125/go1.22 Migrate to go1.22 07 March 2024, 10:15:10 UTC
acbe5db Merge pull request #17532 from ahrtr/campaign_with_auth_20240305 Add election test with auth enabled 07 March 2024, 10:11:17 UTC
bb4b70b Migrate to go1.22 Signed-off-by: Allen Ray <alray@redhat.com> 06 March 2024, 22:15:36 UTC
a8c743f Add election test with auth enabled Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com> 05 March 2024, 19:49:49 UTC
9f8756b Merge pull request #17524 from etcd-io/dependabot/github_actions/github/codeql-action-3.24.6 build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 05 March 2024, 12:06:37 UTC
8c3bb5a Merge pull request #17518 from datbeohbbh/fix/skip-when-detect-removed-peer etcdserver: skip when detect a removed peer 05 March 2024, 09:30:42 UTC
796859c build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.5 to 3.24.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/47b3d888fe66b639e431abf22ebca059152f1eea...8a470fddafa5cbb6266ee11b37ef4d8aae19c571) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 04 March 2024, 17:26:41 UTC
46d59a2 etcdserver: skip when detect a removed peer Signed-off-by: Dat Tien Nguyen <phongtomfapp@gmail.com> 04 March 2024, 14:22:19 UTC
1249d8d Merge pull request #17508 from siyuanfoundation/verify-test Add a test status section to display testgrid status. 04 March 2024, 09:42:35 UTC
e2d159f Add a flaky test section to contributor guide. Signed-off-by: Siyuan Zhang <sizhang@google.com> 01 March 2024, 19:47:25 UTC
e68afe7 Merge pull request #17495 from etcd-io/dependabot/docker/distroless/static-debian12-0d6ada5faececed5cd3f99baa08e4109934f2371c0d81b3bff38924fe1deea05 build(deps): bump distroless/static-debian12 from `2eb0c79` to `0d6ada5` 28 February 2024, 10:52:45 UTC
a16c09d Merge pull request #17492 from etcd-io/dependabot/github_actions/github/codeql-action-3.24.5 build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 28 February 2024, 10:51:51 UTC
942a95b Merge pull request #17469 from WilliamDEdwards/chore/add-Cyberfusion-adopter Add Cyberfusion to adopters 28 February 2024, 10:03:33 UTC
00dad3b Merge pull request #17503 from jmhbnz/weekly-dependency-update [2024-02-27] Bump dependencies identified by dependabot 28 February 2024, 09:50:12 UTC
e0955af depdendency: bump google.golang.org/grpc from 1.61.1 to 1.62.0. Signed-off-by: James Blair <mail@jamesblair.net> 28 February 2024, 08:08:42 UTC
170948f depdendency: bump go.opentelemetry.io/otel from 1.23.1 to 1.24.0. Signed-off-by: James Blair <mail@jamesblair.net> 28 February 2024, 08:03:45 UTC
bca74ee build(deps): bump distroless/static-debian12 from `2eb0c79` to `0d6ada5` Bumps distroless/static-debian12 from `2eb0c79` to `0d6ada5`. --- updated-dependencies: - dependency-name: distroless/static-debian12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 26 February 2024, 17:13:03 UTC
4a2f0c8 build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/379614612a29c9e28f31f39a59013eb8012a51f0...47b3d888fe66b639e431abf22ebca059152f1eea) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 26 February 2024, 17:07:41 UTC
786da87 Merge pull request #17485 from ahrtr/core_dependencies_20240224 Clarify the core dependencies mappings: bbolt and raft 26 February 2024, 12:13:59 UTC
14a6d3f Merge pull request #17486 from ahrtr/changelog_20240225 Update changelogs to cover the bumping bbolt to v1.3.9 for both 3.4.31 and 3.5.13 26 February 2024, 11:16:38 UTC
2e3f2b5 Update changelogs to cover the bumping bbolt to v1.3.9 for both 3.4.31 and 3.5.13 Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com> 26 February 2024, 09:20:14 UTC
05aa979 Merge pull request #17488 from halleyshx/grpcproxy-changelog3.5-of-pr17447 update CHANGELOG-3.5.md for #17447 26 February 2024, 09:19:13 UTC
b95c65e update CHANGELOG-3.5.md for #17447 Signed-off-by: shihuixing <shihuixing@jd.com> 26 February 2024, 01:36:30 UTC
9c994a4 Clarify the core dependencies mappings: bbolt and raft Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com> 24 February 2024, 20:12:07 UTC
2e7ed80 Merge pull request #17481 from srivastav-abhishek/timeout-fix Increased timeout to fix TestHashKVWhenCompacting test 23 February 2024, 12:04:25 UTC
e1ceb7d Merge pull request #17480 from ivanvc/update-3.4-and-3.5-changelog-with-backport-ignore-old-leader-leases-revoking-requests [3.4][3.5] changelog: Add ignore old leader's leases revoking requests 23 February 2024, 10:45:30 UTC
fe11302 Increased timeout to fix HashKV test Signed-off-by: Abhishek Kr Srivastav <Abhishek.kr.srivastav@ibm.com> 23 February 2024, 10:28:57 UTC
610f527 changelog: Add ignore old leader's leases revoking requests Signed-off-by: Ivan Valdes <ivan@vald.es> 23 February 2024, 05:36:20 UTC
8c7f911 Merge pull request #17359 from siyuanfoundation/verify-test Add VerifyTxConsistency to backend. 22 February 2024, 20:17:01 UTC
3565a82 Add VerifyTxConsistency to backend. Signed-off-by: Siyuan Zhang <sizhang@google.com> Update server/storage/backend/verify.go Co-authored-by: Benjamin Wang <benjamin.wang@broadcom.com> Update server/storage/backend/verify.go Co-authored-by: Benjamin Wang <benjamin.wang@broadcom.com> 22 February 2024, 19:31:16 UTC
47e9a16 Merge pull request #17478 from tjungblu/add_prow_template Update flake issue template to include prow 22 February 2024, 18:49:52 UTC
cea3f4d Merge pull request #17466 from jmhbnz/weekly-dependency-update [2024-02-20] Bump dependencies identified by dependabot 22 February 2024, 18:13:40 UTC
d9b9299 Add Cyberfusion to adopters Signed-off-by: William Edwards <wedwards@cyberfusion.nl> 22 February 2024, 17:55:53 UTC
e54bd67 Merge pull request #17473 from jmhbnz/update-changelog-for-compaction-logs CHANGELOG: Add entries for updated compaction logs 22 February 2024, 14:04:45 UTC
f9c9bad Update flake issue template to include prow Signed-off-by: Thomas Jungblut <tjungblu@redhat.com> 22 February 2024, 12:36:38 UTC
946ca77 Merge pull request #17475 from MadhavJivrajani/with-require-leader tests/robustness: use WithRequireLeader in Kubernetes traffic 22 February 2024, 11:12:40 UTC
0b27570 tests/robustness: use WithRequireLeader in Kubernetes traffic Kubernetes uses WithRequireLeader to modify the context passed to the Watch() and RequestProgress() calls in order to ensure that a leader is present in the cluster before serving the request. This commit mimics that behaviour in the Kubernetes traffic. Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com> 22 February 2024, 09:31:33 UTC
9713761 depdendency: github.com/prometheus/common from 0.46.0 to 0.47.0. Signed-off-by: James Blair <mail@jamesblair.net> 22 February 2024, 09:25:22 UTC
f8141bc depdendency: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.47.0 to 0.48.0. Signed-off-by: James Blair <mail@jamesblair.net> 22 February 2024, 09:25:22 UTC
df1727f depdendency: github.com/prometheus/client_model from 0.5.0 to 0.6.0. Signed-off-by: James Blair <mail@jamesblair.net> 22 February 2024, 09:25:22 UTC
08cacf1 depdendency: google.golang.org/grpc from 1.61.0 to 1.61.1. Signed-off-by: James Blair <mail@jamesblair.net> 22 February 2024, 09:25:22 UTC
33143d9 Merge pull request #17471 from serathius/revert-prevkv Revert "tests/robustness: check for compaction before prevKV validation" 22 February 2024, 08:35:24 UTC
6ea83db Add changelog entry for updated compaction logs. Signed-off-by: James Blair <mail@jamesblair.net> 21 February 2024, 19:44:13 UTC
3a351c2 Revert "tests/robustness: check for compaction before prevKV validation" This reverts commit 5d7f58d14be1da5135d158dad6fc43391cbf6283. Signed-off-by: Marek Siarkowicz <siarkowicz@google.com> 21 February 2024, 15:15:40 UTC
f8f0bf9 Merge pull request #17446 from potherca-contrib/typo/etcdctl/README.md Fix typo in etcdctl/README.md 20 February 2024, 18:49:39 UTC
7226d3e Merge pull request #15983 from HubertZhang/changelog-15940 update changelog for #15940 20 February 2024, 10:16:32 UTC
621d068 Merge pull request #17462 from etcd-io/dependabot/docker/distroless/static-debian12-2eb0c793360d26aace9b88fb9cf1a4f680140e7fb7d68d86de1fe63dbc1a7660 build(deps): bump distroless/static-debian12 from `4a2c1a5` to `2eb0c79` 20 February 2024, 10:09:51 UTC
5c311d5 Merge pull request #17450 from MadhavJivrajani/check-compaction-prevkv tests/robustness: check for compaction before prevKV validation 20 February 2024, 09:42:26 UTC
c0e1b86 update changelog for #15940 Signed-off-by: Hubert Zhang <hubert.zyk@gmail.com> 20 February 2024, 04:37:04 UTC
11ff264 Merge pull request #17461 from etcd-io/dependabot/github_actions/github/codeql-action-3.24.3 build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 19 February 2024, 19:39:27 UTC
328ef37 build(deps): bump distroless/static-debian12 from `4a2c1a5` to `2eb0c79` Bumps distroless/static-debian12 from `4a2c1a5` to `2eb0c79`. --- updated-dependencies: - dependency-name: distroless/static-debian12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 19 February 2024, 17:31:26 UTC
e43f27b build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.0 to 3.24.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 19 February 2024, 17:23:17 UTC
5d7f58d tests/robustness: check for compaction before prevKV validation We can check for the condition that Kubernetes checks for, i.e. prevKV can be nil iff the event is not a create a event, only if we know whether compaction has occured or not. If compaction has occured, prevKV can be nil and that is completely valid. This commit checks if compaction took place during the test run by querying the /metrics endpoint. Based on if compaction occured, we now check the Kubernetes condition in the prevKV robustness test. Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com> 19 February 2024, 11:35:59 UTC
8814e03 Merge pull request #17449 from ArkaSaha30/update-changelog-3.4-3.5 Add `Make CGO_ENABLED configurable` to CHANGELOG 19 February 2024, 11:35:51 UTC
b57a5b5 Add Make CGO_ENABLED configurable to CHANGELOG Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com> 19 February 2024, 10:27:42 UTC
97fc1ec Merge pull request #17366 from halleyshx/add-keepalive-clientParams-to-proxy Added client keepalive arguments to the grpc-proxy 19 February 2024, 09:40:17 UTC
bc814f7 Fix typo in etcdctl/README.md `requets` => `request` Signed-off-by: Ben Peachey <github@pother.ca> 18 February 2024, 12:38:33 UTC
b601362 Merge pull request #17445 from vivekpatani/inv-PRISMA-2023-0056 *: update logrus to v1.9.3 18 February 2024, 09:30:39 UTC
2eda06a *: update logrus to v1.9.3 - update logrus to address PRISMA-2023-0056 - https://github.com/etcd-io/etcd/issues/17268 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com> 18 February 2024, 05:35:54 UTC
7d640a5 Merge pull request #17441 from fuweid/using-retErr server/verify: use retErr to shadow local err 17 February 2024, 13:26:48 UTC
0354d39 server/verify: use retErr to shadow local err validateConsistentIndex function might return err but defer might still log it's successful. Signed-off-by: Wei Fu <fuweid89@gmail.com> 17 February 2024, 09:21:19 UTC
e0cb943 Merge pull request #17429 from jmhbnz/update-membership-process Update membership process to reflect kubernetes/org automation 17 February 2024, 09:20:14 UTC
484b115 Merge pull request #16603 from redwrasse/redwrasse/contention-cleanup cleanup contention.go docs, Observe param name 16 February 2024, 09:13:47 UTC
55fa8c9 cleanup contention.go docs, Observe param name Signed-off-by: redwrasse <mail@redwrasse.io> 16 February 2024, 08:06:31 UTC
57f24f5 Update org membership process for new members. To reflect the new sig-etcd process of using the kubernetes/org automation. Signed-off-by: James Blair <mail@jamesblair.net> 15 February 2024, 11:05:18 UTC
9d27d24 Remove defunct org membership request template. Signed-off-by: James Blair <mail@jamesblair.net> 15 February 2024, 11:04:15 UTC
840d486 Merge pull request #17426 from MadhavJivrajani/robustness-tests-cleanup tests/robustness: refactors, cleanups and followups 15 February 2024, 08:23:05 UTC
b0d0476 Merge pull request #17423 from nitishfy/Nitish/error-validation feat: add `TestNoErrorLogsDuringNormalOperations` e2e test to validate error logs during etcd bootstrap 14 February 2024, 14:44:41 UTC
3f98ee7 etcdserver: add TestErrorLogs test to check for error logs Signed-off-by: NitishKumar06 <justnitish06@gmail.com> fix static analysis check Signed-off-by: NitishKumar06 <justnitish06@gmail.com> minor fixes Signed-off-by: NitishKumar06 <justnitish06@gmail.com> 14 February 2024, 13:20:04 UTC
ccc4318 Merge pull request #17277 from ivanvc/fixes-etcdutl-memory-allocation-issue etcdutl: Fix snapshot restore memory alloc issue 14 February 2024, 11:41:14 UTC
b51a834 tests/robustness: allow persisting result reports for successful runs Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com> 14 February 2024, 10:58:47 UTC
cdd018a tests/robustness: add a robustness test for validating create events Split off valdiating create events from the prevKV test. The added test tests the following two: - A create event should not exist in our past history - A non-create event should exist in our past history Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com> 14 February 2024, 10:58:44 UTC
4fa07a1 tests/robustness: make merging histories work on []PersistedEvent Event histories after merging serve as an authorotative list of events that can be seen as ones persisted by etcd, we don't need PrevValue as part of it. Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com> 14 February 2024, 10:14:08 UTC
83817ac Merge pull request #17352 from MadhavJivrajani/with-prev-key-robustness-test tests/robustness: add robustness test for watch with PrevKV() 14 February 2024, 08:24:33 UTC
back to top