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

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

commit bf50b35d86845e8fa63e2c8953dc44f2ddb8aff4
Author: Gyula Fora <[email protected]>
AuthorDate: Fri Aug 14 16:06:26 2026 +0200

    [release] doc updates
---
 .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 4b934420..f66ccc38 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,6 +26,7 @@ github:
     release-1.13: {}
     release-1.14: {}
     release-1.15: {}
+    release-1.16: {}
 
 notifications:
   commits:      [email protected]
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 16c977f8..161fcddb 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -31,8 +31,8 @@ jobs:
       matrix:
         branch:
           - main
+          - release-1.16
           - release-1.15
-          - release-1.14
     steps:
       - name: Set up Temurin JDK 17
         uses: actions/setup-java@v4
@@ -49,8 +49,8 @@ jobs:
           echo "flink_branch=${currentBranch}"
           echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
           if [ "${currentBranch}" = "main" ]; then
-            echo "flink_alias=release-1.16" >> ${GITHUB_ENV}
-          elif [ "${currentBranch}" = "release-1.15" ]; then
+            echo "flink_alias=release-1.17" >> ${GITHUB_ENV}
+          elif [ "${currentBranch}" = "release-1.16" ]; 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 c5003d86..5698ab5e 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -63,8 +63,8 @@ pygmentsUseClasses = true
   ]
 
   PreviousDocs = [
+    ["1.16", 
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.16";],
     ["1.15", 
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.15";],
-    ["1.14", 
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.14";],
   ]
 
 [markup]

Reply via email to