update CHANGELOG

This commit is contained in:
Preetha Appan 2018-05-08 17:07:10 -05:00
parent 210d520a94
commit 1dc39a1d4c
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 6 additions and 0 deletions

View File

@ -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