This is an automated email from the ASF dual-hosted git repository.

fcsaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 176482fa [release] Docs, CI and config updates after release cut
176482fa is described below

commit 176482fab01bbe3d30364dd1aab49156f43cc18b
Author: Ferenc Csaky <[email protected]>
AuthorDate: Thu Sep 18 12:54:12 2025 +0200

    [release] Docs, CI and config updates after release cut
---
 .asf.yaml                   | 1 +
 .github/workflows/docs.yaml | 6 +++---
 docs/config.toml            | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index e2861fc2..92ae3fac 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,6 +23,7 @@ github:
     release-1.10: {}
     release-1.11: {}
     release-1.12: {}
+    release-1.13: {}
 
 notifications:
   commits:      [email protected]
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index ee54db6b..59c38d6d 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -28,7 +28,7 @@ jobs:
       matrix:
         branch:
           - main
-          - release-1.11
+          - release-1.13
           - release-1.12
     steps:
       - uses: actions/checkout@v3
@@ -41,8 +41,8 @@ jobs:
           echo "flink_branch=${currentBranch}"
           echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
           if [ "${currentBranch}" = "main" ]; then
-            echo "flink_alias=release-1.13" >> ${GITHUB_ENV}
-          elif [ "${currentBranch}" = "release-1.12" ]; then
+            echo "flink_alias=release-1.14" >> ${GITHUB_ENV}
+          elif [ "${currentBranch}" = "release-1.13" ]; then
             echo "flink_alias=stable" >> ${GITHUB_ENV}
           else
             echo "flink_alias=${currentBranch}" >> ${GITHUB_ENV}
diff --git a/docs/config.toml b/docs/config.toml
index 40ddc4e6..8a91370a 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -63,8 +63,8 @@ pygmentsUseClasses = true
   ]
 
   PreviousDocs = [
+    ["1.13", 
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.13";],
     ["1.12", 
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.12";],
-    ["1.11", 
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.11";],
   ]
 
 [markup]

Reply via email to