From 0b85dc39a2e8834371c4829375eb6c205a15fbeb Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Wed, 1 Mar 2023 16:22:40 -0600 Subject: [PATCH] Backport of docs: Update release notes with Envoy compat issue into release/1.15.x (#16496) * backport of commit f189a8203cdca3dd393a38699bdf9d934f9426f6 * backport of commit 82d9805943d99223c4a3fcca15492792b7bc4c83 * backport of commit f1d95252a8b43d36f5cd226ce04e88ad8e071066 * backport of commit 1c8d737beedb3d365926e2384b3b4a948971bb88 --------- Co-authored-by: David Yu --- .../content/docs/release-notes/consul/v1_15_x.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/content/docs/release-notes/consul/v1_15_x.mdx b/website/content/docs/release-notes/consul/v1_15_x.mdx index 3877f6ccd7..5d8ffd9dc2 100644 --- a/website/content/docs/release-notes/consul/v1_15_x.mdx +++ b/website/content/docs/release-notes/consul/v1_15_x.mdx @@ -68,6 +68,18 @@ For more detailed information, please refer to the [upgrade details page](/consu The following issues are known to exist in the v1.15.0 release: +- For v1.15.0, Consul is reporting newer releases of Envoy (for example, v1.25.1) as not supported, even though these versions are listed as valid in the [Envoy compatilibity matrix](/consul/docs/connect/proxies/envoy#envoy-and-consul-client-agent). The following error would result for newer versions of Envoy: + + ```log hideClipboard + Envoy version 1.25.1 is not supported. If there is a reason you need to use this version of envoy use the ignore-envoy-compatibility flag. Using an unsupported version of Envoy is not recommended and your experience may vary. + ``` + + The workaround to resolve this issue until Consul v1.15.1 would be to run the client agents with the new `ingore-envoy-compatiblity` flag: + + ```shell-session + $ consul connect envoy --ignore-envoy-compatibility + ``` + - For v1.15.0, there is a known issue where `consul acl token read -self` requires an `-accessor-id`. This is resolved in the uppcoming Consul v1.15.1 patch release. - For v1.15.0, there is a known issue where search filters produced errors and resulted in lists not showing full results until being interacted with. This is resolved in the upcoming Consul v1.15.1 patch release.