From 6bcd0652708d2d6ff37c97babb77ca8d89427251 Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Thu, 16 Jun 2022 18:26:25 -0700 Subject: [PATCH] Add changelog note --- .changelog/13481.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changelog/13481.txt diff --git a/.changelog/13481.txt b/.changelog/13481.txt new file mode 100644 index 000000000..2cfd0da42 --- /dev/null +++ b/.changelog/13481.txt @@ -0,0 +1,4 @@ +```release-note:improvement +command: Add support for enabling TLS in the Envoy Prometheus endpoint via the `consul connect envoy` command. +Adds the `-prometheus-ca-file`, `-prometheus-ca-path`, `-prometheus-cert-file` and `-prometheus-key-file` flags. +```