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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new a0f454edc Add 1.0.1 release to the website (#2400)
a0f454edc is described below

commit a0f454edc0b9d17aac12c10e595cceaa84c2337d
Author: JB Onofré <jbono...@apache.org>
AuthorDate: Wed Aug 20 07:14:59 2025 +0200

    Add 1.0.1 release to the website (#2400)
---
 site/content/downloads/_index.md | 13 +++++++++++++
 site/hugo.yaml                   |  9 +++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/site/content/downloads/_index.md b/site/content/downloads/_index.md
index c27dc690e..978be52d0 100644
--- a/site/content/downloads/_index.md
+++ b/site/content/downloads/_index.md
@@ -30,6 +30,19 @@ params:
 ## Helm Chart
 Repo: https://downloads.apache.org/incubator/polaris/helm-chart
 
+## 1.0.1 release
+| Artifact                                                                     
                                                                                
                                    | PGP Sig                                   
                                                                                
                               | SHA-512 |
+|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|---|
+| [source 
tar.gz](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/apache-polaris-1.0.1-incubating.tar.gz)
                                                              | 
[.asc](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/apache-polaris-1.0.1-incubating.tar.gz.asc)
                                       | 
[.sha512](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/apache-polaris-1.0.1-incubating.tar.gz.sha512)
 |
+| [binary 
tgz](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/polaris-bin-1.0.1-incubating.tgz)
                                                                       | 
[.asc](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/polaris-bin-1.0.1-incubating.tgz.asc)
                                             | 
[.sha512](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/polaris-bin-1.0.1-incubating.tgz.sha512)
 |
+| [binary 
zip](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/polaris-bin-1.0.1-incubating.zip)
                                                                       | 
[.asc](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/polaris-bin-1.0.1-incubating.zip.asc)
                                             | 
[.sha512](https://downloads.apache.org/incubator/polaris/1.0.1-incubating/polaris-bin-1.0.1-incubating.zip.sha512)
 |
+| [Spark 3.5 with Scala 2.12 Client 
Jar](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.12/1.0.1-incubating/polaris-spark-3.5_2.12-1.0.1-incubating-bundle.jar)
 | 
[.asc](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.12/1.0.1-incubating/polaris-spark-3.5_2.12-1.0.1-incubating-bundle.jar.asc)
 | 
[.sha512](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.12/1.0.1-incubating/polaris-spark-3.5_2.12-1.0.1-incubating-bundle.jar.s
 [...]
+| [Spark 3.5 with Scala 2.13 Client 
Jar](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.13/1.0.1-incubating/polaris-spark-3.5_2.13-1.0.1-incubating-bundle.jar)
 | 
[.asc](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.13/1.0.1-incubating/polaris-spark-3.5_2.13-1.0.1-incubating-bundle.jar.asc)
 | 
[.sha512](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.13/1.0.1-incubating/polaris-spark-3.5_2.13-1.0.1-incubating-bundle.jar.s
 [...]
+
+Apache Polaris 1.0.1-incubating was released on August 16th, 2025. It's a 
maintenance release on the 1.0.0 release fixing a couple of issues on the Helm 
Chart:
+- remove db-kind in Helm Chart
+- add relational-jdbc to helm
+
 ## 1.0.0 release
 | Artifact                                                                     
                                                                                
                                    | PGP Sig                                   
                                                                                
                               | SHA-512 |
 
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|---|
diff --git a/site/hugo.yaml b/site/hugo.yaml
index 1b373f778..971c40c8c 100644
--- a/site/hugo.yaml
+++ b/site/hugo.yaml
@@ -65,6 +65,7 @@ params:
   # at the very right in the navbar.
   active_releases:
     # Mention all active releases here, in semver descending order
+    - "1.0.1"
     - "1.0.0"
     - "0.9.0"
 
@@ -102,14 +103,18 @@ menu:
       url: "/in-dev/unreleased/"
       parent: "releases"
       weight: 10
+    - name: "1.0.1"
+      url: "/releases/1.0.1/"
+      parent: "releases"
+      weight: 20
     - name: "1.0.0"
       url: "/releases/1.0.0/"
       parent: "releases"
-      weight: 20
+      weight: 30
     - name: "0.9.0"
       url: "/releases/0.9.0/"
       parent: "releases"
-      weight: 30
+      weight: 40
 
     - name: "Downloads"
       identifier: "downloads"

Reply via email to