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

ruanhang1993 pushed a commit to branch release-2.2
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 81f86ae7723179859803b29a70caec0c4db8244f
Author: Hang Ruan <[email protected]>
AuthorDate: Mon Nov 10 10:41:57 2025 +0800

    Update for 2.2.0
---
 docs/config.toml                                     | 19 ++++++++++---------
 flink-end-to-end-tests/test-scripts/common_docker.sh |  2 +-
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 6f2014683d4..aebb82002e7 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-baseURL = '//nightlies.apache.org/flink/flink-docs-master'
+baseURL = '//nightlies.apache.org/flink/flink-docs-release-2.2'
 languageCode = "en-us"
 title = "Apache Flink"
 enableGitInfo = false
@@ -24,7 +24,7 @@ pygmentsUseClasses = true
 [params]
   # Flag whether this is a stable version or not.
   # Used for the quickstart page.
-  IsStable = false
+  IsStable = true
 
   # Flag to indicate whether an outdated warning should be shown.
   ShowOutDatedWarning = false
@@ -34,14 +34,14 @@ pygmentsUseClasses = true
   # we change the version for the complete docs when forking of a release 
branch
   # etc.
   # The full version string as referenced in Maven (e.g. 1.2.1)
-  Version = "2.2-SNAPSHOT"
+  Version = "2.2.0"
 
   # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
   # release this should be the same as the regular version
-  VersionTitle = "2.2-SNAPSHOT"
+  VersionTitle = "2.2"
 
   # The branch for this version of Apache Flink
-  Branch = "master"
+  Branch = "release-2.2"
 
   # The github repository for Apache Flink
   Repo = "//github.com/apache/flink"
@@ -60,19 +60,20 @@ pygmentsUseClasses = true
 
   ZhDownloadPage = "//flink.apache.org/zh/downloads.html"
 
-  JavaDocs = "//nightlies.apache.org/flink/flink-docs-master/api/java/"
+  JavaDocs = "//nightlies.apache.org/flink/flink-docs-release-2.2/api/java/"
 
-  PyDocs = "//nightlies.apache.org/flink/flink-docs-master/api/python/"
+  PyDocs = "//nightlies.apache.org/flink/flink-docs-release-2.2/api/python/"
 
   # External links at the bottom
   # of the menu
   MenuLinks = [
     ["Project Homepage", "//flink.apache.org"],
-    ["JavaDocs", "//nightlies.apache.org/flink/flink-docs-master/api/java/"],
-    ["PyDocs", "//nightlies.apache.org/flink/flink-docs-master/api/python/"]
+    ["JavaDocs", 
"//nightlies.apache.org/flink/flink-docs-release-2.2/api/java/"],
+    ["PyDocs", 
"//nightlies.apache.org/flink/flink-docs-release-2.2/api/python/"]
   ]
 
   PreviousDocs = [
+    ["2.2", "http://nightlies.apache.org/flink/flink-docs-release-2.2";],
     ["2.1", "http://nightlies.apache.org/flink/flink-docs-release-2.1";],
     ["2.0", "http://nightlies.apache.org/flink/flink-docs-release-2.0";],
     ["1.20", "http://nightlies.apache.org/flink/flink-docs-release-1.20";],
diff --git a/flink-end-to-end-tests/test-scripts/common_docker.sh 
b/flink-end-to-end-tests/test-scripts/common_docker.sh
index d4ddbec669b..d711b228a7d 100644
--- a/flink-end-to-end-tests/test-scripts/common_docker.sh
+++ b/flink-end-to-end-tests/test-scripts/common_docker.sh
@@ -47,7 +47,7 @@ function build_image() {
     local server_pid=$!
 
     echo "Preparing Dockerfiles"
-    retry_times_with_exponential_backoff 5 git clone 
https://github.com/apache/flink-docker.git --branch dev-master --single-branch
+    retry_times_with_exponential_backoff 5 git clone 
https://github.com/apache/flink-docker.git --branch dev-2.2 --single-branch
 
     local java_version=17
     if [[ ${PROFILE} == *"jdk17"* ]]; then

Reply via email to