This is an automated email from the ASF dual-hosted git repository. xianjingfeng pushed a commit to branch 0.8.0-rc3 in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git
commit cb57a36335d52cd1fce953f29d9ef46c44b3f519 Author: xianjingfeng <[email protected]> AuthorDate: Wed Nov 22 11:36:25 2023 +0800 update release notes for 0.8.0-rc3 --- 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)
