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 4ef79591f641e3c76c41b279103aab358bee3327 Author: Gabor Somogyi <[email protected]> AuthorDate: Tue May 27 14:46:58 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 42fbb1f7..e2861fc2 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -22,6 +22,7 @@ github: release-1.9: {} release-1.10: {} release-1.11: {} + release-1.12: {} notifications: commits: [email protected] diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 1f776c97..ee54db6b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -28,8 +28,8 @@ jobs: matrix: branch: - main - - release-1.10 - release-1.11 + - release-1.12 steps: - uses: actions/checkout@v3 with: @@ -41,8 +41,8 @@ jobs: echo "flink_branch=${currentBranch}" echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV} if [ "${currentBranch}" = "main" ]; then - echo "flink_alias=release-1.12" >> ${GITHUB_ENV} - elif [ "${currentBranch}" = "release-1.11" ]; then + echo "flink_alias=release-1.13" >> ${GITHUB_ENV} + elif [ "${currentBranch}" = "release-1.12" ]; 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 e08df03b..71c1970f 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -63,8 +63,8 @@ pygmentsUseClasses = true ] PreviousDocs = [ + ["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"], - ["1.10", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.10"], ] [markup]
