You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a pull request to update bom to the weekly version that will be the base of the release line (and strike this out for new point release).
Assure that the bom-weekly version number is already testing the base of the release line or a version newer than the base of the release line. Init 2.440.1 jenkinsci/bom#2850
Review recent security advisories for fixes in Jenkins weeklies after the LTS baseline, and ensure there are Jira issues for their backport.
JENKINS-72602 - Backport security fixes from 2.442 into 2.440.x LTS
Review Jira and GitHub pull requests for additional LTS candidates, adding the lts-candidate label, and ensure that all tickets are resolved in Jira.
Update Jira labels for lts-candidate issues, either add 2.387.2-fixed and remove lts-candidate or add 2.387.2-rejected, and retain lts-candidate.
Backport changes, run the list-issue-commits script to locate commits via Jira ID, some manual work is required to locate them if the issue ID wasn't present at merge time, backport with git cherry-pick -x $commit.
Open backporting PR with into-lts label and summary of changes in description from lts-candidate-stats script and:
Open a pull request towards the acceptance test harness and plugin compatibility test to confirm the incremental produced by the backporting PR doesn't contain regressions.
The documentation explains which profiles you have to modify in your PR.
Check with security team that no security update is planned. If a security update is planned, revise the checklist after the public pre-announcement to the jenkinsci-advisories mailing list.
For a new LTS baseline's ".1" release, if there were recent security advisories for fixes in Jenkins weeklies after the LTS baseline that had to be backported:
Update those advisories to mention the new 2.xxx.1 LTS release as an additional fix version (example)
Confirm the Debian installer acceptance test is passing.
For good measures, check the console log to confirm that the correct release package was used (e.g. search for 2.387).
Confirm the Red Hat installer acceptance test is passing.
For good measures, check the console log to confirm that the correct release package was used (e.g. search for 2.387).
Adjust state and Released As of Jira issues fixed in the release (see the changelog for issue links).
Create pull request to update the lts Maven profile in ATH to the newly released version
Create a tag matching the LTS release you create in the docker repository and publish a GitHub release.
Confirm that the images are available at Docker hub.
Merge the PR generated by the jenkins-dependency-updater bot in the jenkinsci/helm-charts repository.
Create a helpdesk ticket to update ci.jenkins.io, trusted.ci, cert.ci and release.ci to the new LTS release, example.
Send email asking for the next release lead, example, dates for the next one can be found on the Jenkins calendar.
The text was updated successfully, but these errors were encountered:
@NotMyFault
Prep work
LTS baseline discussed and selected in the Jenkins developers mailing list.
https://groups.google.com/g/jenkinsci-dev/c/DXf7-uE7gII
Create or update release branch in jenkinsci/jenkins, e.g.
stable-2.387
, use the init-lts-line script or carry out the equivalent steps therein.Create or update release branch in jenkins-infra/release, e.g.
stable-2.387
.RELEASE_GIT_BRANCH
andJENKINS_VERSION
values in the environment file (profile.d/stable
) to match the release.PACKAGING_GIT_BRANCH
value in the packaging script (Jenkinsfile.d/core/package
) to match the release.2.440.1 #498
Create or update release branch in jenkinsci/packaging, e.g.
stable-2.387
.Create a pull request to update bom to the weekly version that will be the base of the release line (and strike this out for new point release).
Assure that the bom-weekly version number is already testing the base of the release line or a version newer than the base of the release line.
Init 2.440.1 jenkinsci/bom#2850
Review recent security advisories for fixes in Jenkins weeklies after the LTS baseline, and ensure there are Jira issues for their backport.
Review Jira and GitHub pull requests for additional LTS candidates, adding the
lts-candidate
label, and ensure that all tickets are resolved in Jira.Send a backporting announcement email to the jenkinsci-dev mailing list, using the default template.
Remember to exchange the LTS version, release date and Jira URLs.
https://groups.google.com/g/jenkinsci-dev/c/4AcW0UfeRxA
Update Jira labels for lts-candidate issues, either add
2.387.2-fixed
and removelts-candidate
or add2.387.2-rejected
, and retainlts-candidate
.Backport changes, run the list-issue-commits script to locate commits via Jira ID, some manual work is required to locate them if the issue ID wasn't present at merge time, backport with
git cherry-pick -x $commit
.Open backporting PR with
into-lts
label and summary of changes in description from lts-candidate-stats script and:Backporting for 2.440.1 jenkinsci/jenkins#8945
Open a pull request towards the acceptance test harness and plugin compatibility test to confirm the incremental produced by the backporting PR doesn't contain regressions.
The documentation explains which profiles you have to modify in your PR.
Update the dependabot branch target in jenkinsci/jenkins to the new stable branch (strike this out for new point release).
Update dependabot stable branch jenkinsci/jenkins#8946
Prepare LTS changelog based on the style guide using the changelog generator - This is normally done by the docs team, ask in gitter.
Prepare LTS upgrade guide based on previous upgrade guides - This is normally done by the docs team, ask in gitter.
RC creation
Merge backporting PR in
jenkinci/jenkins
using a merge commit (and do not squash).Retrieve the URL for the RC from the commit status (Jenkins Incrementals Publisher / Incrementals) of the last build on the stable branch (requires a passing build). Visit the
jenkins-war
URL and copy the URL of the war file, which would be something like https://repo.jenkins-ci.org/incrementals/org/jenkins-ci/main/jenkins-war/2.387.1-rc32701.b_06d9cef554c/jenkins-war-2.387.1-rc32701.b_06d9cef554c.war. If the incrementals are broken you can deploy a build from your own machine withmvn -e clean deploy -DskipTests=true
.Publish a pre-release Github release, e.g. sample currently we don't have a changelog for RCs.
https://github.com/jenkinsci/jenkins/releases/tag/jenkins-2.440.1-rc
Confirm the automatic announcement has been sent to the jenkinsci-dev mailing list and community forums.
https://groups.google.com/g/jenkinsci-dev/c/Daqms3XnuDk
Check with security team that no security update is planned. If a security update is planned, revise the checklist after the public pre-announcement to the jenkinsci-advisories mailing list.
For a new LTS baseline's ".1" release, if there were recent security advisories for fixes in Jenkins weeklies after the LTS baseline that had to be backported:
LTS release
Publish changelog (one day prior to the release in case of a security update).
Announce the start of the LTS release process in the #jenkins-release:matrix.org channel.
Run job on release.ci.jenkins.io if no security release for Jenkins is planned.
Merge the updated security information in PR-7036 for the backport of the 2.426.3 security fix
Check LTS changelog is visible on the downloads site.
Publish GitHub release pointing to LTS changelog, sample.
Confirm Datadog checks are passing.
Confirm the Debian installer acceptance test is passing.
For good measures, check the console log to confirm that the correct release package was used (e.g. search for
2.387
).Confirm the Red Hat installer acceptance test is passing.
For good measures, check the console log to confirm that the correct release package was used (e.g. search for
2.387
).Adjust state and
Released As
of Jira issues fixed in the release (see the changelog for issue links).Create pull request to update the
lts
Maven profile in ATH to the newly released versionCreate a tag matching the LTS release you create in the docker repository and publish a GitHub release.
Confirm that the images are available at Docker hub.
Merge the PR generated by the
jenkins-dependency-updater
bot in the jenkinsci/helm-charts repository.Create a helpdesk ticket to update
ci.jenkins.io
,trusted.ci
,cert.ci
andrelease.ci
to the new LTS release, example.Send email asking for the next release lead, example, dates for the next one can be found on the Jenkins calendar.
The text was updated successfully, but these errors were encountered: