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 37a2a218d Preparing for release 3.5.0
37a2a218d is described below

commit 37a2a218d0a1ef019dfd0e930c26202201bcbfa0
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Aug 29 19:41:26 2025 +0900

    Preparing for release 3.5.0
    
    (cherry picked from commit 3ca9d4cfeab4e4158873b1d6cba29406e808f007)
---
 CHANGES.txt                     | 31 +++++++++++++++++++++
 src/site/xdoc/release-notes.xml | 62 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 93 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index c176d5b94..bae40ccd2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,37 @@ Bigtop Changelog
 
 * Release 3.5.0 (unreleased)
 
+Release Notes - Bigtop - Version 3.5.0
+
+** Sub-task
+    * [BIGTOP-4370] - Integrate the bigpetstore-spark workflow with Airflow
+
+** Bug
+    * [BIGTOP-4357] - apply diff patches files sequence error using text 
sequence not number seq
+    * [BIGTOP-4432] - Fix flaky smoke-test of Hive executing command before 
HiveServer2 is ready
+    * [BIGTOP-4434] - Add necessary license headers and update RAT exclusion
+    * [BIGTOP-4469] - Add dependency on initscripts to Flink RPM
+    * [BIGTOP-4472] - Fix invalid permission of hadoop-layout.sh
+    * [BIGTOP-4473] - Add dependency on initscripts to Spark RPM
+    * [BIGTOP-4474] - Add dependency on initscripts to Kafka RPM
+    * [BIGTOP-4475] - Add dependency on initscripts to Livy RPM
+    * [BIGTOP-4476] - Fix invalid permission of conf files of ZooKeeper and 
Zeppelin
+
+** New Feature
+    * [BIGTOP-4360] - Add Airflow to Bigtop
+
+** Improvement
+    * [BIGTOP-4387] - Correct webpage to say "bigtop supports" vice "bigtop 
support"
+    * [BIGTOP-4424] - Rewrite BPS Spark with the DataFrame API and spark.ml
+    * [BIGTOP-4446] - Remove obsolete fuse from toolchain in Debian and Ubuntu
+    * [BIGTOP-4460] - Upgrade Airflow to 2.10.5
+    * [BIGTOP-4461] - Upgrade Flink to 1.20.1
+    * [BIGTOP-4462] - Upgrade HBase to 2.6.2
+    * [BIGTOP-4463] - Upgrade Spark to 3.5.6
+    * [BIGTOP-4471] - Upgrade the Puppet manifest for Airflow to adopt 
PostgreSQL and LocalExecutor
+    * [BIGTOP-4484] - Upgrade Ranger to 2.7.0
+
+
 * Release 3.4.0 (2024-06-01)
 
 Release Notes - Bigtop - Version 3.4.0
diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml
index 5901dc2b8..c6d3ab466 100644
--- a/src/site/xdoc/release-notes.xml
+++ b/src/site/xdoc/release-notes.xml
@@ -17,6 +17,68 @@
                <section name="Bigtop Project Release Notes">
                        <!-- Paste release notes from 
https://issues.apache.org/jira/browse/BIGTOP here. -->
 
+        <h3>Release Notes - Bigtop - Version 3.5.0</h3>
+    
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4370'>BIGTOP-4370</a>] -     
    Integrate the bigpetstore-spark workflow with Airflow
+</li>
+</ul>
+            
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4357'>BIGTOP-4357</a>] -     
    apply diff patches files sequence error using text sequence not number seq
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4432'>BIGTOP-4432</a>] -     
    Fix flaky smoke-test of Hive executing command before HiveServer2 is ready
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4434'>BIGTOP-4434</a>] -     
    Add necessary license headers and update RAT exclusion
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4469'>BIGTOP-4469</a>] -     
    Add dependency on initscripts to Flink RPM
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4472'>BIGTOP-4472</a>] -     
    Fix invalid permission of hadoop-layout.sh
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4473'>BIGTOP-4473</a>] -     
    Add dependency on initscripts to Spark RPM
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4474'>BIGTOP-4474</a>] -     
    Add dependency on initscripts to Kafka RPM
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4475'>BIGTOP-4475</a>] -     
    Add dependency on initscripts to Livy RPM
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4476'>BIGTOP-4476</a>] -     
    Fix invalid permission of conf files of ZooKeeper and Zeppelin
+</li>
+</ul>
+            
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4360'>BIGTOP-4360</a>] -     
    Add Airflow to Bigtop
+</li>
+</ul>
+    
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4387'>BIGTOP-4387</a>] -     
    Correct webpage to say &quot;bigtop supports&quot; vice &quot;bigtop 
support&quot;
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4424'>BIGTOP-4424</a>] -     
    Rewrite BPS Spark with the DataFrame API and spark.ml
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4446'>BIGTOP-4446</a>] -     
    Remove obsolete fuse from toolchain in Debian and Ubuntu
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4460'>BIGTOP-4460</a>] -     
    Upgrade Airflow to 2.10.5
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4461'>BIGTOP-4461</a>] -     
    Upgrade Flink to 1.20.1
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4462'>BIGTOP-4462</a>] -     
    Upgrade HBase to 2.6.2
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4463'>BIGTOP-4463</a>] -     
    Upgrade Spark to 3.5.6
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4471'>BIGTOP-4471</a>] -     
    Upgrade the Puppet manifest for Airflow to adopt PostgreSQL and 
LocalExecutor
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/BIGTOP-4484'>BIGTOP-4484</a>] -     
    Upgrade Ranger to 2.7.0
+</li>
+</ul>
+                                                                               
                                                                                
     
         <h3>Release Notes - Bigtop - Version 3.4.0</h3>
     
 <h2>        Sub-task

Reply via email to