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

iwasakims pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 1283747be BIGTOP-4461. Upgrade Flink to 1.20.1. (#1361)
1283747be is described below

commit 1283747beca71c6b87d72f760c68b21b7b40de27
Author: Kengo Seki <[email protected]>
AuthorDate: Sat Jul 19 19:41:45 2025 +0900

    BIGTOP-4461. Upgrade Flink to 1.20.1. (#1361)
    
    (cherry picked from commit 50e2693f0f8e8e8418d4d3f31f1c80483ea39cdb)
---
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop.bom b/bigtop.bom
index ff535254c..947cbe904 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -234,7 +234,7 @@ bigtop {
       name    = 'flink'
       rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
       relNotes = 'Apache Flink'
-      version { base = '1.20.0'; pkg = base; release = 1 }
+      version { base = '1.20.1'; pkg = base; release = 1 }
       tarball { destination = "$name-${version.base}.tar.gz"
                 source      = "$name-${version.base}-src.tgz" }
       url     { download_path = "/$name/$name-${version.base}"

Reply via email to