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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 32b82901a1 fix
32b82901a1 is described below

commit 32b82901a1c3fcc7ada761cb25b1f39d654627e4
Author: Jingsong <[email protected]>
AuthorDate: Fri Jul 12 11:11:49 2024 +0800

    fix
---
 main/template/nav.html                  |  2 +-
 pages/content/releases/release-0.8.2.md | 43 +++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/main/template/nav.html b/main/template/nav.html
index 7104ca1c51..bff082997e 100644
--- a/main/template/nav.html
+++ b/main/template/nav.html
@@ -19,7 +19,7 @@
         <a class="nav-link" 
href="https://paimon.apache.org/downloads.html";>Downloads</a>
       </li>
       <li class="nav-item active px-3">
-        <a class="nav-link" 
href="https://paimon.apache.org/release-0.8.1.html";>Releases</a>
+        <a class="nav-link" 
href="https://paimon.apache.org/release-0.8.2.html";>Releases</a>
       </li>
       <li class="nav-item active px-3">
         <a class="nav-link" href="https://github.com/apache/paimon/";>Github</a>
diff --git a/pages/content/releases/release-0.8.2.md 
b/pages/content/releases/release-0.8.2.md
new file mode 100644
index 0000000000..c172cbdd81
--- /dev/null
+++ b/pages/content/releases/release-0.8.2.md
@@ -0,0 +1,43 @@
+---
+title: "Release 0.8.2"
+weight: 993
+type: docs
+aliases:
+- /release-0.8.2.html
+---
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+# Apache Paimon 0.8.2 Available
+
+July 12, 2024 - Jingsong Lee ([email protected])
+
+Apache Paimon PMC has officially released Apache Paimon 0.8.2 version. This is 
second bug fix version of release 0.8.
+
+Thank you to all contributors for their support!
+
+## Version Overview
+
+This release includes 31 commits.
+
+See https://github.com/apache/paimon/commits/release-0.8.2
+
+## Documentation
+
+https://paimon.apache.org/docs/0.8/
\ No newline at end of file

Reply via email to