Skip to content

Commit 99396d5

Browse files
committed
[release] Update protected branches + doc build
1 parent 6115798 commit 99396d5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.asf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ github:
2020
release-1.7: {}
2121
release-1.8: {}
2222
release-1.9: {}
23+
release-1.10: {}
2324

2425
notifications:
2526

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
matrix:
2929
branch:
3030
- main
31-
- release-1.8
3231
- release-1.9
32+
- release-1.10
3333
steps:
3434
- uses: actions/checkout@v3
3535
with:
@@ -41,8 +41,8 @@ jobs:
4141
echo "flink_branch=${currentBranch}"
4242
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
4343
if [ "${currentBranch}" = "main" ]; then
44-
echo "flink_alias=release-1.10" >> ${GITHUB_ENV}
45-
elif [ "${currentBranch}" = "release-1.9" ]; then
44+
echo "flink_alias=release-1.11" >> ${GITHUB_ENV}
45+
elif [ "${currentBranch}" = "release-1.10" ]; then
4646
echo "flink_alias=stable" >> ${GITHUB_ENV}
4747
else
4848
echo "flink_alias=${currentBranch}" >> ${GITHUB_ENV}

docs/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ pygmentsUseClasses = true
6363
]
6464

6565
PreviousDocs = [
66-
["1.8", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.8"],
67-
["1.7", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.7"],
66+
["1.8", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.9"],
67+
["1.7", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.8"],
6868
]
6969

7070
[markup]

0 commit comments

Comments
 (0)