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

sort by:
Revision Author Date Message Commit Date
946a5a6 version: 3.5.0 Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 15 June 2021, 21:34:52 UTC
1e2cab9 Merge pull request #13099 from tangcong/automated-cherry-pick-of-#13077-origin-release-3.5 [backport 3.5] embed: unlimit the recv msg size of grpc-gateway 11 June 2021, 01:28:31 UTC
53e04b2 embed: unlimit the recv msg size of grpc-gateway Ensure the client which access etcd via grpc-gateway won't be limited by the MaxCallRecvMsgSize. Here we choose the same default value of etcdcli as grpc-gateway's MaxCallRecvMsgSize. Fix https://github.com/etcd-io/etcd/issues/12576 10 June 2021, 23:53:49 UTC
8139dd3 version: 3.5.0-rc.1 Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 09 June 2021, 21:57:52 UTC
5d52fae Merge pull request #13095 from hexfusion/cp-13049 [release-3.5]: [Fix] --log-outputs relative path are not supported when --log-rotate-config-json is defined 09 June 2021, 19:01:09 UTC
98bbc01 TestLogRotation add log output relative path TestLogRotation add test log output relative path test 09 June 2021, 18:12:07 UTC
fed3bc3 [Fix]滚动日志路径解析不正确 例如 rotate:test.log 路径解析不正确 09 June 2021, 18:12:07 UTC
b327edf Merge pull request #13092 from lilic/bump-client-golang-3.5 [release-3.5]: Update client_golang dependency to v1.11.0 08 June 2021, 00:52:09 UTC
9fee8bf Update client_golang dependency to v1.11.0 07 June 2021, 13:54:57 UTC
e721e4e Merge pull request #13088 from gyuho/c [backport 3.5] etcdserver: don't attempt to grant nil permission to a role 04 June 2021, 23:22:03 UTC
e27effa etcdserver: don't attempt to grant nil permission to a role Prevent etcd from crashing when given a bad grant payload, e.g.: $ curl -d '{"name": "foo"}' http://localhost:2379/v3/auth/role/add {"header":{"cluster_id":"14841639068965178418", ... $ curl -d '{"name": "foo"}' http://localhost:2379/v3/auth/role/grant curl: (52) Empty reply from server Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 04 June 2021, 22:34:22 UTC
abe57c1 Merge pull request #13085 from gyuho/c [backport 3.5] etcdserver: don't activate alarm w/missing AlarmType 04 June 2021, 22:12:28 UTC
ae194c1 etcdserver: don't activate alarm w/missing AlarmType Narrowly prevent etcd from crashing when given a bad ACTIVATE payload, e.g.: $ curl -d "{\"action\":\"ACTIVATE\"}" ${ETCD}/v3/maintenance/alarm curl: (52) Empty reply from server 04 June 2021, 21:21:04 UTC
ab20aa2 version: 3.5.0-rc.0 Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 04 June 2021, 01:39:37 UTC
a6b37e2 Merge pull request #13081 from wilsonwang371/20210603-backport13075 backport-3.5: server: skip unnecessary sprintf which executes proto.Size() 03 June 2021, 20:53:49 UTC
4563ceb server: skip unnecessary sprintf which executes proto.Size() (cherry picked from commit 11edc76b15f0a1b8a3cf7e2d91f59978b93407b5) 03 June 2021, 20:21:23 UTC
3a82198 Merge pull request #13079 from ptabor/20210604-deps-3.5 backport-3.5: Update of dependencies:zap, bbolt, grpc, ... 03 June 2021, 16:18:27 UTC
a5523be Update of dependencies: - zap-1.17.0 - bbolt-1.3.6 - grpc -1.38 - github.com/coreos/go-systemd/v22 v22.3.2 - github.com/google/btree v1.0.1 - github.com/json-iterator/go v1.1.11 03 June 2021, 13:19:33 UTC
fea5ace Merge pull request #13064 from serathius/v3.5-limit Backport #13060 to release-3.5 01 June 2021, 15:18:47 UTC
9a18742 etcdserver: Fix invalid count returned on Range with Limit 01 June 2021, 14:12:53 UTC
6cd7c02 Merge pull request #13055 from ptabor/20210528-beckport-integration-fixes 30 May 2021, 20:35:15 UTC
3f13d3a integration.BeforeTest can be run without leak-detection. 28 May 2021, 08:01:36 UTC
7b244ae Merge pull request #13043 from ptabor/cherry-picks-3.5 backport-3.5: Expose clientv3.CreateDefaultZapLoggerConfig 26 May 2021, 17:06:36 UTC
4af7fc3 Expose clientv3.CreateDefaultZapLoggerConfig Need raised in https://github.com/kubernetes/kubernetes/pull/102137/commits/f3f4259d3f7be69964d147c191b6e499358faa15. BTW: Alligned the implementation of grpclogs with what we use in embed server, so reduced the client code dependencies. 26 May 2021, 10:52:46 UTC
b3f16d6 version: 3.5.0-beta.4 Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 26 May 2021, 00:48:48 UTC
16214c3 Merge pull request #13037 from ptabor/cherry-picks-3.5 Backport-3.5: seq reset + bucket as object 25 May 2021, 08:27:48 UTC
e6baf6d Represent bucket as object instead of []byte name. Thanks to this change: - all the maps bucket -> buffer are indexed by int's instead of string. No need to do: byte[] -> string -> hash conversion on each access. - buckets are strongly typed in backend/mvcc API. 25 May 2021, 07:22:25 UTC
8bddbdc Rename seq to bucket2seq. 25 May 2021, 07:21:07 UTC
d3b3228 Minor formatting fix on top of https://github.com/etcd-io/etcd/pull/12568 25 May 2021, 07:21:07 UTC
261f8b1 backend: set seq flag for each bucket buffer 25 May 2021, 07:21:06 UTC
dd22bd7 Merge pull request #13036 from gyuho/cherry-pick [release-3.5] server: set multiple concurrentReadTx instances share one txReadBuffer. 25 May 2021, 01:00:09 UTC
7a7d6f9 server: set multiple concurrentReadTx instances share one txReadBuffer. Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 24 May 2021, 23:59:42 UTC
c0d1450 Merge pull request #13003 from gyuho/cherry-pick [backport release-3.5] applyV2 should reapply on backend only once 19 May 2021, 06:50:10 UTC
c4ebac0 applyV2 should reapply on backend only once During review of: https://github.com/etcd-io/etcd/pull/12988 spotted that PUT is actially writing to v3-backend. If we are replaying WAL log, it might happened that backend's applied_index is > than the WAL's log entry. In such situation we should skip applying on backend V3. I think both the methods (setVersion, setMembersAttributes) are in practice idempotent so its not that 'serious' problem, but for formal correctness adding the proper checks. 19 May 2021, 06:16:59 UTC
379c361 version: 3.5.0-beta.3 Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 18 May 2021, 13:44:35 UTC
163d9fd Merge pull request #12998 from hexfusion/cp-12997 Manual cherry pick of #12997 18 May 2021, 12:20:41 UTC
d06c972 scripts: add missing etcdutl to release pipeline Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 18 May 2021, 11:57:27 UTC
1a8a063 version: 3.5.0-beta.2 Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 18 May 2021, 10:32:19 UTC
e46bcb5 version: 3.5.0-beta.1 Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 18 May 2021, 01:50:03 UTC
535a944 Merge pull request #12990 from gyuho/backport release-3.5: backport set version panic fix, ARM64 tests 17 May 2021, 21:12:47 UTC
84d9187 github/workflow: run arm64 tests for all branches startin from 3.5 Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 17 May 2021, 20:52:11 UTC
2042d2a use v2 api to update cluster version 17 May 2021, 20:50:38 UTC
cf54fab version: v3.5.0-beta.0 Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 17 May 2021, 17:29:57 UTC
c49444d *: Remove Changelog Signed-off-by: Sam Batschelet <sbatsche@redhat.com> 17 May 2021, 17:15:29 UTC
932d42b Merge pull request #12971 from ptabor/20210514-split-etcdctl Split etcdctl into etcdctl (public API access) & etcdutl (direct surgery on files) 17 May 2021, 12:07:20 UTC
3f7a038 Fixed documentation and scripts. 17 May 2021, 09:54:03 UTC
949c1c2 Updated changelog. 17 May 2021, 09:54:03 UTC
d99d0df Adding etcdutl test coverage. 17 May 2021, 09:54:03 UTC
b6a8ae8 add `etcdutl version`. make it cov-tests compatible. 17 May 2021, 09:54:03 UTC
c09aca1 Split etcdctl into etcdctl (public API access) & etcdutl (direct surgery on files) Motivation is as follows: - etcdctl we only depend on clientv3 APIs, no dependencies of bolt, backend, mvcc, file-layout - etcdctl can be officially supported across wide range of versions, while etcdutl is pretty specific to file format at particular version. it's step towards desired modules layout, documented in: https://etcd.io/docs/next/dev-internal/modules/ 17 May 2021, 09:54:03 UTC
1675101 Merge pull request #12981 from ptabor/20210516-fix-release-script Fix release script: add `go mod tidy` after go.mod changes 17 May 2021, 09:35:21 UTC
2712c78 Fix release script: add `go mod tidy` Seems that additinal refresh of go.sum files is needed during the release process after editing the versions of modules. Discovered the problem while I was testing whether etcdutl is properly included in the target binaries using: ``` DRY_RUN=true REPOSITORY=\`pwd\` BRANCH='branch-with-etcdutl' ./scripts/release 3.5.0-foobar.2 ``` 16 May 2021, 18:43:12 UTC
f82b5cb Bring back original NewZapCoreLoggerBuilder api. (#12973) The funcion signature has been changed in: eafbc8c57efc716644c328f63677ca7eadeebdfe . Instead we should have added new method `NewZapLoggerBuilder()`. 16 May 2021, 17:26:10 UTC
9501e8e Merge pull request #12980 from aaronjheng/typo Fix typo in CHANGELOG 16 May 2021, 14:18:46 UTC
549a0f6 docs: Fix typo in CHANGELOG 16 May 2021, 13:44:57 UTC
adcf580 Merge pull request #12976 from ptabor/20210516-fix-coverage Fix coverage tests 16 May 2021, 13:27:38 UTC
099fd65 Fix coverage test failure: e2e TestIssue6361. Tested with: ``` (cd tests && COVERDIR='../../c' 'env' 'go' 'test' '-tags=cov' '-timeout' '30m' 'go.etcd.io/etcd/tests/v3/e2e' -run TestIssue6361 -v 2>&1 | tee log.log) ``` 16 May 2021, 08:58:41 UTC
c7a7647 Fix path to the coverage folder for e2e tests. 16 May 2021, 07:49:50 UTC
13ef6fc Fix coverage tests 2 problems: - spawnCmdWithLogger was not implemented (when built with 'cov' tag) - the logic was depending on relative paths. We change it to absolute to be able to run in the test-specific temporary directories. 16 May 2021, 07:49:50 UTC
bca0717 Rename master to main in README and other *.md files (#12977) 16 May 2021, 06:46:05 UTC
3ed0cb1 Update modules to more stable versions. (#12975) 16 May 2021, 06:32:27 UTC
a6be383 Merge pull request #12974 from ptabor/20210515-fix-to-testing-env Fixes to CI configs 15 May 2021, 15:24:35 UTC
27c7439 Fixes to CI configs. - Moves grpcproxy & functional tests to a separate workflows such thay can get restarted independently. - Configures travis to run 1.16.3 go version (as travis cannot resolve 1.16 to the default). 15 May 2021, 14:50:28 UTC
85341e0 Merge pull request #12968 from serathius/logger-simplify server: Simplify passing logger setup by passing only logger 15 May 2021, 13:58:00 UTC
ddc4f47 Merge pull request #12965 from ptabor/20210513-flake-in-e2e-debugging Fix flakes due to 'shared dir' in grpcproxy e2e tests 15 May 2021, 11:21:12 UTC
d8550de Fix pkg/proxy tests such that they don't leek goroutines and do close transports. 14 May 2021, 20:45:59 UTC
8981afb Fix unit tests logging config. 14 May 2021, 20:45:57 UTC
c18010c etcdproxy e2e tests should run in dedicated directories. So far all proxies were sharing the same (current) directory, leading to tests flakes, e.g. due to certificates being overriden in autoTLS mode. 14 May 2021, 20:42:31 UTC
582d02e E2E tests should log commandlines used to spawn etcd or etcd proxy binaries. 14 May 2021, 20:42:31 UTC
f5c2681 Loggers to catch the e2e flake. 14 May 2021, 20:42:31 UTC
f2bc5ee Merge pull request #12969 from ptabor/20210514-etcdctl-step-by-step Refactor common code from etcdctl (v2,v3) to pkg/corbautl. 14 May 2021, 19:14:37 UTC
00c6090 Refactor common code from etcdctl (v2,v3) to pkg/corbautl. Preparation for etcdutl split. 14 May 2021, 12:16:53 UTC
41ed748 server: Simplify passing logger setup by passing only logger 14 May 2021, 11:14:48 UTC
eae7a84 Merge pull request #12964 from ptabor/main Persists Term in the (bbolt) Backend 14 May 2021, 04:35:21 UTC
ab586cd Persists Term in the (bbolt) Backend. Additional layer of protection, that allows to validate whether we start replaying log not only from the proper 'index', but also of the right 'term'. 13 May 2021, 19:29:01 UTC
e44fb40 Merge pull request #12962 from ptabor/20210513-write-conf-state Save raftpb.ConfState in the backend. 13 May 2021, 17:22:28 UTC
6ce7f74 Update changelog for storage format changes. 13 May 2021, 17:21:25 UTC
e2d67f2 Merge pull request #12956 from gyuho/rename-to-main *: rename "master" branch references to "main" in source code 13 May 2021, 15:26:33 UTC
865df75 Save raftpb.ConfState in the backend. This makes (bbolt) backend a full feature snapshot in term of WAL/raft, i.e. carries: - commit : (applied_index) - confState Benefits: - Backend will be a sufficient point in time definition sufficient to start replaying WAL. We have applied_index & confState in consistent state. - In case of emergency a backend state can be used for recovery 13 May 2021, 12:29:36 UTC
3cb1ba4 Merge pull request #12954 from serathius/logger-new-ctx-client client: Add logger argument to NewCtxClient 13 May 2021, 07:03:38 UTC
178fb87 Merge pull request #12943 from ptabor/20210430-v2-deprecation-flags --v2-deprecation flag: opt-in mode to validate that store-v2 has no user-content 13 May 2021, 07:03:12 UTC
fbbf284 Merge pull request #12957 from spzala/writeoutformat doc: fix output flag format 12 May 2021, 18:50:53 UTC
5f76adf doc: fix output flag format Add missing dash in the flag. 12 May 2021, 18:13:08 UTC
cd6d730 raft: rename "master" branch references to "main" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 May 2021, 17:41:39 UTC
b6562a2 .github: rename "master" branch references to "main" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 May 2021, 17:41:24 UTC
5a0a1a4 markdowns: rename "master" branch references to "main" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 May 2021, 17:41:02 UTC
3d4629c hack,scripts: rename "master" branch references to "main" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 May 2021, 17:40:28 UTC
6bab63e tools: rename "master" branch references to "main" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 May 2021, 17:39:53 UTC
a8e1cf0 client: rename "master" branch references to "main" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 May 2021, 17:38:50 UTC
19fcefa tests: rename "master" branch references to "main" Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 May 2021, 17:38:12 UTC
77c8033 server: rename "master" branch references Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 May 2021, 17:37:35 UTC
79e3d7b Add e2e tests for --v2-deprecation flag. 12 May 2021, 17:20:49 UTC
57d9666 Merge pull request #12950 from gyuho/badge README: add badges for all github action workflows 12 May 2021, 16:18:28 UTC
6fdd82f README: add badges for all github action workflows Signed-off-by: Gyuho Lee <leegyuho@amazon.com> 12 May 2021, 16:16:31 UTC
ead81df Disallow -v2-deprecation>'not-yet' combined with --enable-v2 12 May 2021, 16:09:34 UTC
7c50874 Adding --v2-deprecation flag. 12 May 2021, 16:09:34 UTC
f3b4a3e Detecting whether v2store is "empty" (metadata only). 12 May 2021, 16:09:34 UTC
1189ee3 client: Add logger argument to NewCtxClient 12 May 2021, 14:40:55 UTC
d982fe7 Merge pull request #12952 from serathius/go1.16.4 Swtich CI to use newest available 1.16 Go version 12 May 2021, 14:11:50 UTC
c868bb9 github actions: Switch CI to use newest available 1.16 version 12 May 2021, 13:25:16 UTC
back to top