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

leonard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 27dee1ff3 [FLINK-38680][build] Bump Flink 1.19 and 1.20 patch versions
27dee1ff3 is described below

commit 27dee1ff3dc0d1f6e2ef7e30974f64299e05ad8c
Author: big face cat <[email protected]>
AuthorDate: Wed Nov 12 17:56:09 2025 +0800

    [FLINK-38680][build] Bump Flink 1.19 and 1.20 patch versions
    
    This closes #4173.
    
    Co-authored-by: huyuanfeng <[email protected]>
---
 .github/workflows/flink_cdc_ci.yml                           |  4 ++--
 .github/workflows/flink_cdc_ci_nightly.yml                   |  4 ++--
 .../docs/get-started/quickstart/cdc-up-quickstart-guide.md   |  4 ++--
 .../content.zh/docs/get-started/quickstart/mysql-to-doris.md |  8 ++++----
 .../content.zh/docs/get-started/quickstart/mysql-to-kafka.md | 12 ++++++------
 .../docs/get-started/quickstart/mysql-to-starrocks.md        |  8 ++++----
 .../docs/get-started/quickstart/cdc-up-quickstart-guide.md   |  4 ++--
 docs/content/docs/get-started/quickstart/mysql-to-doris.md   |  8 ++++----
 docs/content/docs/get-started/quickstart/mysql-to-kafka.md   | 10 +++++-----
 .../docs/get-started/quickstart/mysql-to-starrocks.md        |  6 +++---
 flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml     |  4 ++--
 flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/pom.xml       |  4 ++--
 pom.xml                                                      |  2 +-
 tools/cdcup/src/app.rb                                       |  4 ++--
 14 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/.github/workflows/flink_cdc_ci.yml 
b/.github/workflows/flink_cdc_ci.yml
index a525429b6..d1090025b 100644
--- a/.github/workflows/flink_cdc_ci.yml
+++ b/.github/workflows/flink_cdc_ci.yml
@@ -84,7 +84,7 @@ jobs:
     uses: ./.github/workflows/flink_cdc_base.yml
     with:
       java-versions: "[8]"
-      flink-versions: "['1.19.2', '1.20.1']"
+      flink-versions: "['1.19.3', '1.20.3']"
       modules: "['pipeline_e2e']"
       parallelism: ${{ matrix.parallelism }}
   source_e2e:
@@ -92,5 +92,5 @@ jobs:
     uses: ./.github/workflows/flink_cdc_base.yml
     with:
       java-versions: "[8]"
-      flink-versions: "['1.19.2', '1.20.1']"
+      flink-versions: "['1.19.3', '1.20.3']"
       modules: "['source_e2e']"
diff --git a/.github/workflows/flink_cdc_ci_nightly.yml 
b/.github/workflows/flink_cdc_ci_nightly.yml
index 3bac6fa72..33582185a 100644
--- a/.github/workflows/flink_cdc_ci_nightly.yml
+++ b/.github/workflows/flink_cdc_ci_nightly.yml
@@ -78,7 +78,7 @@ jobs:
     uses: ./.github/workflows/flink_cdc_base.yml
     with:
       java-versions: "[11]"
-      flink-versions: "['1.19.2', '1.20.1']"
+      flink-versions: "['1.19.3', '1.20.3']"
       modules: "['pipeline_e2e']"
       parallelism: ${{ matrix.parallelism }}
   source_e2e:
@@ -87,5 +87,5 @@ jobs:
     uses: ./.github/workflows/flink_cdc_base.yml
     with:
       java-versions: "[11]"
-      flink-versions: "['1.19.2', '1.20.1']"
+      flink-versions: "['1.19.3', '1.20.3']"
       modules: "['source_e2e']"
diff --git 
a/docs/content.zh/docs/get-started/quickstart/cdc-up-quickstart-guide.md 
b/docs/content.zh/docs/get-started/quickstart/cdc-up-quickstart-guide.md
index 530ff3e29..eaf011ae4 100644
--- a/docs/content.zh/docs/get-started/quickstart/cdc-up-quickstart-guide.md
+++ b/docs/content.zh/docs/get-started/quickstart/cdc-up-quickstart-guide.md
@@ -73,8 +73,8 @@ Commands:
 🐿️ Which Flink version would you like to use? (Press ↑/↓ arrow to move and 
Enter to select)
   1.17.2
   1.18.1
