From 564da575e115f3ac4c113067e319e8b4c153abf1 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 26 Sep 2018 14:53:15 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6e1346d..d2349881a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,29 @@ IMPROVEMENTS: parameterized and periodic jobs [[GH-4392](https://github.com/hashicorp/nomad/issues/4392)] * vendor: Removed library obsoleted by go 1.8 [[GH-4469](https://github.com/hashicorp/nomad/issues/4469)] +BUG FIXES: + +## 0.8.6 (September 26, 2018) + +IMPROVEMENTS: +* core: Increased scheduling performance when annotating existing allocations + [[GH-4713](https://github.com/hashicorp/nomad/issues/4713)] +* core: Unique TriggerBy for evaluations that are created to place queued + allocations [[GH-4716](https://github.com/hashicorp/nomad/issues/4716)] BUG FIXES: - * core: Fixed a bug in nomad enterprise where non voting servers would get bootstrapped as voting servers [[GH-4702](https://github.com/hashicorp/nomad/issues/4702)] +* core: Fix a bug in Nomad Enterprise where non-voting servers could get + bootstrapped as voting servers [[GH-4702](https://github.com/hashicorp/nomad/issues/4702)] +* core: Fix an issue where an evaluation could fail if an allocation was being + rescehduled and the node containing it was at capacity [[GH-4713](https://github.com/hashicorp/nomad/issues/4713)] +* core: Fix an issue in which schedulers would reject evaluations created when + prior scheduling for a job failed [[GH-4712](https://github.com/hashicorp/nomad/issues/4712)] +* cli: Fix a bug where enabling custom upgrade versions for autopilot was not + being honored [[GH-4723](https://github.com/hashicorp/nomad/issues/4723)] +* deployments: Fix an issue where the deployment watcher could create a high + volume of evaluations [[GH-4709](https://github.com/hashicorp/nomad/issues/4709)] +* vault: Fix a regression in which Nomad was only compatible with Vault versions + greater than 0.10.0 [[GH-4698](https://github.com/hashicorp/nomad/issues/4698)] # 0.8.5 (September 13, 2018)