From bbf95d304f64786dae07a3875c42b345baaa5bf1 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Wed, 29 Apr 2020 09:28:04 +0200 Subject: [PATCH] changelog: add entries for GH-106, GH-107 and GH-108. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 941848e1..b8a1fe6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## UNRELEASED +IMPROVEMENTS: + * agent: improve command error output message when setting up agent [[GH-106](https://github.com/hashicorp/nomad-autoscaler/pull/106)] + * agent: skip scaling action if the desired count matches the current count [[GH-108](https://github.com/hashicorp/nomad-autoscaler/pull/108)] + * plugin: use the logger rather than fmt.Print to output Prometheus query warnings [[GH-107](https://github.com/hashicorp/nomad-autoscaler/pull/107)] + ## 0.0.1-techpreview2 (April 9, 2020) IMPROVEMENTS: