This is an automated email from the ASF dual-hosted git repository.
xianjingfeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git
The following commit(s) were added to refs/heads/master by this push:
new b95b61a update release notes for 0.8.0-rc3 (#71)
b95b61a is described below
commit b95b61a3477f5efa75ddc8345648888d9153355e
Author: xianjingfeng <[email protected]>
AuthorDate: Wed Nov 22 11:37:11 2023 +0800
update release notes for 0.8.0-rc3 (#71)
Co-authored-by: xianjingfeng <[email protected]>
---
download/release-notes-0.8.0.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/download/release-notes-0.8.0.md b/download/release-notes-0.8.0.md
index 35ce57b..499ee1e 100644
--- a/download/release-notes-0.8.0.md
+++ b/download/release-notes-0.8.0.md
@@ -15,6 +15,11 @@ sidebar_position: 995
## ChangeLog
+* [#1290] improvement(operator): Avoid accidentally deleting data of other
services when misconfiguring the mounting directory (#1291)
+* [MINOR] fix: flaky test
ShuffleTaskManagerTest#checkAndClearLeakShuffleDataTest (#1320)
+* [MINOR] test: flaky test GrpcServerTest.testGrpcExecutorPool (#1321)
+* [MINOR] docs: update jar name for spark client (#1289)
+* [MINOR] chore: add scripts for publishing tarballs to svn (#1284)
* [MINOR] fix: incorrect version in spark client shaded modules
* [#1275] chore: add scripts for publishing maven releases (#1281)
* [#1274] feat: add shaded module for spark2 client (#1280)