This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.6 by this push:
new 7477ca471 BIGTOP-4533. Upgrade Airflow to 2.11.0. (#1393)
7477ca471 is described below
commit 7477ca471977beff4eb85ae089e1a273f2b282d7
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Jun 5 13:53:33 2026 +0900
BIGTOP-4533. Upgrade Airflow to 2.11.0. (#1393)
(cherry picked from commit ee03a35a562dddb003376f1b2103da77b76be188)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index f59e59cfb..7c7c9b83b 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}/"