Conversation
| @@ -0,0 +1,14 @@ | |||
| <!DOCTYPE html> | |||
There was a problem hiding this comment.
This layout is also being introduced in #3876: it's the same mechanism.
site/content/downloads/_index.md
Outdated
| # specific language governing permissions and limitations | ||
| # under the License. | ||
| # | ||
| title: Apache Polaris Releases |
There was a problem hiding this comment.
TBH my preference would be to rename this section "Downloads".
c47a7ac to
378434b
Compare
site/content/downloads/_index.md
Outdated
|
|
||
| - **Upgrade Notes** | ||
| - The legacy management endpoints at `/metrics` and `/healthcheck` have been removed. Please use the standard management endpoints at `/q/metrics` and `/q/health` instead. | ||
| - [1.3.0](1.3.0/) - Released January 16th, 2026 |
There was a problem hiding this comment.
We could introduce shortcodes for these as well, but not sure if it's worth it.
There was a problem hiding this comment.
Yea, hard to implement those shortcode w/ the release datas
site/content/downloads/_index.md
Outdated
|
|
||
| - **Upgrade Notes** | ||
| - The legacy management endpoints at `/metrics` and `/healthcheck` have been removed. Please use the standard management endpoints at `/q/metrics` and `/q/health` instead. | ||
| - [1.3.0](1.3.0/) - Released January 16th, 2026 |
There was a problem hiding this comment.
Yea, hard to implement those shortcode w/ the release datas
| type: 'redirect' | ||
| layout: 'redirect' | ||
| params: | ||
| redirect_to: '/downloads/1.3.0/' |
There was a problem hiding this comment.
| redirect_to: '/downloads/1.3.0/' | |
| redirect_to: '/downloads/1.3.0/' # Replace after a Polaris release |
As a "heads up" and "marker" for a script.
site/content/downloads/README.md
Outdated
| - Change all artifact URLs from `https://dlcdn.apache.org/` and `https://downloads.apache.org/` | ||
| to `https://archive.apache.org/dist/` |
There was a problem hiding this comment.
Wouldn't it be simpler to refer to the GH release artifacts, which wouldn't need to be changed?
There was a problem hiding this comment.
But is an Apache project allowed to redirect users to GH for downloads?
There was a problem hiding this comment.
Those are convenience binary artifacts. Similar to Docker and PyPi.
For Polaris server, admin-tool, distribution, we could also publish those to Maven Central and link those, but GH release artifacts are likely "more visible" to our users than artifacts on Maven Central.
Anyway, not for this PR ;)
9cfecd2 to
dde1603
Compare
|
Heads up: the section has been renamed to "Downloads". |
site/content/downloads/README.md
Outdated
|
|
||
| ```yaml | ||
| --- | ||
| title: "Apache Polaris [version]-incubating" # Full title shown on the page |
There was a problem hiding this comment.
| title: "Apache Polaris [version]-incubating" # Full title shown on the page | |
| title: "Apache Polaris [version]" # Full title shown on the page |
site/content/downloads/README.md
Outdated
| title: "Apache Polaris [version]-incubating" # Full title shown on the page | ||
| linkTitle: "[version]" # Short version shown in the sidebar | ||
| release_version: "[version]" # Used for active/EOL categorization | ||
| weight: [number] # Decrement by 10 from previous version |
This change splits the Releases section single page into many navigable pages. It also adds a dropdown menu to the Releases section, and a landing page for the section. It also introduces a new "permalink": https://polaris.apache.org/downloads/latest/
a84b283 to
a91d22b
Compare
eae352d to
ff6bdc6
Compare


This change splits the Releases section single page into many navigable pages.
It also adds a dropdown menu to the Releases section, and a landing page for the section.
It also introduces a new "permalink":
https://polaris.apache.org/downloads/latest/
Checklist
CHANGELOG.md(if needed)site/content/in-dev/unreleased(if needed)