This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/ratis.git

commit d36da9156cfee50a1634cb16e8575a742a341fda
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Jul 4 19:22:26 2024 +0200

    RATIS-2122. Update website with Ratis 3.1.0 release
---
 downloads.html   |  40 ++++++++---------
 index.html       |   2 +-
 index.xml        |  13 +++++-
 lifecycle.svg    |   2 +-
 post.html        |  24 +++++-----
 post/3.1.0.html  | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 post/index.xml   |  13 +++++-
 post/page/2.html |  12 +++++
 sitemap.xml      |   7 ++-
 9 files changed, 208 insertions(+), 38 deletions(-)

diff --git a/downloads.html b/downloads.html
index d48e5e492..c031ed529 100644
--- a/downloads.html
+++ b/downloads.html
@@ -116,6 +116,26 @@ The binaries are also uploaded to the maven central for 
convenience. (See the ge
 
     
     
+     <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>
+    
+    
+    
      <tr>
        <td>3.0.1</td>
        <td>2024 Jan 9</td>
@@ -195,26 +215,6 @@ The binaries are also uploaded to the maven central for 
convenience. (See the ge
      </tr>
     
     
-    
-     <tr>
-       <td>2.4.1</td>
-       <td>2022 Nov 26</td>
-       <td>
-         <a 
href="https://www.apache.org/dyn/closer.cgi/ratis/2.4.1/apache-ratis-2.4.1-src.tar.gz";>source</a>
-         (<a 
href="https://downloads.apache.org/ratis/2.4.1/apache-ratis-2.4.1-src.tar.gz.mds";>checksum</a>
-         <a 
href="https://downloads.apache.org/ratis/2.4.1/apache-ratis-2.4.1-src.tar.gz.asc";>signature</a>)
-        </td>
-        <td>
-          <a 
href="https://www.apache.org/dyn/closer.cgi/ratis/2.4.1/apache-ratis-2.4.1-bin.tar.gz";>binary</a>
-          (<a 
href="https://downloads.apache.org/ratis/2.4.1/apache-ratis-2.4.1-bin.tar.gz.mds";>checksum</a>
-          <a 
href="https://downloads.apache.org/ratis/2.4.1/apache-ratis-2.4.1-bin.tar.gz.asc";>signature</a>)
-         </td>
-         <td>
-           <a href="post/2.4.1.html">Announcement</a>
-         </td>
-     </tr>
-    
-    
   </table>
 </p>
 
diff --git a/index.html b/index.html
index 74685f8f0..ce52ea121 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 Jan 9 </small>
+                <small class="pull-right">2024 Jun 29 </small>
             </div>
             
         </div>
diff --git a/index.xml b/index.xml
index cb5320250..1ee3d1611 100644
--- a/index.xml
+++ b/index.xml
@@ -6,7 +6,18 @@
     <description>Recent content on Apache Ratis</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <lastBuildDate>Tue, 09 Jan 2024 00:00:00 +0000</lastBuildDate><atom:link 
href="https://ratis.apache.org/index.xml"; rel="self" type="application/rss+xml" 
/>
+    <lastBuildDate>Sat, 29 Jun 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.0 is available</title>
+      <link>https://ratis.apache.org/post/3.1.0.html</link>
+      <pubDate>Sat, 29 Jun 2024 00:00:00 +0000</pubDate>
+      
+      <guid>https://ratis.apache.org/post/3.1.0.html</guid>
+      <description>Download
+This is a maintenance release with multiple improvements and bugfixes. See the 
changes between 3.0.1 and 3.1.0 releases.
+It has been tested with Apache Ozone and Apache IoTDB, where Apache Ratis is 
used to replicate raw data and to provide high availability.</description>
+    </item>
+    
     <item>
       <title>Release 3.0.1 is available</title>
       <link>https://ratis.apache.org/post/3.0.1.html</link>
diff --git a/lifecycle.svg b/lifecycle.svg
index 150802774..32c997b5e 100644
--- a/lifecycle.svg
+++ b/lifecycle.svg
@@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License. See accompanying LICENSE file.
 -->
-<!-- Generated by graphviz version 2.47.3 (0)
+<!-- Generated by graphviz version 2.43.0 (0)
  -->
 <!-- Title: LogServiceStates Pages: 1 -->
 <svg width="357pt" height="634pt"
diff --git a/post.html b/post.html
index 7f0a5dcc8..b2a0af2ed 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.0.html">Release 3.1.0 is available</a></h1>
+            <p><small>2024 Jun 29 </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.0.1...ratis-3.1.0";>changes
 between 3.0.1 and 3.1.0</a> releases.</p>
+<p>It has been tested with <a href="https://ozone.apache.org";>Apache Ozone</a> 
and <a href="https://iotdb.apache.org";>Apache IoTDB</a>,
+where Apache Ratis is used to replicate raw data and to provide high 
availability.</p>
+
+
+            
             <h1><a href="/post/3.0.1.html">Release 3.0.1 is available</a></h1>
             <p><small>2024 Jan 9 </small></p>
 
@@ -410,18 +422,6 @@ See the <a 
href="https://github.com/apache/ratis/compare/ratis-2.0.0...ratis-2.1
 
 
             
-            <h1><a href="/post/2.0.0.html">Release 2.0.0 is available</a></h1>
-            <p><small>2021 Mar 24 </small></p>
-
-            <!-- raw HTML omitted -->
-<!-- raw HTML omitted -->
-<p><a href="https://ratis.apache.org/downloads.html";>Download</a></p>
-<p>It contains around 260 improvements and bug fixes based on various Apache 
Ozone use cases.
-See the <a 
href="https://github.com/apache/ratis/compare/ratis-1.0.0...ratis-2.0.0";>changes
 between 1.0.0 and 2.0.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.0.html b/post/3.1.0.html
new file mode 100644
index 000000000..75711614d
--- /dev/null
+++ b/post/3.1.0.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&trade;</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.0 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.0.1...ratis-3.1.0";>changes
 between 3.0.1 and 3.1.0</a> releases.</p>
+<p>It has been tested with <a href="https://ozone.apache.org";>Apache Ozone</a> 
and <a href="https://iotdb.apache.org";>Apache IoTDB</a>,
+where Apache Ratis is used to replicate raw data and to provide high 
availability.</p>
+
+</div>
+
+<footer>
+    <div class="container">
+
+        <div class="col-md-12 trademark">
+            <p>&copy; 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 9d82d106f..b28d82e7d 100644
--- a/post/index.xml
+++ b/post/index.xml
@@ -6,7 +6,18 @@
     <description>Recent content in Posts on Apache Ratis</description>
     <generator>Hugo -- gohugo.io</generator>
     <language>en-us</language>
-    <lastBuildDate>Tue, 09 Jan 2024 00:00:00 +0000</lastBuildDate><atom:link 
href="https://ratis.apache.org/post/index.xml"; rel="self" 
type="application/rss+xml" />
+    <lastBuildDate>Sat, 29 Jun 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.0 is available</title>
+      <link>https://ratis.apache.org/post/3.1.0.html</link>
+      <pubDate>Sat, 29 Jun 2024 00:00:00 +0000</pubDate>
+      
+      <guid>https://ratis.apache.org/post/3.1.0.html</guid>
+      <description>Download
+This is a maintenance release with multiple improvements and bugfixes. See the 
changes between 3.0.1 and 3.1.0 releases.
+It has been tested with Apache Ozone and Apache IoTDB, where Apache Ratis is 
used to replicate raw data and to provide high availability.</description>
+    </item>
+    
     <item>
       <title>Release 3.0.1 is available</title>
       <link>https://ratis.apache.org/post/3.0.1.html</link>
diff --git a/post/page/2.html b/post/page/2.html
index a6288882b..7ca2b5746 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.0.0.html">Release 2.0.0 is available</a></h1>
+            <p><small>2021 Mar 24 </small></p>
+
+            <!-- raw HTML omitted -->
+<!-- raw HTML omitted -->
+<p><a href="https://ratis.apache.org/downloads.html";>Download</a></p>
+<p>It contains around 260 improvements and bug fixes based on various Apache 
Ozone use cases.
+See the <a 
href="https://github.com/apache/ratis/compare/ratis-1.0.0...ratis-2.0.0";>changes
 between 1.0.0 and 2.0.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/1.0.0.html">GA Release 1.0.0 is 
available</a></h1>
             <p><small>2020 Jul 20 </small></p>
 
diff --git a/sitemap.xml b/sitemap.xml
index 947d25a97..7e7cbafab 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-01-09T00:00:00+00:00</lastmod>
+    <lastmod>2024-06-29T00:00:00+00:00</lastmod>
   </url><url>
     <loc>https://ratis.apache.org/post.html</loc>
-    <lastmod>2024-01-09T00:00:00+00:00</lastmod>
+    <lastmod>2024-06-29T00:00:00+00:00</lastmod>
+  </url><url>
+    <loc>https://ratis.apache.org/post/3.1.0.html</loc>
+    <lastmod>2024-06-29T00:00:00+00:00</lastmod>
   </url><url>
     <loc>https://ratis.apache.org/post/3.0.1.html</loc>
     <lastmod>2024-01-09T00:00:00+00:00</lastmod>

Reply via email to