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

MartijnVisser pushed a commit to branch v4.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git

commit cb26e0d517e6e627d356e9ce9f91e73d6d98c9a0
Author: Martijn Visser <[email protected]>
AuthorDate: Mon Jun 1 13:54:36 2026 +0200

    [hotfix] Bump CI Flink version to 2.0.2
    
    flink-2.0.0 binaries are no longer hosted on dlcdn.apache.org (only
    current releases are kept; older ones move to archive.apache.org), so
    the CI download step fails with an empty archive. Bump the CI matrices
    in push_pr.yml and weekly.yml to 2.0.2, the latest available 2.0.x
    release on the CDN.
    
    Generated-by: Claude Code (Opus 4.8)
---
 .github/workflows/push_pr.yml | 4 ++--
 .github/workflows/weekly.yml  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index e4bd1e5e..79ef6ebf 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -28,7 +28,7 @@ jobs:
   compile_and_test:
     strategy:
       matrix:
-        flink: [ 2.0.0 ]
+        flink: [ 2.0.2 ]
         jdk: [ '11, 17, 21' ]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:
@@ -37,7 +37,7 @@ jobs:
   python_test:
     strategy:
       matrix:
-        flink: [ 2.0.0 ]
+        flink: [ 2.0.2 ]
         jdk: [ '11, 17, 21' ]
     uses: 
apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
     with:
diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 4e95a724..75a2797f 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -33,7 +33,7 @@ jobs:
           flink: 2.1-SNAPSHOT,
           branch: main
         }, {
-          flink: 2.0.0,
+          flink: 2.0.2,
           branch: main
         }, {
           flink: 1.19.1,

Reply via email to