-  1.19.2
-‣ 1.20.1
+  1.19.3
+‣ 1.20.3
 ```
 
 Use the arrow keys to navigate and press Enter to select specified Flink and 
CDC version, source, and sink connectors.
diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md 
b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
index 81b0f031d..a57ded7bc 100644
--- a/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
+++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-doris.md
@@ -33,11 +33,11 @@ under the License.
 准备一台已经安装了 Docker 的 Linux 或者 MacOS 电脑。
 
 ### 准备 Flink Standalone 集群
-1. 下载 [Flink 
1.20.1](https://archive.apache.org/dist/flink/flink-1.20.1/flink-1.20.1-bin-scala_2.12.tgz),解压后得到
 flink-1.20.1 目录。
-   使用下面的命令跳转至 Flink 目录下,并且设置 FLINK_HOME 为 flink-1.20.1 所在目录。
+1. 下载 [Flink 
1.20.3](https://archive.apache.org/dist/flink/flink-1.20.3/flink-1.20.3-bin-scala_2.12.tgz),解压后得到
 flink-1.20.3 目录。
+   使用下面的命令跳转至 Flink 目录下,并且设置 FLINK_HOME 为 flink-1.20.3 所在目录。
 
    ```shell
-   cd flink-1.20.1
+   cd flink-1.20.3
    ```
 
 2. 通过在 conf/config.yaml 配置文件追加下列参数开启 checkpoint,每隔 3 秒做一次 checkpoint。
@@ -340,7 +340,7 @@ Flink CDC 提供了将源表的表结构/数据路由到其他表名的配置,
    ```shell
    docker-compose down
    ```
-在 Flink 所在目录 `flink-1.20.1` 下执行如下命令停止 Flink 集群:
+在 Flink 所在目录 `flink-1.20.3` 下执行如下命令停止 Flink 集群:
 
    ```shell
    ./bin/stop-cluster.sh
diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-kafka.md 
b/docs/content.zh/docs/get-started/quickstart/mysql-to-kafka.md
index ba92a951b..f8fdd7f61 100644
--- a/docs/content.zh/docs/get-started/quickstart/mysql-to-kafka.md
+++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-kafka.md
@@ -34,13 +34,13 @@ under the License.
 准备一台已经安装了 Docker 的 Linux 或者 macOS 电脑。
 
 ### 准备 Flink Standalone 集群
