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 1d1f2aa0489c570f2cc712dd38e4d05ede592c1a Author: Xiaoyu Yao <[email protected]> AuthorDate: Fri Feb 28 15:42:07 2020 +0100 HDDS-818. OzoneConfiguration uses an existing XMLRoot value Closes #55 --- content/post/0.2.0.md | 2 +- content/post/0.3.0.md | 2 +- content/post/{0.3.0.md => 0.4.0.md} | 10 +++++----- content/post/{0.3.0.md => 0.5.0.md} | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/post/0.2.0.md b/content/post/0.2.0.md index ee81d42..c7d2be6 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 -linked: true +sourceonly: 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 8bdbda3..6c0c49b 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 -linked: true +sourceonly: true --- <!--- Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/content/post/0.3.0.md b/content/post/0.4.0.md similarity index 72% copy from content/post/0.3.0.md copy to content/post/0.4.0.md index 8bdbda3..7c59cfb 100644 --- a/content/post/0.3.0.md +++ b/content/post/0.4.0.md @@ -1,8 +1,8 @@ --- -title: Release 0.3.0 is available -date: 2019-04-21 +title: Release 0.4.0 is available +date: 2019-09-12 type: release -linked: true +sourceonly: true --- <!--- Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,8 +20,8 @@ linked: true [Download](https://ratis.incubator.apache.org/#download) -It contains new features such as multi-raft and watch request, as well contains 73 improvements and 72 bug fixes. -See the [changes between 0.2.0 and 0.3.0](https://github.com/apache/incubator-ratis/compare/ratis-0.2.0...ratis-0.3.0) releases. +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.3.0.md b/content/post/0.5.0.md similarity index 73% copy from content/post/0.3.0.md copy to content/post/0.5.0.md index 8bdbda3..f82a8f4 100644 --- a/content/post/0.3.0.md +++ b/content/post/0.5.0.md @@ -1,6 +1,6 @@ --- -title: Release 0.3.0 is available -date: 2019-04-21 +title: Release 0.5.0 is available +date: 2020-02-04 type: release linked: true --- @@ -20,8 +20,8 @@ linked: true [Download](https://ratis.incubator.apache.org/#download) -It contains new features such as multi-raft and watch request, as well contains 73 improvements and 72 bug fixes. -See the [changes between 0.2.0 and 0.3.0](https://github.com/apache/incubator-ratis/compare/ratis-0.2.0...ratis-0.3.0) releases. +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.
