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 fee505a88ca30bc01d6205ea350dc7218afb7d8a
Author: Lokesh Jain <[email protected]>
AuthorDate: Tue Jul 28 19:07:49 2020 +0530

    RATIS-1010. List release 1.0.0 in website.
---
 content/post/1.0.0.md | 27 +++++++++++++++++++++++++++
 layouts/index.html    |  3 ++-
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/content/post/1.0.0.md b/content/post/1.0.0.md
new file mode 100644
index 0000000..6716db0
--- /dev/null
+++ b/content/post/1.0.0.md
@@ -0,0 +1,27 @@
+---
+title: GA Release 1.0.0 is available
+date: 2020-07-20
+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 around 119 improvements and bug fixes based on various Apache 
Hadoop Ozone use cases.
+See the [changes between 0.5.0 and 
1.0.0](https://github.com/apache/incubator-ratis/compare/ratis-0.5.0-rc0...ratis-1.0.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 and to provide high availability. 
+
diff --git a/layouts/index.html b/layouts/index.html
index da8e288..b1f88fc 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -126,6 +126,7 @@
             <p>The source tarball contains detailed instruction about how can 
it be built.</p>
 
             <p>The binaries are also uploaded to the maven central for 
convenience. (See the getting started guide for more details)</p>
+            <p>1.0.0 is GA release for Apache Ratis</p>
             <table class="table table-striped">
                 <thead>
                 <tr>
@@ -135,7 +136,7 @@
                     <th>Announcement</th>
                 </tr>
                 </thead>
-                {{range first 4 (where .Site.Pages ".Params.type" "release")}}
+                {{range first 5 (where .Site.Pages ".Params.type" "release")}}
                 <tr>
                     <td>{{.File.BaseFileName }}</td>
                     <td>{{dateFormat "2006 Jan 2 " .Date}}</td>

Reply via email to