From eee9c034a853b37f18a13ce0b04037e5cb8f7628 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 4 Jan 2018 11:01:22 -0800 Subject: [PATCH] Add #3685 to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2837e14ae760..614642bd8a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.