Make this post a wiki
Prep Week: 2021-01-18 to 2021-01-22
Installer Maintainer
- Make releases of installer modules
Release Owner
- Ensure headline features planned for the release have been merged or push them off to the next release.
- Translations:
-
Update locales in foreman develop:
make -C locale tx-update
- Ask plugin authors to start extracting i18n strings and pushing the changes into develop/master git branches so Transiflex can pick it up
- Announce string freeze date on discourse and send announcement via https://www.transifex.com/foreman/foreman/announcements/
- Update foreman-dev with translations status to encourage 100% translations before release
-
Update locales in foreman develop:
Stabilization Week: 2021-01-25 to 2021-01-29
Release Owner
- Announce start of stabilization week to discourse development category.
- Request new Hammer CLI release from maintainers if needed.
- Prepare the manual for the new version:
-
Change
$next
parameter on web class to point to the new version number. - Copy website manual content from nightly to 2.4 and update version numbers mentioned in it.
- Clean up deprecation and upgrade warnings from nightly manual.
-
Change
- Add new languages that are at a reasonable completion on Transifex to develop
Release Engineer
- Create new GPG key for release. See GPG_Keys if needed.
-
Publish the key by exporting the GPG key
- Update the website’s security.md and create a file in static/keys
- Create releases/2.4/RPM-GPG-KEY-foreman on yum.theforeman.org
-
Commit the settings file to the
theforeman-rel-eng
repository
-
Create new settings files for client, ensure it has the rights
OSES
list and commit it too. -
Create
configs/foreman/2.4.yaml
based on the nightly and previous release. Ensure that anybased_on
entries are filled out and pointing to nightly version of tag.-
Generate mash configs
bundle exec ./tools.rb mash-scripts configs/foreman/2.4.yaml sed -i '/strict_keys/ s/True/False/' mash_scripts/foreman/2.4.0/foreman-plugins-2.4-*.mash
- Open PR with new config and mash scripts for review
-
Create mash configuration on Koji, from tool_belt checkout:
scp mash_scripts/foreman/2.4.0/*.mash root@koji.katello.org:/etc/mash/
-
Generate mash configs
- Update mash script if needed - collection-mash-split.py
-
Add the new release to the JJB job definitions in foreman-infra
-
Create a
2.4.groovy
inpipelines/vars/foreman/
describing the operating systems the release supports -
Add
2.4
to the version list intheforeman.org/yaml/includes/foreman_versions.yaml.inc
-
Add
2.4
to the version list incentos.org/jobs/foreman-pipelines.yml
-
Create
test_2_4_stable.yaml
andtest_proxy_2_4_stable.yaml
inyaml/jobs/
-
Create a
- Open PR to remove any jobs that are related to end of life versions
- Open PR to add 2.4 to Forklift versions config. Once the PR is merged, upgrade pipelines will fail, so do not merge it before packaging has been branched.
Branching: 2021-02-01
Release Engineer
-
Branch RPM packaging using tool_belt
-
Clone tags and create build targets in Koji:
bundle exec ./tools.rb koji --commit configs/foreman/2.4.yaml
-
Create a
rpm/2.4
branch in foreman-packaging based onrpm/develop
-
Clone tags and create build targets in Koji:
-
Branch Debian packaging
- Clone Debian nightly repos to 2.4 using copy/freight instructions
-
Create a
deb/2.4
branch in foreman-packaging based ondeb/develop
Release Owner
-
Create 2.4-stable branches
- foreman
-
foreman-installer
-
bundle exec rake pin_modules && sed -i '/Puppetfile.lock/d' .gitignore && bundle exec librarian-puppet install && git add Puppetfile*
-
- foreman-selinux
- smart-proxy
- hammer-cli
- hammer-cli-foreman
The next step should only be done after all branching, including packaging, has completed.
-
Bump versions to 2.5-develop
echo 2.5.0-develop > VERSION
-
foreman
Also change package.json version field to 2.5.0 - foreman-installer
- foreman-selinux
- smart-proxy
- hammer-cli
- hammer-cli-foreman
-
foreman
Preparing build systems: 2021-02-01
Release engineer
-
Update foreman-packaging rpm/develop to ensure nightlies build:
-
rpm/develop:
-
Update the build tag:
sed -i 's/fm2_4/fm2_5/g' rel-eng/{releasers.conf,tito.props} package_manifest.yaml
-
Set to version
2.5.0
, reset release to1
inpackages/foreman/foreman{,-{installer,proxy,release,selinux}}/*.spec
andpackages/foreman/rubygem-hammer_cli{,_foreman}/*.spec
. Then create a changelog usingobal changelog --message '- Bump version to 2.5-develop' foreman{,-{installer,proxy,release,selinux}} rubygem-hammer_cli{,_foreman}
-
Update the build tag:
-
deb/develop:
scripts/changelog.rb -v 2.5.0-1 -m "Bump changelog to 2.5.0 to match VERSION" debian/*/*/changelog
-
rpm/develop:
-
Prepare build systems for 2.4 release:
-
foreman-packaging’s rpm/2.4
-
Update
packages/foreman/foreman-release/foreman.gpg
,mock/*.cfg
,package_manifest.yaml
,rel-eng/{releasers.conf,tito.props}
andrepoclosure/*.conf
-
Update
-
foreman-packaging’s rpm/2.4
-
Update
https://github.com/theforeman/foreman-infra/blob/master/puppet/modules/jenkins_job_builder/files/centos.org/jobs/foreman-pipeline-template.yml
to expect 2.5.0-develop for nightlies
Other systems: 2021-02-01
Release Owner
- Create release schedule page for next version (2.5) linked from Development_Resources and post planned schedule on Discourse.
- Create Redmine versions
- Ensure current Foreman deprecations for the next release are removed in develop
This was based on the wiki procedure and sometimes has a bit more info.