Skip to content

Commit

Permalink
update changelog for GH-6055
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Aug 8, 2019
1 parent 2c8d516 commit 3f21a3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ IMPROVEMENTS:

BUG FIXES:
* api: Fixed job region to default to client node region if none provided [[GH-6064](https://github.com/hashicorp/nomad/pull/6064)]
* client: When rendering a task template, ensure that only task environment variables are used. [[GH-6055](https://github.com/hashicorp/nomad/issues/6055)]
* vault: Fix deadlock when reloading server Vault configuration [[GH-6082](https://github.com/hashicorp/nomad/issues/6082)]


## 0.9.4 (July 30, 2019)

IMPROVEMENTS:
Expand Down Expand Up @@ -44,7 +46,7 @@ BUG FIXES:
* driver: Fixed an issue preventing external driver plugins from launching executor process [[GH-5726](https://github.com/hashicorp/nomad/issues/5726)]
* driver/docker: Fixed a bug mounting relative paths on Windows [[GH-5811](https://github.com/hashicorp/nomad/issues/5811)]
* driver/exec: Upgraded libcontainer dependency to avoid zombie `runc:[1:CHILD]]` processes [[GH-5851](https://github.com/hashicorp/nomad/issues/5851)]
* metrics: Added metrics for raft and state store indexes. [[GH-5841](https://github.com/hashicorp/nomad/issues/5841)]
* metrics: Added metrics for raft and state store indexes. [[GH-5841](https://github.com/hashicorp/nomad/issues/5841)]
* metrics: Upgrade prometheus client to avoid label conflicts [[GH-5850](https://github.com/hashicorp/nomad/issues/5850)]
* ui: Fixed ability to click sort arrow to change sort direction [[GH-5833](https://github.com/hashicorp/nomad/pull/5833)]

Expand Down Expand Up @@ -1627,4 +1629,3 @@ BUG FIXES:
## 0.1.0 (September 28, 2015)

* Initial release

0 comments on commit 3f21a3e

Please sign in to comment.