From 78c0641829368ea2f351893315bde523ce610b41 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Thu, 1 Apr 2021 09:13:31 +0200 Subject: [PATCH] changelog: add entries for #433 and #436 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea90028..26a8cc86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## UNRELEASED FEATURES: + * __Fixed Value Strategy__: A strategy plugin that scales to a constant configured value [[GH-436](https://github.com/hashicorp/nomad-autoscaler/pull/436)] + * __Pass Through Strategy__: A strategy plugin uses the APM metric value as the output desired value [[GH-433](https://github.com/hashicorp/nomad-autoscaler/pull/433)] * plugins/target: Horizontal cluster scaling targets can now configure `node_selector_strategy` to control the process which identifies nodes for termination [[GH-435](https://github.com/hashicorp/nomad-autoscaler/pull/435)] IMPROVEMENTS: