From 7cca4e6f4e9f59e2f11b3bd611cb1ae8e2f9d6d1 Mon Sep 17 00:00:00 2001 From: Michael Wilkerson Date: Thu, 15 Dec 2022 15:15:30 -0800 Subject: [PATCH] added changelog entry --- .changelog/15818.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changelog/15818.txt diff --git a/.changelog/15818.txt b/.changelog/15818.txt new file mode 100644 index 0000000000000..7a7182a2d4cfa --- /dev/null +++ b/.changelog/15818.txt @@ -0,0 +1,6 @@ +```release-note:enhancement +connect: for early awareness of Envoy incompatibilities, when using the `consul connect envoy` command the Envoy version will now be checked for compatibility. If incompatible Consul will error and exit. +``` +```release-note:breaking-change +connect: Consul will now error and exit when using the `consul connect envoy` command if the Envoy version is incompatible. To ignore this check use flag `--ignore-envoy-compatibility` +``` \ No newline at end of file