This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new c3a4cfe70 Preparing for release 3.2.1
c3a4cfe70 is described below
commit c3a4cfe702cc6430b85d6f3b3102d6017a458241
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Tue Aug 1 11:31:13 2023 +0000
Preparing for release 3.2.1
---
CHANGES.txt | 1 +
src/site/xdoc/release-notes.xml | 2 ++
2 files changed, 3 insertions(+)
diff --git a/CHANGES.txt b/CHANGES.txt
index 75dee3aa1..98590f89f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -39,6 +39,7 @@ Release Notes - Bigtop - Version 3.2.1
* [BIGTOP-3954] - Fix the version definition in bigtop.bom so that
`./gradlew setversion` works
* [BIGTOP-3956] - hadoop-deb FAILED on project
hadoop-yarn-applications-catalog-webapp
* [BIGTOP-3962] - Fix setup failure of Ant due to unresolved gpg public key
+ * [BIGTOP-3970] - Fix build failure of Zeppelin due to missing
grpc-java-1.26.0 on ppc64le
** Improvement
diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml
index 5b9d9a50b..1bdd06191 100644
--- a/src/site/xdoc/release-notes.xml
+++ b/src/site/xdoc/release-notes.xml
@@ -62,6 +62,8 @@
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/BIGTOP-3962'>BIGTOP-3962</a>] -
Fix setup failure of Ant due to unresolved gpg public key
</li>
+<li>[<a
href='https://issues.apache.org/jira/browse/BIGTOP-3970'>BIGTOP-3970</a>] -
Fix build failure of Zeppelin due to missing grpc-java-1.26.0 on ppc64le
+</li>
</ul>
<h2> Improvement