You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by el...@apache.org on 2018/07/15 06:38:20 UTC

incubator-ratis git commit: 0.2.0 release announcement

Repository: incubator-ratis
Updated Branches:
  refs/heads/asf-site-source 2bccb8af1 -> 65341184b


0.2.0 release announcement


Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/65341184
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/65341184
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/65341184

Branch: refs/heads/asf-site-source
Commit: 65341184b7426de9b766f534ea5f6fb1581c21a7
Parents: 2bccb8a
Author: Márton Elek <el...@apache.org>
Authored: Sun Jul 15 08:37:06 2018 +0200
Committer: Márton Elek <el...@apache.org>
Committed: Sun Jul 15 08:37:06 2018 +0200

----------------------------------------------------------------------
 content/post/0.1.0-alpha.md |  2 +-
 content/post/0.2.0.md       | 30 ++++++++++++++++++++++++++++++
 layouts/index.html          | 15 ++++++++++++---
 3 files changed, 43 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/65341184/content/post/0.1.0-alpha.md
----------------------------------------------------------------------
diff --git a/content/post/0.1.0-alpha.md b/content/post/0.1.0-alpha.md
index 850f401..473cc3b 100644
--- a/content/post/0.1.0-alpha.md
+++ b/content/post/0.1.0-alpha.md
@@ -2,7 +2,7 @@
 title: Release 0.1.0-alpha is available
 date: 2017-05-02
 type: release
-linked: true
+sourceonly: true
 ---
 <!---
   Licensed under the Apache License, Version 2.0 (the "License");

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/65341184/content/post/0.2.0.md
----------------------------------------------------------------------
diff --git a/content/post/0.2.0.md b/content/post/0.2.0.md
new file mode 100644
index 0000000..ee81d42
--- /dev/null
+++ b/content/post/0.2.0.md
@@ -0,0 +1,30 @@
+---
+title: Release 0.2.0 is available
+date: 2018-07-15
+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.
+-->
+
+
+0.2.0 is the second Apache release and the first release which provides binary release with example Raft applications.
+
+It contains more than 130 bug fixes and features since the previous release.
+
+This version also heavily tested with [Apache Hadoop Ozone](http://ozone.hadoop.apache.org) where Apache Ratis is used to replicate raw Hadoop data.
+
+The release is available from the downloaded section or (as Ratis is a java library) from the Apache and Maven central maven repositories.
+
+

http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/65341184/layouts/index.html
----------------------------------------------------------------------
diff --git a/layouts/index.html b/layouts/index.html
index 1b1ccb5..faa24dd 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -125,19 +125,28 @@
                     <th>Version</th>
                     <th>Release date</th>
                     <th>Source download</th>
+                    <th>Binary download</th>
                     <th>Announcement</th>
                 </tr>
                 </thead>
                 {{range first 5 (where .Site.Pages ".Params.type" "release")}}
                 <tr>
-                    <td>{{.BaseFileName }}</td>
+		              <td>{{.BaseFileName }}</td>
                     <td>{{dateFormat "2006 Jan 2 " .Date}}</td>
                     <td>
                         <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/{{.BaseFileName }}/apache-ratis-incubating-{{.BaseFileName }}-src.tar.gz">source</a>
                         (<a href="https://dist.apache.org/repos/dist/release/incubator/ratis/{{.BaseFileName }}/apache-ratis-incubating-{{.BaseFileName }}-src.tar.gz.mds">checksum</a>
                         <a href="https://dist.apache.org/repos/dist/release/incubator/ratis/{{.BaseFileName }}/apache-ratis-incubating-{{.BaseFileName }}-src.tar.gz.asc">signature</a>)
                     </td>
-                  
+						  {{ if .Params.sourceonly  }}
+						     <td></td>
+						  {{else}}
+                    <td>
+                        <a href="https://www.apache.org/dyn/closer.cgi/incubator/ratis/{{.BaseFileName }}/apache-ratis-incubating-{{.BaseFileName }}-bin.tar.gz">binary</a>
+                        (<a href="https://dist.apache.org/repos/dist/release/incubator/ratis/{{.BaseFileName }}/apache-ratis-incubating-{{.BaseFileName }}-bin.tar.gz.mds">checksum</a>
+                        <a href="https://dist.apache.org/repos/dist/release/incubator/ratis/{{.BaseFileName }}/apache-ratis-incubating-{{.BaseFileName }}-bin.tar.gz.asc">signature</a>)
+                    </td>
+						  {{end}}
                     <td>
                         <a href="post/{{.BaseFileName }}.html">Announcement</a>
                     </td>
@@ -145,7 +154,7 @@
                 {{end}}
             </table>
             </p>
-
+				<p>Ratis is also <a href="https://search.maven.org/#search%7Cga%7C1%7Cratis">available</a> from the Maven central repository.</p>
 
         </div>
     </div>