Use archive.apache.org for previous releases#3474
Merged
jbonofre merged 1 commit intoapache:mainfrom Jan 21, 2026
Merged
Conversation
Only the last release should be on dist.apache.org.
adutra
approved these changes
Jan 19, 2026
snazy
reviewed
Jan 19, 2026
Member
snazy
left a comment
There was a problem hiding this comment.
@pingtimeout should we update the release workflow to
- "prematurely" push release artifacts to archive.a.o and
- purge previous releases from downloads.a.o in the final workflow?
Member
Author
|
No we should not push to archive: it's automatically sync with dist. However we can cleanup previous releases from dist.apache.org when a new release is promoted. We should also update the website to use archive.apache.org on previous releases. |
pingtimeout
approved these changes
Jan 19, 2026
Contributor
|
@jbonofre If I understand correctly, there should only be one version on the dist release SVN server? |
Member
Author
|
@pingtimeout yes, dist.apache.org (release space e.g. https://dist.apache.org/repos/dist/release/incubator/polaris/) should contain only the latest release. |
Member
Author
|
@pingtimeout for instance https://dist.apache.org/repos/dist/release/karaf/ you can see only the latest releases on each active branch. |
dimas-b
approved these changes
Jan 19, 2026
evindj
pushed a commit
to evindj/polaris
that referenced
this pull request
Jan 26, 2026
Only the last release should be on dist.apache.org.
snazy
added a commit
to snazy/polaris
that referenced
this pull request
Feb 11, 2026
* (feat) Add example for rustfs integration (apache#3482) * Add example for rustfs * Make it podman compatible and used fixed version for images * Add disclaimer for mc and set polaris tag to be latest * Avoid latest image tage for all other images except polaris (apache#3497) * Use archive.apache.org for previous releases. (apache#3474) Only the last release should be on dist.apache.org. * Site: Update Slack invite (apache#3487) * Updated cli doc with new options introduced in catalog create (apache#3502) * NoSQL: Retain only the most recent state in metastore maintenance (apache#3483) * Extract root Principal setup code into a common util class (apache#3446) * Add `AuthBootstrapUtil` to contain the canonical setup code for the "root" Polaris Principal and default roles. * This class is not meant for reuse outside the Polaris codebase. * Use types config for `POLARIS_TASK_TIMEOUT_MILLIS` (apache#3477) Add a typed `FeatureConfiguration` with the same config name and default value. * Use typed config for `ALLOW_WILDCARD_LOCATION` (apache#3479) Add a typed `FeatureConfiguration` with the same config name and default value. * Last merged commit bf25373 --------- Co-authored-by: Yong Zheng <yongzheng0809@gmail.com> Co-authored-by: JB Onofré <jbonofre@apache.org> Co-authored-by: Yufei Gu <yufei@apache.org> Co-authored-by: Dmitri Bourlatchkov <dmitri.bourlatchkov@gmail.com>
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.
Only the last release should be on dist.apache.org, all previous releases are available on archive.apache.org.
I will clean up dist.apache.org once this PR is merged.