This is an automated email from the ASF dual-hosted git repository.

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new a5d5a9a  Change 0.9.7 release note
a5d5a9a is described below

commit a5d5a9a8f3499a64fd5a3723e6a9652f81b57db6
Author: Junkai Xue <[email protected]>
AuthorDate: Mon May 11 16:02:32 2020 -0700

    Change 0.9.7 release note
---
 .../src/site/apt/releasenotes/release-0.9.5.apt~   | 71 ----------------------
 .../{release-0.9.5.apt => release-0.9.7.apt}       |  0
 2 files changed, 71 deletions(-)

diff --git a/website/0.9.7/src/site/apt/releasenotes/release-0.9.5.apt~ 
b/website/0.9.7/src/site/apt/releasenotes/release-0.9.5.apt~
deleted file mode 100644
index 6a345bb..0000000
--- a/website/0.9.7/src/site/apt/releasenotes/release-0.9.5.apt~
+++ /dev/null
@@ -1,71 +0,0 @@
- -----
- Release Notes for Apache Helix 0.9.7
- -----
-
-~~ Licensed to the Apache Software Foundation (ASF) under one
-~~ or more contributor license agreements.  See the NOTICE file
-~~ distributed with this work for additional information
-~~ regarding copyright ownership.  The ASF licenses this file
-~~ to you under the Apache License, Version 2.0 (the
-~~ "License"); you may not use this file except in compliance
-~~ with the License.  You may obtain a copy of the License at
-~~
-~~   http://www.apache.org/licenses/LICENSE-2.0
-~~
-~~ Unless required by applicable law or agreed to in writing,
-~~ software distributed under the License is distributed on an
-~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~~ KIND, either express or implied.  See the License for the
-~~ specific language governing permissions and limitations
-~~ under the License.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-
-Release Notes for Apache Helix 0.9.7
-
-  The Apache Helix team would like to announce the release of Apache Helix 
0.9.7.
-
-  This is the eighteenth release under the Apache umbrella, and the eleventh 
as a top-level project.
-
-  Helix is a generic cluster management framework used for the automatic 
management of partitioned, replicated and distributed resources hosted on a 
cluster of nodes.
-
-  In this release, Helix provides several performance improvements for 
rebalance pipeline:
-
-[]
-
-* Key Note for Helix Release
-
-** Critical Bug Fixes and Craftsmanship Improvements
-
-    In this release, we fixed several critical bugs in Helix Controller and 
rebalancers. There are also several fixes for craftsmanship and usability 
improvements.
-
-[]
-
-* Detailed Changes
-
-** Bug Fixes
-
-    * ZooKeeper and ZNode fixes.
-
-    * Task Framework fixes for task numAttempts, force-delete of workflows and 
jobs, proper update of JobContexts, etc.
-
-    * Fix a bug in CustomRebalancer's assignment computation.
-
-    * Filter out zero-weight instances for partition assignments.
-
-    * Fix a NPE in Helix Participant's StateModel.reset().
-
-** Improvements
-
-    * Make the metric reservoir's sliding window length configurable.
-
-    * Add a new code style file for IntelliJ.
-
-    * Fix the typo for the DataPropagationLatencyGuage metric name.
-
-[]
-
-Cheers,
---
-The Apache Helix Team
diff --git a/website/0.9.7/src/site/apt/releasenotes/release-0.9.5.apt 
b/website/0.9.7/src/site/apt/releasenotes/release-0.9.7.apt
similarity index 100%
rename from website/0.9.7/src/site/apt/releasenotes/release-0.9.5.apt
rename to website/0.9.7/src/site/apt/releasenotes/release-0.9.7.apt

Reply via email to