mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
merge 087 and 090 changelog
This commit is contained in:
29
CHANGELOG.md
29
CHANGELOG.md
@@ -29,17 +29,34 @@ IMPROVEMENTS:
|
||||
* vendor: Removed library obsoleted by go 1.8 [[GH-4469](https://github.com/hashicorp/nomad/issues/4469)]
|
||||
|
||||
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: Fixed bug where some successfully completed jobs get re-run after job garbage collection [[GH-4861](https://github.com/hashicorp/nomad/pull/4861)]
|
||||
* 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 [[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)]
|
||||
* server/vault: Fixed bug in Vault token renewal that could panic on a malformed Vault response [[GH-4904](https://github.com/hashicorp/nomad/issues/4904)], [[GH-4937](https://github.com/hashicorp/nomad/pull/4937)]
|
||||
|
||||
## 0.8.7 (Unreleased)
|
||||
|
||||
IMPROVEMENTS:
|
||||
* core: Added `filter_default`, `prefix_filter` and `disable_dispatched_job_summary_metrics`
|
||||
client options to improve metric filtering [[GH-4878](https://github.com/hashicorp/nomad/issues/4878)]
|
||||
* driver/docker: Support `bind` mount type in order to allow Windows users to mount absolute paths [[GH-4958](https://github.com/hashicorp/nomad/issues/4958)]
|
||||
|
||||
BUG FIXES:
|
||||
* core: Fixed panic when Vault secret response is nil [[GH-4904](https://github.com/hashicorp/nomad/pull/4904)] [[GH-4937](https://github.com/hashicorp/nomad/pull/4937)]
|
||||
* core: Fixed issue with negative counts in job summary [[GH-4949](https://github.com/hashicorp/nomad/issues/4949)]
|
||||
* core: Fixed issue with handling duplicated blocked evaluations [[GH-4867](https://github.com/hashicorp/nomad/pull/4867)]
|
||||
* core: Fixed bug where some successfully completed jobs get re-run after job
|
||||
garbage collection [[GH-4861](https://github.com/hashicorp/nomad/pull/4861)]
|
||||
* core: Fixed bug in reconciler where allocs already stopped were being
|
||||
unnecessarily updated [[GH-4764](https://github.com/hashicorp/nomad/issues/4764)]
|
||||
* core: Fixed bug that affects garbage collection of batch jobs that are purged
|
||||
and resubmitted with the same id [[GH-4839](https://github.com/hashicorp/nomad/pull/4839)]
|
||||
* core: FIxed an issue with garbage collection where terminal but still running
|
||||
allocations could be garbage collected server side [[GH-4965](https://github.com/hashicorp/nomad/issues/4965)]
|
||||
* 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)]
|
||||
|
||||
## 0.8.6 (September 26, 2018)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
Reference in New Issue
Block a user