From 5f8dabf0f5db0b92bccff09573d7fdb6f36fa14f Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Wed, 8 Mar 2023 19:21:56 -0500 Subject: [PATCH] changelog: add entry for #16402 --- .changelog/16402.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/16402.txt diff --git a/.changelog/16402.txt b/.changelog/16402.txt new file mode 100644 index 000000000000..686187496da2 --- /dev/null +++ b/.changelog/16402.txt @@ -0,0 +1,3 @@ +```release-note:bug +client: Fixed a bug that prevented allocations with interpolated values in Consul services from being marked as healthy +```