update changelog

This commit is contained in:
Drew Bailey 2020-01-07 13:37:38 -05:00
parent ef175c0b31
commit 491f1b5ff3
No known key found for this signature in database
GPG key ID: FBA61B9FB7CCE1A7

View file

@ -16,6 +16,7 @@ BUG FIXES:
* agent: Fixed race condition in logging when using `nomad monitor` command [[GH-6872](https://github.com/hashicorp/nomad/issues/6872)]
* cli: Fixed a bug where `nomad monitor -node-id` would cause a cli panic when no nodes where found. [[GH-6828](https://github.com/hashicorp/nomad/issues/6828)]
* consul/connect: Fixed a bug where Connect-enabled jobs failed to validate when service names used interpolation. [[GH-6855](https://github.com/hashicorp/nomad/issues/6855)]
* scheduler: Fixed a bug that caused evicted allocs on a lost node to be stuck in running. [[GH-6902](https://github.com/hashicorp/nomad/issues/6902)]
## 0.10.2 (December 4, 2019)