From ac2f070eba2121ade0d05faaf73157cbab5717e4 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Tue, 8 May 2018 17:07:10 -0500 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d997e2cc0b..fbe3bc1b69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ IMPROVEMENTS: image pulls [[GH-4192](https://github.com/hashicorp/nomad/issues/4192)] * env: Default interpolation of optional meta fields of parameterized jobs to an empty string rather than the field key. [[GH-3720](https://github.com/hashicorp/nomad/issues/3720)] + * core: Add a new [progress_deadline](https://www.nomadproject.io/docs/job-specification/update.html#progress_deadline) parameter to + support rescheduling failed allocations during a deployment. This allows operators to specify a configurable deadline before which + a deployment should see healthy allocations [[GH-4259](https://github.com/hashicorp/nomad/issues/4259)] + * core: Canary allocations are tagged in Consul to enable + using service tags to isolate canary instances during deployments [[GH-4259](https://github.com/hashicorp/nomad/issues/4259)] + BUG FIXES: * api/client: Fix potentially out of order logs and streamed file contents