-1. 下载 [Flink 
1.20.1](https://archive.apache.org/dist/flink/flink-1.20.1/flink-1.20.1-bin-scala_2.12.tgz),解压后得到
 flink-1.20.1 目录。   
-   使用下面的命令跳转至 Flink 目录下,并且设置 `FLINK_HOME` 为 flink-1.20.1 所在目录。
+1. 下载 [Flink 
1.20.3](https://archive.apache.org/dist/flink/flink-1.20.3/flink-1.20.3-bin-scala_2.12.tgz),解压后得到
 flink-1.20.3 目录。
+   使用下面的命令跳转至 Flink 目录下,并且设置 `FLINK_HOME` 为 flink-1.20.3 所在目录。
 
     ```shell
-    tar -zxvf flink-1.20.1-bin-scala_2.12.tgz
-    exprot FLINK_HOME=$(pwd)/flink-1.20.1
-    cd flink-1.20.1
+    tar -zxvf flink-1.20.3-bin-scala_2.12.tgz
+    exprot FLINK_HOME=$(pwd)/flink-1.20.3
+    cd flink-1.20.3
     ```
 
 2. 在 `conf/config.yaml` 配置文件追加下列参数开启检查点,每隔 3 秒进行一次 checkpoint。
@@ -623,7 +623,7 @@ pipeline:
 docker compose down
 ```
 
-在 Flink 所在目录 `flink-1.20.1` 下执行如下命令停止 Flink 集群:
+在 Flink 所在目录 `flink-1.20.3` 下执行如下命令停止 Flink 集群:
 
 ```shell
 ./bin/stop-cluster.sh
diff --git a/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md 
b/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md
index 7e1455455..b1efb4aa6 100644
--- a/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md
+++ b/docs/content.zh/docs/get-started/quickstart/mysql-to-starrocks.md
@@ -33,11 +33,11 @@ under the License.
 准备一台已经安装了 Docker 的 Linux 或者 MacOS 电脑。
 
 ### 准备 Flink Standalone 集群
-1. 下载 [Flink 
1.20.1](https://archive.apache.org/dist/flink/flink-1.20.1/flink-1.20.1-bin-scala_2.12.tgz)
 ,解压后得到 flink-1.20.1 目录。   
-   使用下面的命令跳转至 Flink 目录下,并且设置 FLINK_HOME 为 flink-1.20.1 所在目录。
+1. 下载 [Flink 
1.20.3](https://archive.apache.org/dist/flink/flink-1.20.3/flink-1.20.3-bin-scala_2.12.tgz)
 ,解压后得到 flink-1.20.3 目录。
+   使用下面的命令跳转至 Flink 目录下,并且设置 FLINK_HOME 为 flink-1.20.3 所在目录。
 
    ```shell
-   cd flink-1.20.1
+   cd flink-1.20.3
    ```
 
 2. 通过在 conf/config.yaml 配置文件追加下列参数开启 checkpoint,每隔 3 秒做一次 checkpoint。
@@ -308,7 +308,7 @@ Flink CDC 提供了将源表的表结构/数据路由到其他表名的配置,
    docker-compose down
    ```
 
-在 Flink 所在目录 `flink-1.20.1` 下执行如下命令停止 Flink 集群:
+在 Flink 所在目录 `flink-1.20.3` 下执行如下命令停止 Flink 集群:
 
    ```shell
    ./bin/stop-cluster.sh
diff --git 
a/docs/content/docs/get-started/quickstart/cdc-up-quickstart-guide.md 
b/docs/content/docs/get-started/quickstart/cdc-up-quickstart-guide.md
index 530ff3e29..eaf011ae4 100644
--- a/docs/content/docs/get-started/quickstart/cdc-up-quickstart-guide.md
+++ b/docs/content/docs/get-started/quickstart/cdc-up-quickstart-guide.md
@@ -73,8 +73,8 @@ Commands:
 🐿️ Which Flink version would you like to use? (Press ↑/↓ arrow to move and 
Enter to select)
   1.17.2
   1.18.1
-  1.19.2
-‣ 1.20.1
+  1.19.3
+‣ 1.20.3
 ```
 
 Use the arrow keys to navigate and press Enter to select specified Flink and 
CDC version, source, and sink connectors.
diff --git a/docs/content/docs/get-started/quickstart/mysql-to-doris.md 
b/docs/content/docs/get-started/quickstart/mysql-to-doris.md
index d28c820d0..ba34cc81f 100644
--- a/docs/content/docs/get-started/quickstart/mysql-to-doris.md
+++ b/docs/content/docs/get-started/quickstart/mysql-to-doris.md
@@ -35,11 +35,11 @@ without a single line of Java/Scala code or IDE 
installation.
 Prepare a Linux or MacOS computer with Docker installed.
 
 ### Prepare Flink Standalone cluster
-1. Download [Flink 
1.20.1](https://archive.apache.org/dist/flink/flink-1.20.1/flink-1.20.1-bin-scala_2.12.tgz)
 ,unzip and get flink-1.20.1 directory.   
-   Use the following command to navigate to the Flink directory and set 
FLINK_HOME to the directory where flink-1.20.1 is located.
+1. Download [Flink 
1.20.3](https://archive.apache.org/dist/flink/flink-1.20.3/flink-1.20.3-bin-scala_2.12.tgz)
 ,unzip and get flink-1.20.3 directory.
+   Use the following command to navigate to the Flink directory and set 
FLINK_HOME to the directory where flink-1.20.3 is located.
 
    ```shell
-   cd flink-1.20.1
+   cd flink-1.20.3
    ```
 
 2. Enable checkpointing by appending the following parameters to the 
conf/config.yaml configuration file to perform a checkpoint every 3 seconds.
@@ -345,7 +345,7 @@ After finishing the tutorial, run the following command to 
stop all containers i
    ```shell
    docker-compose down
    ```
-Run the following command to stop the Flink cluster in the directory of Flink 
`flink-1.20.1`:
+Run the following command to stop the Flink cluster in the directory of Flink 
`flink-1.20.3`:
 
    ```shell
    ./bin/stop-cluster.sh
diff --git a/docs/content/docs/get-started/quickstart/mysql-to-kafka.md 
b/docs/content/docs/get-started/quickstart/mysql-to-kafka.md
index 8d16d073e..08f8f6d79 100644
--- a/docs/content/docs/get-started/quickstart/mysql-to-kafka.md
+++ b/docs/content/docs/get-started/quickstart/mysql-to-kafka.md
@@ -36,13 +36,13 @@ without a single line of Java/Scala code or IDE 
installation.
 You need a Linux or macOS computer with Docker installed before starting.
 
 ### Prepare Flink Standalone cluster
-1. Download [Flink 
1.20.1](https://archive.apache.org/dist/flink/flink-1.20.1/flink-1.20.1-bin-scala_2.12.tgz),
 unzip it and enter `flink-1.20.1` directory.
-   Use the following command to navigate to the Flink directory and set 
`FLINK_HOME` to the directory where flink-1.20.1 is located.
+1. Download [Flink 
1.20.3](https://archive.apache.org/dist/flink/flink-1.20.3/flink-1.20.3-bin-scala_2.12.tgz),
 unzip it and enter `flink-1.20.3` directory.
+   Use the following command to navigate to the Flink directory and set 
`FLINK_HOME` to the directory where flink-1.20.3 is located.
 
    ```shell
-   tar -zxvf flink-1.20.1-bin-scala_2.12.tgz
-   exprot FLINK_HOME=$(pwd)/flink-1.20.1
-   cd flink-1.20.1
+   tar -zxvf flink-1.20.3-bin-scala_2.12.tgz
+   exprot FLINK_HOME=$(pwd)/flink-1.20.3
+   cd flink-1.20.3
    ```
 
 2. Enable checkpointing by appending the following parameters to the 
`conf/config.yaml` configuration file to perform a checkpoint every 3 seconds.
diff --git a/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md 
b/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md
index 1a32cb9c4..72b5bf778 100644
--- a/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md
+++ b/docs/content/docs/get-started/quickstart/mysql-to-starrocks.md
@@ -35,11 +35,11 @@ without a single line of Java/Scala code or IDE 
installation.
 Prepare a Linux or MacOS computer with Docker installed.
 
 ### Prepare Flink Standalone cluster
-1. Download [Flink 
1.20.1](https://archive.apache.org/dist/flink/flink-1.20.1/flink-1.20.1-bin-scala_2.12.tgz)
 ,unzip and get flink-1.20.1 directory.   
-   Use the following command to navigate to the Flink directory and set 
FLINK_HOME to the directory where flink-1.20.1 is located.
+1. Download [Flink 
1.20.3](https://archive.apache.org/dist/flink/flink-1.20.3/flink-1.20.3-bin-scala_2.12.tgz)
 ,unzip and get flink-1.20.3 directory.
+   Use the following command to navigate to the Flink directory and set 
FLINK_HOME to the directory where flink-1.20.3 is located.
 
    ```shell
-   cd flink-1.20.1
+   cd flink-1.20.3
    ```
 
 2. Enable checkpointing by appending the following parameters to the 
conf/config.yaml configuration file to perform a checkpoint every 3 seconds.
diff --git a/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml 
b/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
index 953895103..0e905e5af 100644
--- a/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
+++ b/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/pom.xml
@@ -28,8 +28,8 @@ limitations under the License.
     <artifactId>flink-cdc-pipeline-e2e-tests</artifactId>
 
     <properties>
-        <flink-1.19>1.19.2</flink-1.19>
-        <flink-1.20>1.20.1</flink-1.20>
+        <flink-1.19>1.19.3</flink-1.19>
+        <flink-1.20>1.20.3</flink-1.20>
         <flink-major-1.19>1.19</flink-major-1.19>
         <flink-major-1.20>1.20</flink-major-1.20>
         <mysql.driver.version>8.0.27</mysql.driver.version>
diff --git a/flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/pom.xml 
b/flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/pom.xml
index f97841016..57385cc12 100644
--- a/flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/pom.xml
+++ b/flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/pom.xml
@@ -28,8 +28,8 @@ limitations under the License.
     <artifactId>flink-cdc-source-e2e-tests</artifactId>
 
     <properties>
-        <flink-1.19>1.19.2</flink-1.19>
-        <flink-1.20>1.20.1</flink-1.20>
+        <flink-1.19>1.19.3</flink-1.19>
+        <flink-1.20>1.20.3</flink-1.20>
         <jdbc.version-1.19>3.2.0-1.19</jdbc.version-1.19>
         <jdbc.version-1.20>3.2.0-1.19</jdbc.version-1.20>
         <mysql.driver.version>8.0.27</mysql.driver.version>
diff --git a/pom.xml b/pom.xml
index 0d9b53d7c..6a7d5eac3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@ limitations under the License.
         <flink.reuseForks>true</flink.reuseForks>
 
         <!-- dependencies versions -->
-        <flink.version>1.20.1</flink.version>
+        <flink.version>1.20.3</flink.version>
         <flink.major.version>1.20</flink.major.version>
         <flink.shaded.version>17.0</flink.shaded.version>
         <debezium.version>1.9.8.Final</debezium.version>
diff --git a/tools/cdcup/src/app.rb b/tools/cdcup/src/app.rb
index b9b4b560e..a13574477 100644
--- a/tools/cdcup/src/app.rb
+++ b/tools/cdcup/src/app.rb
@@ -63,8 +63,8 @@ SINKS = {
 FLINK_VERSIONS = %w[
   1.17.2
   1.18.1
-  1.19.2
-  1.20.1
+  1.19.3
+  1.20.3
 ].freeze
 
 FLINK_CDC_VERSIONS = %w[

Reply via email to