changelog: add unreleased entries for 1.8.12

This commit is contained in:
Mike Morris 2021-06-03 21:51:10 -04:00
parent 10cf54e7a6
commit 2b1d97b931
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
## UNRELEASED ## UNRELEASED
BUG FIXES:
* agent: fix logging output by removing leading whitespace from every log line [[GH-10338](https://github.com/hashicorp/consul/issues/10338)]
* cli: removes the need to set debug_enabled=true to collect debug data from the CLI. Now
the CLI behaves the same way as the API and accepts either an ACL token with operator:read, or
debug_enabled=true. [[GH-10273](https://github.com/hashicorp/consul/issues/10273)]
* envoy: fixes a bug where a large envoy config could cause the `consul connect envoy` command to deadlock when attempting to start envoy. [[GH-10324](https://github.com/hashicorp/consul/issues/10324)]
* namespaces: **(Enterprise only)** fixes a problem where the logs would contain many warnings about namespaces not being licensed.
## 1.8.11 (June 03, 2021) ## 1.8.11 (June 03, 2021)
IMPROVEMENTS: IMPROVEMENTS: