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

yufei 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 7e48b0241 Add downloads page on the website (#1148)
7e48b0241 is described below

commit 7e48b0241b049eea3ddd54dcf4013206a5256b29
Author: JB Onofré <[email protected]>
AuthorDate: Mon Mar 10 22:35:34 2025 +0100

    Add downloads page on the website (#1148)
---
 site/content/downloads.md | 34 ++++++++++++++++++++++++++++++++++
 site/hugo.yaml            |  7 ++++++-
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/site/content/downloads.md b/site/content/downloads.md
new file mode 100644
index 000000000..dc6168853
--- /dev/null
+++ b/site/content/downloads.md
@@ -0,0 +1,34 @@
+<!--
+  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.
+-->
+
+# Downloads
+
+You can find Apache Polaris resources here, including releases.
+
+## Releases
+
+### 0.9.0
+
+Apache Polaris 0.9.0 release is the first Polaris release. Only the source 
distribution is available for this release.
+
+* 
https://downloads.apache.org/incubator/polaris/0.9.0-incubating/apache-polaris-0.9.0-incubating.tar.gz
+** 
[asc](https://downloads.apache.org/incubator/polaris/0.9.0-incubating/apache-polaris-0.9.0-incubating.tar.gz.asc)
+** 
[sha512](https://downloads.apache.org/incubator/polaris/0.9.0-incubating/apache-polaris-0.9.0-incubating.tar.gz.sha512)
+** [KEYS](https://downloads.apache.org/incubator/polaris/KEYS))
+
diff --git a/site/hugo.yaml b/site/hugo.yaml
index 8c86cee31..099342134 100644
--- a/site/hugo.yaml
+++ b/site/hugo.yaml
@@ -66,7 +66,7 @@ params:
   active_releases:
     # Mention all active releases here, in semver descending order
     - "1.0.0"
-    - "0.1.0"
+    - "0.9.0"
 
   ui:
     ul_show: 1
@@ -109,6 +109,11 @@ menu:
       url: "/in-dev/unreleased/"
       parent: "releases"
 
+    - name: "Downloads"
+      identifier: "downloads"
+      url: "/downloads" 
+      weight: 200
+
     - name: "Community"
       identifier: "community"
       weight: 300

Reply via email to