This is an automated email from the ASF dual-hosted git repository. alpinegizmo pushed a commit to branch 2.2-outdated in repository https://gitbox.apache.org/repos/asf/flink.git
commit 99d688258441b5d185469fb07745a6513556407c Author: David Anderson <[email protected]> AuthorDate: Wed Jun 24 14:48:42 2026 -0700 [FLINK-39451][release] Mark this release as outdated --- docs/config.toml | 4 ++-- docs/content.zh/_index.md | 3 ++- docs/content/_index.md | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index aebb82002e7..972a946008e 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -27,14 +27,14 @@ 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 # we change the version for the complete docs when forking of a release branch # etc. # The full version string as referenced in Maven (e.g. 1.2.1) - Version = "2.2.0" + Version = "2.2.1" # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot # release this should be the same as the regular version diff --git a/docs/content.zh/_index.md b/docs/content.zh/_index.md index b2fa4429de6..1c30509fd8d 100644 --- a/docs/content.zh/_index.md +++ b/docs/content.zh/_index.md @@ -86,7 +86,8 @@ under the License. For some reason Hugo will only allow linking to the release notes if there is a leading '/' and file extension. --> -请参阅 [Flink 2.1]({{< ref "/release-notes/flink-2.1.md" >}}), +请参阅 [Flink 2.2]({{< ref "/release-notes/flink-2.2.md" >}}), +[Flink 2.1]({{< ref "/release-notes/flink-2.1.md" >}}), [Flink 2.0]({{< ref "/release-notes/flink-2.0.md" >}}), [Flink 1.20]({{< ref "/release-notes/flink-1.20.md" >}}), [Flink 1.19]({{< ref "/release-notes/flink-1.19.md" >}}), diff --git a/docs/content/_index.md b/docs/content/_index.md index 9051660db58..c45adaab53a 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -87,6 +87,7 @@ For some reason Hugo will only allow linking to the release notes if there is a leading '/' and file extension. --> See the release notes for +[Flink 2.2]({{< ref "/release-notes/flink-2.2.md" >}}), [Flink 2.1]({{< ref "/release-notes/flink-2.1.md" >}}), [Flink 2.0]({{< ref "/release-notes/flink-2.0.md" >}}), [Flink 1.20]({{< ref "/release-notes/flink-1.20.md" >}}),
