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 bdb9a4f56 BIGTOP-4516. Upgrade Tez to 0.10.5. (#1377)
bdb9a4f56 is described below
commit bdb9a4f563873a33db157bf32dbe8e9fb54ad5e6
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Wed Apr 29 06:22:24 2026 +0900
BIGTOP-4516. Upgrade Tez to 0.10.5. (#1377)
(cherry picked from commit c494ec5229763cb427f4755ad8e585b82d8f3c53)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index 43f69ff0b..c893cfffa 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -193,7 +193,7 @@ bigtop {
name = 'tez'
rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
relNotes = 'Apache TEZ'
- version { base = '0.10.4'; pkg = base; release = 1 }
+ version { base = '0.10.5'; pkg = base; release = 1 }
tarball { destination = "apache-${name}-${version.base}-src.tar.gz"
source = destination }
url { download_path = "/$name/${version.base}/"