This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch release-2.1 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 1b7061b6c825e0e31742312dac07cab5e5e79440 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 64cef33d78a..6c1938bdae7 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
