From c45fc85b943cc8841f5ea4bdac7963a4d5eadef5 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Mon, 2 Nov 2020 12:09:23 -0500 Subject: [PATCH] changelog: add note for licensing bug fix to 1.8.5 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46451bcc65..68426e688f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ BUG FIXES: * connect: fix Vault provider not respecting IntermediateCertTTL [[GH-8646](https://github.com/hashicorp/consul/issues/8646)] * connect: fix connect sidecars registered via the API not being automatically deregistered with their parent service after an agent restart by persisting the LocallyRegisteredAsSidecar property. [[GH-8924](https://github.com/hashicorp/consul/issues/8924)] * fixed a bug that caused logs to be flooded with `[WARN] agent.router: Non-server in server-only area` [[GH-8685](https://github.com/hashicorp/consul/issues/8685)] +* license: (Enterprise only) Fixed an issue where the UI would see Namespaces and SSO as licensed when they were not. * ui: show correct datacenter for gateways [[GH-8704](https://github.com/hashicorp/consul/issues/8704)] ## 1.8.4 (September 11, 2020)