Foreman 1.23.2 release procedure

Make this post a wiki

Manual updates

Preparing code

  • Compare tagged packages in nightly vs. release koji tag and re-tag any updated dependencies that are required
  • Remove/change release field for any open Redmine tickets assigned to the release still (next minor, unset it or reject)
  • Change Redmine version 1.23.2 state to Closed
  • Ensure that code in git matches issues fixed in 1.23.2 in redmine. issues.rb can be used to generate a comparison between the two.

Tagging a release

  • In foreman 1.23-stable:
    • Make sure test_1_23_stable is green
    • Tag the release using tag.sh tag.sh 1.23.2
    • Push: git push upstream 1.23-stable --follow-tags
  • In smart-proxy 1.23-stable:
  • In foreman-selinux 1.23-stable:
    • Tag the release using tag.sh tag.sh 1.23.2
    • Push: git push upstream 1.23-stable --follow-tags
  • In foreman-installer 1.23-stable:
    • Tag the release using tag.sh tag.sh 1.23.2
    • Push: git push upstream 1.23-stable --follow-tags
  • Run the Jenkins Tarballs Release to create tarballs
  • Update release version similar to here
  • Sign Tarballs

Note: If for some reason there was an issue with the tarballs that required uploading new tarballs, CDN cache should be invalidated so that the builders use the updated tarballs.

Packaging a release

Background documentation

All release pipelines completed.