Add changelog entry for #12890

This commit is contained in:
Matt Keeler 2022-10-05 13:35:07 -04:00 committed by GitHub
parent 4d9309327f
commit bca6f8ae4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.changelog/12890.txt Normal file
View File

@ -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.
```