fix(site): Bump the binary distribution version.#3624
Merged
dimas-b merged 1 commit intoapache:mainfrom Feb 2, 2026
Merged
Conversation
dimas-b
approved these changes
Jan 31, 2026
Contributor
dimas-b
left a comment
There was a problem hiding this comment.
Good catch! Thanks, @chrisqu777 !
jbonofre
approved these changes
Jan 31, 2026
Member
|
Maybe we should use a generic version (like x.y.z) to be always up to date. |
Contributor
|
This is meant to be a copy-paste example... Not sure if placeholders are going to be convenient to end users.... but we may be able to make the script a bit more fancy to work with the latest released artifact regardless of its version 🤔 I'm going to merge this fix for now. |
sungwy
pushed a commit
to sungwy/polaris
that referenced
this pull request
Feb 7, 2026
Co-authored-by: ChristopherQu <35272962+ChristopherQu@users.noreply.github.com>
snazy
added a commit
to snazy/polaris
that referenced
this pull request
Feb 11, 2026
* fix(site): Bump the binary distribution version. (apache#3624) Co-authored-by: ChristopherQu <35272962+ChristopherQu@users.noreply.github.com> * chore(deps): update actions/stale digest to dcd2b94 (apache#3643) * security(getting-started): enforce stronger postgres password and restrict database access (apache#3570) * security(getting-started): enforce strong postgres passwords and restrict database access - Add POSTGRES_PASSWORD environment variable to specify the Postgres database password. - Add validation to reject weak default "postgres" password. - Generate random 16-character password if POSTGRES_PASSWORD is not provided. - Replace all hardcoded "postgres" password references with $POSTGRES_PASSWORD variable. - Restrict Azure PostgreSQL access to VM's public IP using `--public-access` flag. This aligns security posture across AWS (VPC-only), Azure (IP-restricted), and GCP (authorized-networks) - Update documentation site to describe the POSTGRES_PASSWORD environment variable. * OpenAPI specs: update README with detailed API specifications (apache#3629) * CI: simplify `ci-incr-build-cache-save` action usage (apache#3626) * CI: simplify upload-artifacts call + only on failure (apache#3627) * CI: simplify java-setup action usage (apache#3628) * STS roleArn: enable 3rd party STS services (apache#3619) Certain non-AWS STS service implementations use role ARNs that look quite different from AWS ones. This change shall enable those STS implementations. Example role ARNs that currently fail: * `urn:ecs:sts::s3:assumed-role/s3assumeRole/user1-105-temp` * `urn:sgws:identity::12345:group/foo-bar-abcdef` Related issue apache#2743 * Last merged commit 29ccdd1 --------- Co-authored-by: HJ Q. <35272962+chrisqu777@users.noreply.github.com> Co-authored-by: ChristopherQu <35272962+ChristopherQu@users.noreply.github.com> Co-authored-by: Mend Renovate <bot@renovateapp.com> Co-authored-by: Pierre Laporte <pierre@pingtimeout.fr> Co-authored-by: Alexandre Dutra <adutra@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump the binary distribution version in
getting-startedpage as1.3.0is the available release version on https://downloads.apache.org/incubator/polaris/The current command will return
no such file or directory: polaris-distribution-1.2.0-incubatingChecklist
CHANGELOG.md(if needed)site/content/in-dev/unreleased(if needed)