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 194544252 BIGTOP-4460. Upgrade Airflow to 2.10.5. (#1363)
194544252 is described below
commit 1945442527a24c643ad12522485f31a0126dcabb
Author: Kengo Seki <[email protected]>
AuthorDate: Wed Jul 23 15:12:00 2025 +0900
BIGTOP-4460. Upgrade Airflow to 2.10.5. (#1363)
(cherry picked from commit cdd7bd88050bc340399853e1e7183357b7f6a08a)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index 947cbe904..0e53183c2 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -349,7 +349,7 @@ bigtop {
'airflow' {
name = "airflow"
relNotes = "Apache Airflow"
- version { base = '2.10.4'; pkg = base; release = 1 }
+ version { base = '2.10.5'; pkg = base; release = 1 }
tarball { source = "apache_airflow-${version.base}.tar.gz"
destination = source }
url { download_path = "/${name}/${version.base}/"