Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: addendum

...

  • Maven artifacts released and indexed in the Maven Central Repository (usually takes about a day to show up)
  • Source distribution available in the release repository of dist.apache.org
  • Source distribution removed from the dev repository of dist.apache.org
  • Website pull request to list the release merged
  • Release tagged in the source code repository
  • Release version finalized in JIRA. (Note: Not all committers have administrator access to JIRA. If you end up getting permissions errors ask on the mailing list for assistance.)

...

Checklist to declare the process completed

  1. Website pull request to list the release merged
  2. Release announced on the user@ mailing list.
  3. Blog post published, if applicable.
  4. Release recorded in reporter.apache.org.
  5. Release announced on social media.
  6. Completion declared on the dev@ mailing list.
  7. Update list of contributors wiki page with new contributors in the release
  8. Update Homebrew: https://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request
  9. Update the reference Flink version in the japicmp maven plugin for the API stability checks to the just released version.
  10. Update the list of previous version in docs/_config.yml on the master branch.
  11. Set show_outdated_warning: true in docs/_config.yml in the branch of the previous Flink version
  12. Update stable and master alias in flink.conf found in https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects
  13. Update docs to "stable" in docs/_config.yml:
  14. (major/minor only) Update migration tests in master to cover migration from new version: (search for usages of MigrationVersion)
    • AbstractOperatorRestoreTestBase
    • CEPMigrationTest
    • BucketingSinkMigrationTest
    • FlinkKafkaConsumerBaseMigrationTest
    • ContinuousFileProcessingMigrationTest
    • WindowOperatorMigrationTest
    • StatefulJobSavepointMigrationITCase
    • StatefulJobWBroadcastStateMigrationITCase

...