diff --git a/CHANGELOG.md b/CHANGELOG.md index cccff0ac4..c41ff97e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ IMPROVEMENTS: * core: `distinct_property` constraint can set the number of allocations that are allowed to share a property value [GH-2942] * core: Lost allocations replaced even if part of failed deployment [GH-2961] + * core: Placing allocation counts towards placement limit fixing issue where + rolling update could remove an unnecessary amount of allocations [GH-3070] * api: Redact Vault.Token from AgentSelf response [GH-2988] * client: Unmount task directories when alloc is terminal [GH-3006] * client/template: Allow template to set Vault grace [GH-2947]