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 ee03a35a5 BIGTOP-4533. Upgrade Airflow to 2.11.0. (#1393)
ee03a35a5 is described below
commit ee03a35a562dddb003376f1b2103da77b76be188
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Jun 5 13:53:33 2026 +0900
BIGTOP-4533. Upgrade Airflow to 2.11.0. (#1393)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index dbd1b6830..9ebefd752 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -349,7 +349,7 @@ bigtop {
'airflow' {
name = "airflow"
relNotes = "Apache Airflow"
- version { base = '2.10.5'; pkg = base; release = 1 }
+ version { base = '2.11.0'; pkg = base; release = 1 }
tarball { source = "apache_airflow-${version.base}.tar.gz"
destination = source }
url { download_path = "/${name}/${version.base}/"