diff --git a/CHANGELOG.md b/CHANGELOG.md index 675553e5e..fba7de93e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)]