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 f86444924 Changing version to 3.5.0
f86444924 is described below
commit f86444924fcc28e8beecc34f91b7b472022078e5
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Wed Jul 16 19:04:34 2025 +0900
Changing version to 3.5.0
(cherry picked from commit 9575908e61b3a64ccc95d267b03def06a30dc86c)
Conflicts:
bigtop-deploy/puppet/modules/airflow/lib/puppet/parser/functions/parse_database_url.rb
provisioner/docker/config_debian-12.yaml
provisioner/docker/config_fedora-40.yaml
provisioner/docker/config_openeuler-22.03.yaml
provisioner/docker/config_rockylinux-9.yaml
provisioner/docker/config_ubuntu-24.04.yaml
---
provisioner/docker/config_debian-12.yaml | 2 +-
provisioner/docker/config_fedora-40.yaml | 2 +-
provisioner/docker/config_openeuler-22.03.yaml | 2 +-
provisioner/docker/config_rockylinux-9.yaml | 2 +-
provisioner/docker/config_ubuntu-24.04.yaml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/provisioner/docker/config_debian-12.yaml
b/provisioner/docker/config_debian-12.yaml
index 502a75578..715bb6863 100644
--- a/provisioner/docker/config_debian-12.yaml
+++ b/provisioner/docker/config_debian-12.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-debian-12"
-repo: "http://repos.bigtop.apache.org/releases/3.4.0/debian/12/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.5.0/debian/12/$(ARCH)"
distro: debian
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_fedora-40.yaml
b/provisioner/docker/config_fedora-40.yaml
index 64896b102..645fe23b7 100644
--- a/provisioner/docker/config_fedora-40.yaml
+++ b/provisioner/docker/config_fedora-40.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-fedora-40"
-repo: "http://repos.bigtop.apache.org/releases/3.4.0/fedora/40/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/3.5.0/fedora/40/$basearch"
distro: centos
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_openeuler-22.03.yaml
b/provisioner/docker/config_openeuler-22.03.yaml
index 41f9d321b..f39a12345 100644
--- a/provisioner/docker/config_openeuler-22.03.yaml
+++ b/provisioner/docker/config_openeuler-22.03.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-openeuler-22.03"
-repo: "http://repos.bigtop.apache.org/releases/3.4.0/openEuler/22.03/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/3.5.0/openEuler/22.03/$basearch"
distro: centos
components: [hdfs ,yarn ,mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_rockylinux-9.yaml
b/provisioner/docker/config_rockylinux-9.yaml
index c5ba0317d..cf488eb24 100644
--- a/provisioner/docker/config_rockylinux-9.yaml
+++ b/provisioner/docker/config_rockylinux-9.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-rockylinux-9"
-repo: "http://repos.bigtop.apache.org/releases/3.4.0/rockylinux/9/$basearch"
+repo: "http://repos.bigtop.apache.org/releases/3.5.0/rockylinux/9/$basearch"
distro: centos
components: [hdfs, yarn, mapreduce]
enable_local_repo: false
diff --git a/provisioner/docker/config_ubuntu-24.04.yaml
b/provisioner/docker/config_ubuntu-24.04.yaml
index a4a5e45be..547817864 100644
--- a/provisioner/docker/config_ubuntu-24.04.yaml
+++ b/provisioner/docker/config_ubuntu-24.04.yaml
@@ -17,7 +17,7 @@ docker:
memory_limit: "4g"
image: "bigtop/puppet:trunk-ubuntu-24.04"
-repo: "http://repos.bigtop.apache.org/releases/3.4.0/ubuntu/24.04/$(ARCH)"
+repo: "http://repos.bigtop.apache.org/releases/3.5.0/ubuntu/24.04/$(ARCH)"
distro: debian
components: [hdfs, yarn, mapreduce]
enable_local_repo: false