Skip to content

Commit

Permalink
Fix formatting and add deployment fixes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Dec 4, 2018
1 parent 5e4082f commit 6cfb131
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ BUG FIXES:
* 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 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 issue with handling duplicated blocked evaluations [[GH-4867](https://github.com/hashicorp/nomad/pull/4867)]
* 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 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)]
* 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)

Expand Down

0 comments on commit 6cfb131

Please sign in to comment.