From bca6f8ae4a40b47b2affb9681954c9853694c298 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Wed, 5 Oct 2022 13:35:07 -0400 Subject: [PATCH] Add changelog entry for #12890 --- .changelog/12890.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/12890.txt diff --git a/.changelog/12890.txt b/.changelog/12890.txt new file mode 100644 index 000000000..4f707e3b6 --- /dev/null +++ b/.changelog/12890.txt @@ -0,0 +1,3 @@ +```release-note:improvement +connect: service-router destinations have gained a `RetryOn` field for specifying the conditions when Envoy should retry requests beyond specific status codes and generic connection failure which already exists. +```