Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.17.0
-
None
Description
This umbrella issue is meant as a test balloon for moving the release documentation into Jira.
Prerequisites
Environment Variables
Commands in the subtasks might expect some of the following enviroment variables to be set accordingly to the version that is about to be released:
RELEASE_VERSION="1.5.0" SHORT_RELEASE_VERSION="1.5" CURRENT_SNAPSHOT_VERSION="$SHORT_RELEASE_VERSION-SNAPSHOT" NEXT_SNAPSHOT_VERSION="1.6-SNAPSHOT" SHORT_NEXT_SNAPSHOT_VERSION="1.6"
Build Tools
All of the following steps require to use Maven 3.2.5 and Java 8. Modify your PATH environment variable accordingly if needed.
Flink Source
- Create a new directory for this release and clone the Flink repository from Github to ensure you have a clean workspace (this step is optional).
- RunĀ mvn -Prelease clean install to ensure that the build processes that are specific to that profile are in good shape (this step is optional).
The rest of this instructions assumes that commands are run in the root (or ./tools directory) of a repository on the branch of the release version with the above environment variables set.
Attachments
Issue Links
- blocks
-
FLINK-31154 Build Release Candidate: 1.17.0-rc1
- Resolved
- is cloned by
-
FLINK-32921 Prepare Flink 1.18 Release
- Resolved
-
FLINK-34275 Prepare Flink 1.19 Release
- Closed
1.
|
Create a new version in JIRA | Resolved | Martijn Visser | |
2.
|
Triage release-blocking issues in JIRA | Resolved | Qingsheng Ren | |
3.
|
Review and update documentation | Resolved | Qingsheng Ren | |
4.
|
Cross team testing | Resolved | Qingsheng Ren | |
5.
|
Review Release Notes in JIRA | Resolved | Qingsheng Ren | |
6.
|
Select executing Release Manager | Resolved | Qingsheng Ren | |
7.
|
Create a release branch | Resolved | Leonard Xu | |
8.
|
Verify that no exclusions were erroneously added to the japicmp plugin | Resolved | Matthias Pohl |