Add #3685 to changelog

This commit is contained in:
Michael Schurter 2018-01-04 11:01:22 -08:00
parent 8496cc8192
commit 4055fdfdf9
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## 0.8 (Unreleased)
__BACKWARDS INCOMPATIBILITIES:__
* discovery: Prevent absolute URLs in check paths. The documentation indicated
that absolute URLs are not allowed, but it was not enforced. Absolute URLs
in HTTP check paths will now fail to validate. [[GH-3685](https://github.com/hashicorp/nomad/issues/3685)]
BUG FIXES:
* core: Fix search endpoint forwarding for multi-region clusters [[GH-3680](https://github.com/hashicorp/nomad/issues/3680)]
* config: Revert minimum CPU limit back to 20 from 100.