This is an automated email from the ASF dual-hosted git repository. szetszwo pushed a commit to branch asf-site-source in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git
commit 87cf0ad08e804607d70bfdaa790619a3f0f0f18a Author: Elek Márton <[email protected]> AuthorDate: Fri Feb 28 15:46:55 2020 +0100 Revert "HDDS-818. OzoneConfiguration uses an existing XMLRoot value" This reverts commit 1d1f2aa0489c570f2cc712dd38e4d05ede592c1a. --- content/post/0.2.0.md | 2 +- content/post/0.3.0.md | 2 +- content/post/0.4.0.md | 27 --------------------------- content/post/0.5.0.md | 27 --------------------------- 4 files changed, 2 insertions(+), 56 deletions(-) diff --git a/content/post/0.2.0.md b/content/post/0.2.0.md index c7d2be6..ee81d42 100644 --- a/content/post/0.2.0.md +++ b/content/post/0.2.0.md @@ -2,7 +2,7 @@ title: Release 0.2.0 is available date: 2018-07-15 type: release -sourceonly: true +linked: true --- <!--- Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/content/post/0.3.0.md b/content/post/0.3.0.md index 6c0c49b..8bdbda3 100644 --- a/content/post/0.3.0.md +++ b/content/post/0.3.0.md @@ -2,7 +2,7 @@ title: Release 0.3.0 is available date: 2019-04-21 type: release -sourceonly: true +linked: true --- <!--- Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/content/post/0.4.0.md b/content/post/0.4.0.md deleted file mode 100644 index 7c59cfb..0000000 --- a/content/post/0.4.0.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Release 0.4.0 is available -date: 2019-09-12 -type: release -sourceonly: true ---- -<!--- - Licensed 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. See accompanying LICENSE file. ---> - -[Download](https://ratis.incubator.apache.org/#download) - -It contains more than 89 improvements and bug fixes based on various Apache Hadoop Ozone use cases. -See the [changes between 0.3.0 and 0.4.0](https://github.com/apache/incubator-ratis/compare/0.3.0...ratis-0.4.0-rc4) releases. - -It has been tested with [Apache Hadoop Ozone](https://hadoop.apache.org/ozone/) where Apache Ratis is used to replicate raw data. - diff --git a/content/post/0.5.0.md b/content/post/0.5.0.md deleted file mode 100644 index f82a8f4..0000000 --- a/content/post/0.5.0.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: Release 0.5.0 is available -date: 2020-02-04 -type: release -linked: true ---- -<!--- - Licensed 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. See accompanying LICENSE file. ---> - -[Download](https://ratis.incubator.apache.org/#download) - -It contains more than 94 improvements and bug fixes based on various Apache Hadoop Ozone use cases. -See the [changes between 0.4.0 and 0.5.0](https://github.com/apache/incubator-ratis/compare/0.4.0-rc4...ratis-0.5.0-rc0) releases. - -It has been tested with [Apache Hadoop Ozone](https://hadoop.apache.org/ozone/) where Apache Ratis is used to replicate raw data. -
