summaryrefslogtreecommitdiff
path: root/content/releases.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/releases.html')
-rw-r--r--content/releases.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/content/releases.html b/content/releases.html
index cc5b1c530..0fd2d07f6 100644
--- a/content/releases.html
+++ b/content/releases.html
@@ -43,6 +43,7 @@
Documentation
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
+ <a class="dropdown-item" href="doc/r3.8.1/index.html">Release 3.8.1</a>
<a class="dropdown-item" href="doc/r3.8.0/index.html">Release 3.8.0</a>
<a class="dropdown-item" href="doc/r3.7.1/index.html">Release 3.7.1</a>
<a class="dropdown-item" href="doc/r3.6.4/index.html">Release 3.6.4</a>
@@ -105,8 +106,11 @@ limitations under the License.
<p>The Apache ZooKeeper community supports two release branches at a time: <strong>stable</strong> and <strong>current</strong>. The <strong>stable</strong> version of ZooKeeper is 3.7.x and the <strong>current</strong> version is 3.8.x. Once a new minor version is released, the <strong>stable</strong> version is expected to be decommissioned soon and in approximately half a year will be announced as End-of-Life. During the half year grace period only security and critical fixes are expected to be released for the version. After EoL is announced no further patches are provided by the community. All ZooKeeper releases will remain accessible from the official Apache Archives.</p>
<p><a name="download"></a></p>
<h2>Download</h2>
-<p>Apache ZooKeeper 3.8.0 is our current release, and 3.7.1 our latest stable release.</p>
-<h3>Apache ZooKeeper 3.8.0 (current release)</h3>
+<p>Apache ZooKeeper 3.8.1 is our current release, and 3.7.1 our latest stable release.</p>
+<h3>Apache ZooKeeper 3.8.1</h3>
+<p><a href="https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.8.1/apache-zookeeper-3.8.1-bin.tar.gz">Apache ZooKeeper 3.8.1</a>(<a href="https://downloads.apache.org/zookeeper/zookeeper-3.8.1/apache-zookeeper-3.8.1-bin.tar.gz.asc">asc</a>, <a href="https://downloads.apache.org/zookeeper/zookeeper-3.8.1/apache-zookeeper-3.8.1-bin.tar.gz.sha512">sha512</a>)</p>
+<p><a href="https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.8.1/apache-zookeeper-3.8.1.tar.gz">Apache ZooKeeper 3.8.1 Source Release</a>(<a href="https://downloads.apache.org/zookeeper/zookeeper-3.8.1/apache-zookeeper-3.8.1.tar.gz.asc">asc</a>, <a href="https://downloads.apache.org/zookeeper/zookeeper-3.8.1/apache-zookeeper-3.8.1.tar.gz.sha512">sha512</a>)</p>
+<h3>Apache ZooKeeper 3.8.0</h3>
<p><a href="https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.8.0/apache-zookeeper-3.8.0-bin.tar.gz">Apache ZooKeeper 3.8.0</a>(<a href="https://downloads.apache.org/zookeeper/zookeeper-3.8.0/apache-zookeeper-3.8.0-bin.tar.gz.asc">asc</a>, <a href="https://downloads.apache.org/zookeeper/zookeeper-3.8.0/apache-zookeeper-3.8.0-bin.tar.gz.sha512">sha512</a>)</p>
<p><a href="https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.8.0/apache-zookeeper-3.8.0.tar.gz">Apache ZooKeeper 3.8.0 Source Release</a>(<a href="https://downloads.apache.org/zookeeper/zookeeper-3.8.0/apache-zookeeper-3.8.0.tar.gz.asc">asc</a>, <a href="https://downloads.apache.org/zookeeper/zookeeper-3.8.0/apache-zookeeper-3.8.0.tar.gz.sha512">sha512</a>)</p>
<h3>Apache ZooKeeper 3.7.1 (latest stable release)</h3>
@@ -128,6 +132,9 @@ limitations under the License.
<p>Release notes for Apache Zookeeper releases are available in Jira: <a href="https://issues.apache.org/jira/browse/ZOOKEEPER?report=com.atlassian.jira.plugin.system.project:changelog-panel">Browse release notes</a></p>
<p><a name="news"></a></p>
<h2>News</h2>
+<h3>30 Jan, 2023: release 3.8.1 available</h3>
+<p>This is a bugfix release for 3.8 branch.</p>
+<p>See <a href="https://zookeeper.apache.org/doc/r3.8.1/releasenotes.html">ZooKeeper 3.8.1 Release Notes</a> for details.</p>
<h3>30 December, 2022: release 3.6.4 available</h3>
<p>This is the last bugfix release for 3.6 branch, as 3.6 is EoL since 30th December, 2022.<br />
It fixes 42 issues, including CVE fixes, log4j1 removal (using reload4j from now)<br />