From 03194e527fcb5e596ee39cb95ff0f7b8117a5912 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 8 Sep 2020 09:20:26 +0200 Subject: [PATCH] changelog: add entry for GH-258 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9797ae2a..8064368d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ FEATURES: * __Datadog APM__: Datadog can be used as an APM source [[GH-241](https://github.com/hashicorp/nomad-autoscaler/pull/241)] * __Telemetry__: Initial telemetry implementation to emit key stats for monitoring [[GH-238](https://github.com/hashicorp/nomad-autoscaler/pull/238)] +IMPROVEMENTS: + * cluster_scaling: allow Nomad client nodes to be optionally purged after termination [[GH-258](https://github.com/hashicorp/nomad-autoscaler/pull/258)] + BUG FIXES: * plugins: fix an issue which caused a failure to launch multiple plugins using the same driver [[GH-222](https://github.com/hashicorp/nomad-autoscaler/issues/222)] * policy: fix an issue where the Nomad Autoscaler would fail to canonicalize Nomad APM queries with non-default plugin name [[GH-216](https://github.com/hashicorp/nomad-autoscaler/issues/216)]