This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.17 by this push:
new 05089dcfd07 [hotfix] Show Flink 1.17 as outdated docs
05089dcfd07 is described below
commit 05089dcfd07fef3a17b0a836bd7300ec5eb9e7a0
Author: Martijn Visser <[email protected]>
AuthorDate: Mon Jan 19 19:24:09 2026 +0100
[hotfix] Show Flink 1.17 as outdated docs
---
docs/config.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/config.toml b/docs/config.toml
index 62102eaaa43..d12a4b30278 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