From c76597569ca0524dc004c0f1017c2eeaa222e8e5 Mon Sep 17 00:00:00 2001 From: "kumahq[bot]" <110050114+kumahq[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 08:55:58 +0000 Subject: [PATCH] chore(deps): update docs from repo source Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> --- app/docs/raw/UPGRADE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/docs/raw/UPGRADE.md b/app/docs/raw/UPGRADE.md index 7e8c99273..a22c16452 100644 --- a/app/docs/raw/UPGRADE.md +++ b/app/docs/raw/UPGRADE.md @@ -6,6 +6,18 @@ with `x.y.z` being the version you are planning to upgrade to. If such a section does not exist, the upgrade you want to perform does not have any particular instructions. +## Upgrade to `2.6.x` + +### Unifying Default Connection Timeout Values + +To simplify configuration and provide a more consistent user experience, we've unified the default connection timeout values. When no `MeshTimeout` or `Timeout` policy is specified, the connection timeout will now be the same as the default `connectTimeout` values for `MeshTimeout` and `Timeout` policies. This value is now `5s`, which is a decrease from the previous default of `10s`. + +The connection timeout specifies the amount of time Envoy will wait for an upstream TCP connection to be established. + +The only users who need to take action are those who are explicitly relying on the previous default connection timeout value of `10s`. These users will need to create a new `MeshTimeout` policy with the appropriate `connectTimeout` value to maintain their desired behavior. + +We encourage all users to review their configuration, but we do not anticipate that this change will require any action for most users. + ## Upgrade to `2.5.x` ### Transparent-proxy and CNI v1 removal