From 1340a7869fa2c016747dacfd3dee4ed2ce6a3fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Fri, 19 Sep 2025 09:53:17 +0200 Subject: [PATCH] Add 1.1.0-incubating release on the website --- .../09/19/apache-polaris-1.1.0-incubating.md | 47 +++++++++++++++++++ site/content/downloads/_index.md | 25 ++++++++-- site/hugo.yaml | 11 +++-- 3 files changed, 77 insertions(+), 6 deletions(-) create mode 100644 site/content/blog/2025/09/19/apache-polaris-1.1.0-incubating.md diff --git a/site/content/blog/2025/09/19/apache-polaris-1.1.0-incubating.md b/site/content/blog/2025/09/19/apache-polaris-1.1.0-incubating.md new file mode 100644 index 0000000000..14050dca85 --- /dev/null +++ b/site/content/blog/2025/09/19/apache-polaris-1.1.0-incubating.md @@ -0,0 +1,47 @@ +--- +# +# 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. +# +title: Apache Polaris 1.1.0-incubating has been released! +date: 2025-09-19 +--- + +The Apache Polaris team is pleased to announce Apache Polaris 1.1.0-incubating. + +This release includes: +* **New features & enchancements** +** Support for non-AWS S3 compatible storage with STS +** Use of Realm instead of RealmId +** Documentation improvements (release process, multi-realms configuration) +* **Bug fixes** +** Fix drop view with default server configuration +** Fix MinIO support +** Remove ThreadLocal + +This release can be downloaded: +* https://polaris.apache.org/downloads/ + +The artifacts are available on Maven Central. + +The Docker images are available on Docker Hub: +* https://hub.docker.com/r/apache/polaris/tags +* https://hub.docker.com/r/apache/polaris-admin-tool/tags + +Enjoy ! + +The Apache Polaris team. diff --git a/site/content/downloads/_index.md b/site/content/downloads/_index.md index 978be52d08..16ef58b06b 100644 --- a/site/content/downloads/_index.md +++ b/site/content/downloads/_index.md @@ -30,7 +30,26 @@ params: ## Helm Chart Repo: https://downloads.apache.org/incubator/polaris/helm-chart -## 1.0.1 release +## 1.1.0 +| Artifact | PGP Sig | SHA-512 | +|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|---| +| [source tar.gz](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/apache-polaris-1.1.0-incubating.tar.gz) | [.asc](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/apache-polaris-1.1.0-incubating.tar.gz.asc) | [.sha512](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/apache-polaris-1.1.0-incubating.tar.gz.sha512) | +| [binary tgz](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-incubating.tgz) | [.asc](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-incubating.tgz.asc) | [.sha512](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-incubating.tgz.sha512) | +| [binary zip](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-incubating.zip) | [.asc](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-incubating.zip.asc) | [.sha512](https://downloads.apache.org/incubator/polaris/1.1.0-incubating/polaris-bin-1.1.0-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.1.0-incubating/polaris-spark-3.5_2.12-1.1.0-incubating-bundle.jar) | [.asc](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.12/1.1.0-incubating/polaris-spark-3.5_2.12-1.1.0-incubating-bundle.jar.asc) | [.sha512](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.12/1.1.0-incubating/polaris-spark-3.5_2.12-1.1.0-incubating-bundle.jar.sha512) | +| [Spark 3.5 with Scala 2.13 Client Jar](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.13/1.1.0-incubating/polaris-spark-3.5_2.13-1.1.0-incubating-bundle.jar) | [.asc](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.13/1.1.0-incubating/polaris-spark-3.5_2.13-1.1.0-incubating-bundle.jar.asc) | [.sha512](https://repo1.maven.org/maven2/org/apache/polaris/polaris-spark-3.5_2.13/1.1.0-incubating/polaris-spark-3.5_2.13-1.1.0-incubating-bundle.jar.sha512) | + +Apache Polaris 1.1.0-incubating was released on September 19th, 2025. +- **New features & enhancements** + - Support for non-AWS S3 compatible storage with STS + - Use of Realm instead of RealmId + - Documentation improvements (release process, multi-realms configuration) +- **Bug fixes** + - Fix drop view with default server configuration + - Fix MinIO support + - Remove ThreadLocal + +## 1.0.1 | 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) | @@ -43,7 +62,7 @@ Apache Polaris 1.0.1-incubating was released on August 16th, 2025. It's a mainte - remove db-kind in Helm Chart - add relational-jdbc to helm -## 1.0.0 release +## 1.0.0 | Artifact | PGP Sig | SHA-512 | |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|---| | [source tar.gz](https://downloads.apache.org/incubator/polaris/1.0.0-incubating/apache-polaris-1.0.0-incubating.tar.gz) | [.asc](https://downloads.apache.org/incubator/polaris/1.0.0-incubating/apache-polaris-1.0.0-incubating.tar.gz.asc) | [.sha512](https://downloads.apache.org/incubator/polaris/1.0.0-incubating/apache-polaris-1.0.0-incubating.tar.gz.sha512) | @@ -78,7 +97,7 @@ Apache Polaris 1.0.0-incubating was released on July 9th, 2025. - **Server Configuration** – The format used to configure the Polaris service in 0.9 has changed with the migration to Quarkus and changes to configurations - **Bootstrap Flow** – The bootstrap flow used in 0.9 has changed with the migration to Quarkus and the new admin tool -## 0.9.0 release +## 0.9.0 | Artifact | PGP Sig | SHA-512 | |------------------------------------------------------------------------------------------------------------------------------------------|---|---| diff --git a/site/hugo.yaml b/site/hugo.yaml index 44defa840f..33116ebcf5 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.1.0" - "1.0.1" - "1.0.0" - "0.9.0" @@ -103,18 +104,22 @@ menu: url: "/in-dev/unreleased/" parent: "releases" weight: 10 + - name: "1.1.0" + url: "/releases/1.1.0/" + parent: "releases" + weight: 20 - name: "1.0.1" url: "/releases/1.0.1/" parent: "releases" - weight: 20 + weight: 30 - name: "1.0.0" url: "/releases/1.0.0/" parent: "releases" - weight: 30 + weight: 40 - name: "0.9.0" url: "/releases/0.9.0/" parent: "releases" - weight: 40 + weight: 50 - name: "Downloads" identifier: "downloads"