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 5540c493 Preparing for release 3.2.1
5540c493 is described below
commit 5540c493e389d4405ac969d48bff9d2459893f6e
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Mon Jul 24 13:30:00 2023 +0000
Preparing for release 3.2.1
---
CHANGES.txt | 2 ++
src/site/xdoc/release-notes.xml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/CHANGES.txt b/CHANGES.txt
index a3ad9b03..75dee3aa 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -38,6 +38,8 @@ Release Notes - Bigtop - Version 3.2.1
* [BIGTOP-3952] - Fix toolchain to download Maven from archive.apache.org
instead of dlcdn.apache.org
* [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
+
** Improvement
* [BIGTOP-3900] - Migrate secure DataNode settings from jsvc to SASL
diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml
index 8e1dfdb0..5b9d9a50 100644
--- a/src/site/xdoc/release-notes.xml
+++ b/src/site/xdoc/release-notes.xml
@@ -60,6 +60,8 @@
</li>
<li>[<a
href='https://issues.apache.org/jira/browse/BIGTOP-3956'>BIGTOP-3956</a>] -
hadoop-deb FAILED on project hadoop-yarn-applications-catalog-webapp
</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>
</ul>
<h2> Improvement