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 a37250246bb96e26b88a3ab3c6484c651daf80c1 Author: Gyula Fora <[email protected]> AuthorDate: Wed Jul 26 16:58:29 2023 +0200 [release] Update doc and CI config for release --- .asf.yaml | 1 + .github/workflows/docs.yaml | 6 +++--- docs/config.toml | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index c1ce1937..f6104dcb 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,6 +16,7 @@ github: release-1.3: {} release-1.4: {} release-1.5: {} + release-1.6: {} notifications: diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 35fd8a0e..1df300fa 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -28,8 +28,8 @@ jobs: matrix: branch: - main - - release-1.4 - release-1.5 + - release-1.6 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.6" >> ${GITHUB_ENV} - elif [ "${currentBranch}" = "release-1.5" ]; then + echo "flink_alias=release-1.7" >> ${GITHUB_ENV} + elif [ "${currentBranch}" = "release-1.6" ]; 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 6b06106c..92faf507 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -63,8 +63,8 @@ pygmentsUseClasses = true ] PreviousDocs = [ - ["1.5", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.5"], - ["1.4", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.4"] + ["1.6", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.6"], + ["1.5", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.5"] ] [markup]
