Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
dist.apache.org
For a new bugfix version remove all release files for previous bugfix releases in the same series, e.g., when releasing 1.18.1, remove the 1.18.0 release.
- If you have not already, check out the Flink section of the release repository on dist.apache.org via Subversion. In a fresh directory:
svn checkout https://dist.apache.org/repos/dist/release/flink --depth=immediates cd flink
- Remove files for outdated releases and commit the changes.
svn remove flink-<version_to_remove> svn commit
- Verify that files are removed
Remember to remove the corresponding download links from the website.
CI
Disable the cron job for the now-unsupported version from (tools/azure-pipelines/build-apache-repo.yml) in the respective branch.