Update CHANGELOG.md

This commit is contained in:
Preetha 2018-11-09 12:28:11 -06:00 committed by GitHub
parent 3739713ce1
commit 4b70f64ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,12 +19,13 @@ IMPROVEMENTS:
BUG FIXES:
* core: Fixed bug in reconciler where allocs already stopped were being unnecessarily updated [[GH-4764](https://github.com/hashicorp/nomad/issues/4764)]
* core: Fix an issue where artifact checksums containing interpolated variables failed validation [[GH-4810](https://github.com/hashicorp/nomad/pull/4819)]
* core: Fixed bug that affects garbage collection of batch jobs that are purged and resubmitted with the same id. The job create index is used to gc terminal allocations of the older job. [[GH-4839](https://github.com/hashicorp/nomad/pull/4839)]
* client: Fix an issue reloading the client config [[GH-4730](https://github.com/hashicorp/nomad/issues/4730)]
* deployments: Fix an issue where a deployment with multiple task groups could
be marked as failed when the first progress deadline was hit regardless of if
that group was done deploying [[GH-4842](https://github.com/hashicorp/nomad/issues/4842)]
* driver/raw_exec: Fix issue where tasks that used an interpolated command in driver configuration would not start [[GH-4813](https://github.com/hashicorp/nomad/pull/4813)]
* core: Fix an issue where artifact checksums containing interpolated variables failed validation [[GH-4810](https://github.com/hashicorp/nomad/pull/4819)]
## 0.8.6 (September 26, 2018)