Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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 Homebrew: https://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request
  8. Update the reference Flink version in the japicmp maven plugin for the API stability checks to the just released version.
  9. Update the list of previous version in docs/_config.yml on the master branch.
  10. Set show_outdated_warning: true in docs/_config.yml in the branch of the previous Flink version
  11. Update stable and master alias in flink.conf found in https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects
  12. Update docs to "stable" in docs/_config.yml in the branch of the just-released version:
  13. (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

...