Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.18.0
-
None
-
None
Description
The final step of building the candidate is to propose a website pull request containing the following changes:
- update apache/flink-web:_config.yml
- update FLINK_VERSION_STABLE and FLINK_VERSION_STABLE_SHORT as required
- update version references in quickstarts (q/ directory) as required
- (major only) add a new entry to flink_releases for the release binaries and sources
- (minor only) update the entry for the previous release in the series in flink_releases
- Please pay notice to the ids assigned to the download entries. They should be unique and reflect their corresponding version number.
- add a new entry to release_archive.flink
- add a blog post announcing the release in _posts
- add a organized release notes page under docs/content/release-notes and docs/content.zh/release-notes (like https://nightlies.apache.org/flink/flink-docs-release-1.15/release-notes/flink-1.15/). The page is based on the non-empty release notes collected from the issues, and only the issues that affect existing users should be included (e.g., instead of new functionality). It should be in a separate PR since it would be merged to the flink project.
Don’t merge the PRs before finalizing the release.
Expectations
- Website pull request proposed to list the release
- (major only) Check docs/config.toml to ensure that
- the version constants refer to the new version
- the baseurl does not point to flink-docs-master but flink-docs-release-X.Y instead
Attachments
Issue Links
- links to