ahrtr
983e8ff118
update 3.5 and 3.6 changelog for recent merged PRs
2022-05-07 14:31:03 +08:00
ahrtr
cfc88b5d38
update 3.4 change log for 3.4.19
2022-05-07 14:09:15 +08:00
ahrtr
e7f8bf7c44
enhance the /version endpoint to add storageVersion
2022-05-06 20:29:42 +08:00
Hitoshi Mitake
bf472ec058
Update CHANGELOG for PR 13999
2022-05-04 00:41:36 +09:00
ahrtr
ccf178cce3
update the release date of 3.5.4
2022-04-24 19:10:54 +08:00
ahrtr
e85dc3e854
update changelog for 3.5.4 and 3.6
2022-04-22 06:17:14 +08:00
Jordan Liggitt
1f9a5d5fd6
Revert "update changelog for both 3.5 and 3.6 for the PRs of trimming the suffix dot from the target in SRV record"
...
This reverts commit 6781651e0ba792f42791f39e2e1f20a6eefac5ac.
2022-04-18 08:48:42 -04:00
Marek Siarkowicz
f409f39bb8
Update production recommendation for v3.5.3
2022-04-13 21:55:56 +02:00
Manuel Rüger
d7e498a5c6
CHANGELOG-3.5: Add #13862
...
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2022-04-12 16:53:09 +02:00
ahrtr
dfd1d49c97
update 3.6 and 3.5 change log to cover two issues
...
The first issue is to support linearizable lease renewal request.
The second issue is to prevent the consistent_index coming from
a snapshot is overwritten by the local old value.
2022-04-12 16:31:26 +08:00
ahrtr
fe3a57976e
support linearizable renew lease
...
When etcdserver receives a LeaseRenew request, it may be still in
progress of processing the LeaseGrantRequest on exact the same
leaseID. Accordingly it may return a TTL=0 to client due to the
leaseID not found error. So the leader should wait for the appliedID
to be available before processing client requests.
2022-04-10 14:44:55 +08:00
ahrtr
bd0c5a74a3
update 3.5 and 3.6 changelog to cover the data inconsistency issue
2022-04-09 05:34:24 +08:00
Marek Siarkowicz
b1610934e3
Merge pull request #13864 from serathius/logs
...
Fix inconsistent log format
2022-04-01 11:00:48 +02:00
Marek Siarkowicz
63346bfead
server: Use default logging configuration instead of zap production one
...
This fixes problem where logs json changes format of timestamp.
2022-04-01 10:23:42 +02:00
Marek Siarkowicz
88a39d780f
changelog: Update and deduplicate production recommendations
2022-03-29 19:09:01 +02:00
Manuel Rüger
b8c1ac8efd
Add Changelog entry
2022-03-24 10:00:09 +01:00
Sahdev Zala
3254125e6c
Merge pull request #13809 from kkkkun/cleanup-deprecated-commands
...
Removing deprecated commands in etcdctl & etcdutl
2022-03-23 11:21:01 -04:00
ahrtr
780e3ae935
update 3.5 changelog to cover the fix for the watchablestore runlock bug
2022-03-23 14:24:48 +08:00
Kun Zhang
1649c9dfc2
Removing deprecated commands in etcdctl & etcdutl
2022-03-23 11:05:52 +08:00
ahrtr
edce939f6e
add one more field storageVersion into StatusResponse
...
When performing the downgrade operation, users can confirm whether each member
is ready to be downgraded using the field 'storageVersion'. If it's equal to the
'target version' in the downgrade command, then it's ready to be downgraded;
otherwise, the etcd member is still in progress of processing the db file.
2022-03-18 07:04:44 +08:00
cuishuang
b7824b794b
fix some typos
...
Signed-off-by: cuishuang <imcusg@gmail.com>
fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com>
2022-03-07 20:28:53 +08:00
Piotr Tabor
088807c08e
Merge pull request #13565 from ahrtr/remove_peer_serve_client_requests
...
Updated servePeers to remove the grpc server
2022-03-01 16:24:42 +01:00
ahrtr
6f03dc7416
update 3.5 changelog to cover the PR of always printing raft_term in decimal when displaying member list in json
2022-02-24 15:24:43 +08:00
Marek Siarkowicz
509d8461a6
Merge pull request #13711 from ahrtr/quote_raft_term_on_display
...
Always print the raft_term in decimal
2022-02-22 09:51:18 +01:00
ahrtr
13e20cce5e
update 3.5 changelog to cover the PR of improving health check
2022-02-22 09:12:03 +08:00
ahrtr
5d3847577f
always print the raft_term in decimal even flag --hex is provided
2022-02-22 09:00:24 +08:00
Marek Siarkowicz
b5e224db7d
Merge pull request #13635 from ahrtr/v3_discovery
...
support v3 discovery to bootstrap a new etcd cluster
2022-02-21 21:50:40 +01:00
ahrtr
ebc86d12c0
support v3 discovery to bootstrap a new etcd cluster
2022-02-21 23:22:49 +08:00
ahrtr
6781651e0b
update changelog for both 3.5 and 3.6 for the PRs of trimming the suffix dot from the target in SRV record
2022-02-21 07:15:19 +08:00
ahrtr
5fc0092c87
trim the suffix dot from the srv.Target for etcd-client DNS lookup
2022-02-18 18:16:19 +08:00
Chao Chen
1675df37de
update 3.6 CHANGELOG
2022-02-13 20:35:51 -08:00
Marek Siarkowicz
20c89df5e5
Merge pull request #13525 from ahrtr/do_not_wait_ReadyNotify_infinitely
...
Etcd server shouldn't wait for the ready notification infinitely on startup
2022-02-08 14:50:09 +01:00
Marek Siarkowicz
aa76b32a05
release: Post v3.5.2 release updates and fixes
2022-02-01 15:36:45 +01:00
richkun
95ae9c19f0
Show db in use when print endpoint status ( #13639 )
2022-01-29 19:01:45 -08:00
ahrtr
a879ccf152
updated servePeers to remvoe the grpc server
2022-01-27 16:22:01 +08:00
ahrtr
1713dc67b5
etcd server shouldn't wait for the ready notification infinitely on startup
2022-01-27 16:19:20 +08:00
Marek Siarkowicz
db5b3a9a6d
Move changelogs to subdirectory
2022-01-26 11:46:20 +01:00
Brandon Philips
0c1329ace2
CHANGELOG: remove unupdated changelog file
...
We have been putting the changelog in the tags. Nuke this file.
2015-01-27 15:01:23 -08:00
Veres Lajos
3de2ab2c04
*: typofixes
...
https://github.com/vlajos/misspell_fixer
2014-12-04 22:51:19 +00:00
Yicheng Qin
49e0dff2b8
CHANGELOG: v0.4.6
2014-07-29 10:31:48 -07:00
Brandon Philips
13b0e72304
CHANGELOG: v0.4.5
2014-07-07 18:11:29 -07:00
Brandon Philips
4fb6087f4a
CHANGELOG: release 0.4.4
2014-06-24 10:56:53 -07:00
Brandon Philips
9970141f76
chore(server): bump to 0.4.3
2014-06-07 18:17:05 -07:00
Brandon Philips
ce92cc3dc5
feat(CHANGELOG): bump to v0.4.2
2014-06-02 14:17:38 -07:00
Brandon Philips
22c944d8ef
chore(server): bump 0.4.0+git
2014-05-20 20:55:57 -07:00
Brandon Philips
07d1eb0edb
chore(server): bump to 0.4.0
2014-05-20 17:09:22 -07:00
Brandon Philips
ddc40e5b45
doc(CHANGELOG): document v0.3.0
2014-02-07 15:54:45 -08:00
Ben Johnson
aa047b124d
v0.2.0-rc1
2013-11-13 22:34:13 -05:00
Ben Johnson
256a0428dd
CHANGELOG
2013-11-13 21:56:02 -05:00