This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ae077383a RATIS-2188. Update website with Ratis 3.1.2 release (#1176)
ae077383a is described below
commit ae077383ae44a39eeeae3ccc8e4e4a4119be2166
Author: OneSizeFitQuorum <[email protected]>
AuthorDate: Wed Nov 13 18:45:45 2024 +0800
RATIS-2188. Update website with Ratis 3.1.2 release (#1176)
Signed-off-by: OneSizeFitQuorum <[email protected]>
---
downloads.html | 56 +++++------------------
index.html | 2 +-
index.xml | 9 +++-
post.html | 24 +++++-----
post/3.1.2.html | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
post/index.xml | 9 +++-
post/page/2.html | 12 +++++
sitemap.xml | 7 ++-
8 files changed, 189 insertions(+), 63 deletions(-)
diff --git a/downloads.html b/downloads.html
index 93b6c0ac4..0ef81ca6f 100644
--- a/downloads.html
+++ b/downloads.html
@@ -117,42 +117,26 @@ The binaries are also uploaded to the maven central for
convenience. (See the ge
<tr>
- <td>3.1.1</td>
- <td>2024 Sep 26</td>
+ <td>3.1.2</td>
+ <td>2024 Nov 13</td>
<td>
- <a
href="https://www.apache.org/dyn/closer.cgi/ratis/3.1.1/apache-ratis-3.1.1-src.tar.gz">source</a>
- (<a
href="https://downloads.apache.org/ratis/3.1.1/apache-ratis-3.1.1-src.tar.gz.mds">checksum</a>
- <a
href="https://downloads.apache.org/ratis/3.1.1/apache-ratis-3.1.1-src.tar.gz.asc">signature</a>)
+ <a
href="https://www.apache.org/dyn/closer.cgi/ratis/3.1.2/apache-ratis-3.1.2-src.tar.gz">source</a>
+ (<a
href="https://downloads.apache.org/ratis/3.1.2/apache-ratis-3.1.2-src.tar.gz.mds">checksum</a>
+ <a
href="https://downloads.apache.org/ratis/3.1.2/apache-ratis-3.1.2-src.tar.gz.asc">signature</a>)
</td>
<td>
- <a
href="https://www.apache.org/dyn/closer.cgi/ratis/3.1.1/apache-ratis-3.1.1-bin.tar.gz">binary</a>
- (<a
href="https://downloads.apache.org/ratis/3.1.1/apache-ratis-3.1.1-bin.tar.gz.mds">checksum</a>
- <a
href="https://downloads.apache.org/ratis/3.1.1/apache-ratis-3.1.1-bin.tar.gz.asc">signature</a>)
+ <a
href="https://www.apache.org/dyn/closer.cgi/ratis/3.1.2/apache-ratis-3.1.2-bin.tar.gz">binary</a>
+ (<a
href="https://downloads.apache.org/ratis/3.1.2/apache-ratis-3.1.2-bin.tar.gz.mds">checksum</a>
+ <a
href="https://downloads.apache.org/ratis/3.1.2/apache-ratis-3.1.2-bin.tar.gz.asc">signature</a>)
</td>
<td>
- <a href="post/3.1.1.html">Announcement</a>
+ <a href="post/3.1.2.html">Announcement</a>
</td>
</tr>
- <tr>
- <td>3.1.0</td>
- <td>2024 Jun 29</td>
- <td>
- <a
href="https://www.apache.org/dyn/closer.cgi/ratis/3.1.0/apache-ratis-3.1.0-src.tar.gz">source</a>
- (<a
href="https://downloads.apache.org/ratis/3.1.0/apache-ratis-3.1.0-src.tar.gz.mds">checksum</a>
- <a
href="https://downloads.apache.org/ratis/3.1.0/apache-ratis-3.1.0-src.tar.gz.asc">signature</a>)
- </td>
- <td>
- <a
href="https://www.apache.org/dyn/closer.cgi/ratis/3.1.0/apache-ratis-3.1.0-bin.tar.gz">binary</a>
- (<a
href="https://downloads.apache.org/ratis/3.1.0/apache-ratis-3.1.0-bin.tar.gz.mds">checksum</a>
- <a
href="https://downloads.apache.org/ratis/3.1.0/apache-ratis-3.1.0-bin.tar.gz.asc">signature</a>)
- </td>
- <td>
- <a href="post/3.1.0.html">Announcement</a>
- </td>
- </tr>
+
@@ -177,26 +161,6 @@ The binaries are also uploaded to the maven central for
convenience. (See the ge
-
- <tr>
- <td>2.5.1</td>
- <td>2023 May 5</td>
- <td>
- <a
href="https://www.apache.org/dyn/closer.cgi/ratis/2.5.1/apache-ratis-2.5.1-src.tar.gz">source</a>
- (<a
href="https://downloads.apache.org/ratis/2.5.1/apache-ratis-2.5.1-src.tar.gz.mds">checksum</a>
- <a
href="https://downloads.apache.org/ratis/2.5.1/apache-ratis-2.5.1-src.tar.gz.asc">signature</a>)
- </td>
- <td>
- <a
href="https://www.apache.org/dyn/closer.cgi/ratis/2.5.1/apache-ratis-2.5.1-bin.tar.gz">binary</a>
- (<a
href="https://downloads.apache.org/ratis/2.5.1/apache-ratis-2.5.1-bin.tar.gz.mds">checksum</a>
- <a
href="https://downloads.apache.org/ratis/2.5.1/apache-ratis-2.5.1-bin.tar.gz.asc">signature</a>)
- </td>
- <td>
- <a href="post/2.5.1.html">Announcement</a>
- </td>
- </tr>
-
-
</table>
</p>
diff --git a/index.html b/index.html
index a9bcb0574..a5a98141b 100644
--- a/index.html
+++ b/index.html
@@ -183,7 +183,7 @@
<h2>Latest news</h2>
<div class="panel-heading clearfix"><a class="pull-left"
href="/post.html">Posts</a>
- <small class="pull-right">2024 Sep 26 </small>
+ <small class="pull-right">2024 Nov 13 </small>
</div>
</div>
diff --git a/index.xml b/index.xml
index e43ad1846..b696cc598 100644
--- a/index.xml
+++ b/index.xml
@@ -6,8 +6,15 @@
<description>Recent content on Apache Ratis</description>
<generator>Hugo</generator>
<language>en-us</language>
- <lastBuildDate>Thu, 26 Sep 2024 00:00:00 +0000</lastBuildDate>
+ <lastBuildDate>Wed, 13 Nov 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="https://ratis.apache.org/index.xml" rel="self"
type="application/rss+xml" />
+ <item>
+ <title>Release 3.1.2 is available</title>
+ <link>https://ratis.apache.org/post/3.1.2.html</link>
+ <pubDate>Wed, 13 Nov 2024 00:00:00 +0000</pubDate>
+ <guid>https://ratis.apache.org/post/3.1.2.html</guid>
+ <description><!-- raw HTML omitted -->
<!-- raw HTML
omitted -->
<p><a
href="https://ratis.apache.org/downloads.html">Download</a></p>
<p>This
is a maintenance release with multiple improvements and bugfixes.
See the
<a
href="https://github.com/apache/ratis/compare/ratis-3.1.1...ratis-3.1.2">changes
between 3.1.1 and 3.1.2</a> releases.</p>
<p>It has been
tested with <a href= [...]
+ </item>
<item>
<title>Release 3.1.1 is available</title>
<link>https://ratis.apache.org/post/3.1.1.html</link>
diff --git a/post.html b/post.html
index ba34010c5..f84e63390 100644
--- a/post.html
+++ b/post.html
@@ -105,6 +105,18 @@
<h1 id="title">Posts Archive</h1>
<ul id="list">
+ <h1><a href="/post/3.1.2.html">Release 3.1.2 is available</a></h1>
+ <p><small>2024 Nov 13 </small></p>
+
+ <!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<p><a href="https://ratis.apache.org/downloads.html">Download</a></p>
+<p>This is a maintenance release with multiple improvements and bugfixes.
+See the <a
href="https://github.com/apache/ratis/compare/ratis-3.1.1...ratis-3.1.2">changes
between 3.1.1 and 3.1.2</a> releases.</p>
+<p>It has been tested with <a href="https://ozone.apache.org">Apache
Ozone</a>, <a href="https://iotdb.apache.org">Apache IoTDB</a>.</p>
+
+
+
<h1><a href="/post/3.1.1.html">Release 3.1.1 is available</a></h1>
<p><small>2024 Sep 26 </small></p>
@@ -411,18 +423,6 @@ See the <a
href="https://github.com/apache/ratis/compare/ratis-2.2.0...ratis-2.3
- <h1><a href="/post/2.2.0.html">Release 2.2.0 is available</a></h1>
- <p><small>2021 Oct 20 </small></p>
-
- <!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<p><a href="https://ratis.apache.org/downloads.html">Download</a></p>
-<p>It contains improvements and bug fixes based on various Apache Ozone use
cases.
-See the <a
href="https://github.com/apache/ratis/compare/ratis-2.1.0...ratis-2.2.0">changes
between 2.1.0 and 2.2.0</a> releases.</p>
-<p>It has been tested with <a href="https://ozone.apache.org">Apache Ozone</a>
where Apache Ratis is used to replicate raw data and to provide high
availability.</p>
-
-
-
</ul>
</div>
diff --git a/post/3.1.2.html b/post/3.1.2.html
new file mode 100644
index 000000000..88b6ea884
--- /dev/null
+++ b/post/3.1.2.html
@@ -0,0 +1,133 @@
+
+<!DOCTYPE html>
+
+<html>
+
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="description" content="Open source Java implementation for RAFT
consensus protocol.">
+ <meta name="keywords" content="raft, java, ratis, library"/>
+ <meta name="robots" content="index,follow"/>
+ <meta name="language" content="en"/>
+
+ <title>Apache Ratis</title>
+
+ <base href="https://ratis.apache.org/">
+
+ <link rel="canonical" href="https://ratis.apache.org/">
+
+ <link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
+
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
crossorigin="anonymous">
+ <link rel="stylesheet" href="style.css">
+
+ <script src="https://www.apachecon.com/event-images/snippet.js"></script>
+</head>
+
+<body>
+
+
+<div class="topnav">
+ <div class="container">
+ <ul class="breadcrumb col-md-6">
+ <li>
+ <img class="asf-logo" src="asf_feather.png" alt="ASF feather"/>
+ <a href="https://www.apache.org">Apache Software
Foundation</a>
+ </li>
+ </ul>
+ <div class="col-md-6">
+ <ul class="pull-right breadcrumb">
+ <li><a href="https://www.apache.org/licenses/">License</a></li>
+ <li><a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+ <li><a
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a
href="https://www.apache.org/security/">Security</a></li>
+ <li><a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="container">
+ <ul class="breadcrumb col-md-6">
+ <li><h1 style="color:#000">
+ <img src="logo-white.png" alt="Ratis logo" width="60"
height="60" />
+ <a href="https://ratis.apache.org/">Apache Ratis™</a>
+ </h1></li>
+ </ul>
+ <div class="col-md-6">
+ <ul class="pull-right breadcrumb">
+ <li><h1><a class="acevent" data-format="wide"></a>
+ </h1></li>
+ </ul>
+ </div>
+ </div>
+
+ <nav class="navbar navbar-default navbar-static-top" role="navigation">
+ <div class="container">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle collapsed"
data-toggle="collapse"
+ data-target="#ratis-menu" aria-expanded="false">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ </div>
+
+ <div id="ratis-menu" class="collapse navbar-collapse">
+ <ul class="nav navbar-nav navbar-right">
+ <li><a href="downloads.html">Download</a></li>
+ <li><a href="#gettingstarted">Getting started</a></li>
+ <li><a href="#source">Source</a></li>
+ <li><a href="#community">Community</a></li>
+ <li><a href="#resources">Resources</a></li>
+ </ul>
+ </div>
+ </div>
+ </nav>
+</div>
+
+
+
+<div class="topnav" style="background:#F0F0F0">
+ <div class="container">
+ <div class="jumbotron">
+ <h1 style="color:#000">
+ Open source Java implementation for Raft consensus
protocol.
+ </h1>
+ </div>
+ </div>
+</div>
+
+<div class="container">
+<h1>Release 3.1.2 is available</h1>
+<!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<p><a href="https://ratis.apache.org/downloads.html">Download</a></p>
+<p>This is a maintenance release with multiple improvements and bugfixes.
+See the <a
href="https://github.com/apache/ratis/compare/ratis-3.1.1...ratis-3.1.2">changes
between 3.1.1 and 3.1.2</a> releases.</p>
+<p>It has been tested with <a href="https://ozone.apache.org">Apache
Ozone</a>, <a href="https://iotdb.apache.org">Apache IoTDB</a>.</p>
+
+</div>
+
+<footer>
+ <div class="container">
+
+ <div class="col-md-12 trademark">
+ <p>© 2024 <a href="http://apache.org">The Apache Software
Foundation</a>,
+ Apache, Apache Ratis, the Apache feather logo, and the Apache
Ratis logo are trademarks of The Apache Software Foundation.
+ <p>
+ </div>
+ </div>
+</footer>
+
+
+<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+<script src="./js/underscore-min.js"></script>
+<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
+
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
+ crossorigin="anonymous"></script>
+
+
+</body>
+</html>
+
diff --git a/post/index.xml b/post/index.xml
index 7b1fbab2d..a663da3e6 100644
--- a/post/index.xml
+++ b/post/index.xml
@@ -6,8 +6,15 @@
<description>Recent content in Posts on Apache Ratis</description>
<generator>Hugo</generator>
<language>en-us</language>
- <lastBuildDate>Thu, 26 Sep 2024 00:00:00 +0000</lastBuildDate>
+ <lastBuildDate>Wed, 13 Nov 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="https://ratis.apache.org/post/index.xml" rel="self"
type="application/rss+xml" />
+ <item>
+ <title>Release 3.1.2 is available</title>
+ <link>https://ratis.apache.org/post/3.1.2.html</link>
+ <pubDate>Wed, 13 Nov 2024 00:00:00 +0000</pubDate>
+ <guid>https://ratis.apache.org/post/3.1.2.html</guid>
+ <description><!-- raw HTML omitted -->
<!-- raw HTML
omitted -->
<p><a
href="https://ratis.apache.org/downloads.html">Download</a></p>
<p>This
is a maintenance release with multiple improvements and bugfixes.
See the
<a
href="https://github.com/apache/ratis/compare/ratis-3.1.1...ratis-3.1.2">changes
between 3.1.1 and 3.1.2</a> releases.</p>
<p>It has been
tested with <a href= [...]
+ </item>
<item>
<title>Release 3.1.1 is available</title>
<link>https://ratis.apache.org/post/3.1.1.html</link>
diff --git a/post/page/2.html b/post/page/2.html
index 235af9a8d..94b4129d2 100644
--- a/post/page/2.html
+++ b/post/page/2.html
@@ -105,6 +105,18 @@
<h1 id="title">Posts Archive</h1>
<ul id="list">
+ <h1><a href="/post/2.2.0.html">Release 2.2.0 is available</a></h1>
+ <p><small>2021 Oct 20 </small></p>
+
+ <!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<p><a href="https://ratis.apache.org/downloads.html">Download</a></p>
+<p>It contains improvements and bug fixes based on various Apache Ozone use
cases.
+See the <a
href="https://github.com/apache/ratis/compare/ratis-2.1.0...ratis-2.2.0">changes
between 2.1.0 and 2.2.0</a> releases.</p>
+<p>It has been tested with <a href="https://ozone.apache.org">Apache Ozone</a>
where Apache Ratis is used to replicate raw data and to provide high
availability.</p>
+
+
+
<h1><a href="/post/2.1.0.html">Release 2.1.0 is available</a></h1>
<p><small>2021 Jul 19 </small></p>
diff --git a/sitemap.xml b/sitemap.xml
index 754bfcbe3..6e97fb04e 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,10 +3,13 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://ratis.apache.org/</loc>
- <lastmod>2024-09-26T00:00:00+00:00</lastmod>
+ <lastmod>2024-11-13T00:00:00+00:00</lastmod>
</url><url>
<loc>https://ratis.apache.org/post.html</loc>
- <lastmod>2024-09-26T00:00:00+00:00</lastmod>
+ <lastmod>2024-11-13T00:00:00+00:00</lastmod>
+ </url><url>
+ <loc>https://ratis.apache.org/post/3.1.2.html</loc>
+ <lastmod>2024-11-13T00:00:00+00:00</lastmod>
</url><url>
<loc>https://ratis.apache.org/post/3.1.1.html</loc>
<lastmod>2024-09-26T00:00:00+00:00</lastmod>