This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch release-2.0 in repository https://gitbox.apache.org/repos/asf/flink.git
commit a1b8f3a1d72db56c317255ed4628632bae2f766f Author: Martijn Visser <[email protected]> AuthorDate: Wed Jan 14 15:43:01 2026 +0100 [hotfix] Show outdated warning for this release --- docs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index 92282d7627c..41089263d55 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -27,7 +27,7 @@ pygmentsUseClasses = true IsStable = true # Flag to indicate whether an outdated warning should be shown. - ShowOutDatedWarning = false + ShowOutDatedWarning = true # This are the version referenced in the docs. Please only use these variables # to reference a specific Flink version, because this is the only place where
