File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ github:
2323 release-1.10 : {}
2424 release-1.11 : {}
2525 release-1.12 : {}
26+ release-1.13 : {}
2627
2728notifications :
2829 commits : commits@flink.apache.org
Original file line number Diff line number Diff line change 2828 matrix :
2929 branch :
3030 - main
31- - release-1.11
31+ - release-1.13
3232 - release-1.12
3333 steps :
3434 - uses : actions/checkout@v3
4141 echo "flink_branch=${currentBranch}"
4242 echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
4343 if [ "${currentBranch}" = "main" ]; then
44- echo "flink_alias=release-1.13 " >> ${GITHUB_ENV}
45- elif [ "${currentBranch}" = "release-1.12 " ]; then
44+ echo "flink_alias=release-1.14 " >> ${GITHUB_ENV}
45+ elif [ "${currentBranch}" = "release-1.13 " ]; then
4646 echo "flink_alias=stable" >> ${GITHUB_ENV}
4747 else
4848 echo "flink_alias=${currentBranch}" >> ${GITHUB_ENV}
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ pygmentsUseClasses = true
6363 ]
6464
6565 PreviousDocs = [
66+ [" 1.13" , " https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.13" ],
6667 [" 1.12" , " https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.12" ],
67- [" 1.11" , " https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.11" ],
6868 ]
6969
7070[markup ]
You can’t perform that action at this time.
0 commit comments