This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new cdd7bd880 BIGTOP-4460. Upgrade Airflow to 2.10.5. (#1363)
cdd7bd880 is described below
commit cdd7bd88050bc340399853e1e7183357b7f6a08a
Author: Kengo Seki <[email protected]>
AuthorDate: Wed Jul 23 15:12:00 2025 +0900
BIGTOP-4460. Upgrade Airflow to 2.10.5. (#1363)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index b8fa2de0b..bca9438fe 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}/"