mirror of https://github.com/status-im/consul.git
Update CHANGELOG.md
This commit is contained in:
parent
5e1c6e907b
commit
82f1eacb14
|
@ -1,6 +1,7 @@
|
|||
## UNRELEASED
|
||||
|
||||
FEATURES
|
||||
|
||||
* agent: store check type in catalog [[GH-6561](https://github.com/hashicorp/consul/pull/6561)]
|
||||
* agent: update force-leave to allow for complete removal of members [[GH-6571](https://github.com/hashicorp/consul/issues/6571)]
|
||||
* agent: updates to the agent token trigger anti-entropy full syncs [[GH-6577](https://github.com/hashicorp/consul/issues/6577)]
|
||||
|
@ -17,6 +18,7 @@ IMPROVEMENTS
|
|||
|
||||
BUG FIXES
|
||||
|
||||
* agent: minimum quorum check added to Autopilot with minQuorum option [[GH-6654](https://github.com/hashicorp/consul/issues/6654)]
|
||||
* agent: cache notifications work after error if the underlying RPC returns index=1 [[GH-6547](https://github.com/hashicorp/consul/issues/6547)]
|
||||
* agent: tolerate more failure scenarios during service registration with central config enabled [[GH-6472](https://github.com/hashicorp/consul/issues/6472)]
|
||||
* cache: remove data race in agent cache [[GH-6470](https://github.com/hashicorp/consul/issues/6470)]
|
||||
|
|
Loading…
Reference in New Issue