Release Version v3.51.1-gitlab
What's New in this Version
3.51.1 (2022-07-15)
Bug Fixes
- restore manifest delete webhook notifications on the new code path (7012484)
Tasks
All tasks must be completed (in order) for the release to be considered workflowproduction.
1. Prepare
-
Set the milestone of this issue to the target GitLab release. -
Set the due date of this issue to the 12th of the release month.
Instructions
The due date is set to the 12th of each month to create a buffer of 5 days before the merge deadline on the 17th. See Product Development Timeline for more information about the GitLab release timings.2. Release
Generate a new release (documentation).
3. Update
-
Version bump in CNG is automatically done using the dependency bot. An MR should be found open on the CNG MR page. -
Version bumps for specific distribution paths: -
Version bump in Omnibus is automatically done using the dependency bot. An MR should be found open on the Omnibus MR page. -
Version bump in Charts is automatically done using the dependency bot. An MR should be found open on the Charts MR page. -
Version bump in K8s Workloads. This requires two separate MRs, one for pre-production and staging and another for production, which need to be created and merged in this order. Allow enough time between the two to confirm that everything is working as expected in pre-production and staging. For all environments, update registry_version
under the respective stanza for each environment inbases/environments.yaml
:-
Pre-production and staging -
Update registry_version
underpre
andgstg
-
Label with: /label ~"Service::Container Registry" ~"team::delivery" ~"workflow::ready for review"
-
Copy the changelog description from https://gitlab.com/gitlab-org/container-registry/-/blob/master/CHANGELOG.md since the last upgrade to the MR description. -
Assign to a reviewer
-
-
Production -
Update registry_version
undergprd
-
Label with: /label ~"Service::Container Registry" ~"team::delivery" ~"workflow::ready for review"
-
Copy the changelog description from https://gitlab.com/gitlab-org/container-registry/-/blob/master/CHANGELOG.md since the last upgrade to the MR description. -
Assign to a reviewer
-
-
-
-
Version bump for GDK: -
Update "${registry_image:-registry.gitlab.com/gitlab-org/build/cng/gitlab-container-registry:vX.Y.Z-gitlab}"
, which is passed to thedocker run
command in support/docker-registry -
Label with: /label ~"workflow::ready for review" ~"group::package" ~"devops::package"
-
Copy the changelog description from https://gitlab.com/gitlab-org/container-registry/-/blob/master/CHANGELOG.md since the last upgrade to the MR description. -
Assign to the reviewer suggested by reviewer roulette
-
Instructions
Bump the Container Registry version used in CNG, Omnibus, Charts and K8s Workloads.
The CNG image is the pre-requisite for the remaining version bumps which may be merged independently from each other. Only CNG and K8s Workloads version bumps are required for a GitLab.com deployment. The deployment is then completed as documented here. Charts and Omnibus version bumps are required for self-managed releases.
Create a merge request for each project which is not being automatically created. Mark parent tasks as completed once the corresponding merge requests are merged.
Version bump merge requests should appear automatically in the Related merge requests
section of this issue.
Note: According to the Distribution Team Merge Request Handling documentation, we should not assign merge requests to an individual.
Merge Request Template
For consistency, please use the following template for these merge requests:
Branch Name
bump-container-registry-vX-Y-Z-gitlab
Commit Message
Bump Container Registry to vX.Y.Z-gitlab
Changelog: changed
Title
Bump Container Registry to vX.Y.Z-gitlab
Description
Repeat the version subsection for multiple versions. As an example, to bump to v2.7.7 in a project where the current version is v2.7.5, create an entry for v2.7.6 and v2.7.7.
## vX.Y.Z-gitlab
[Changelog](https://gitlab.com/gitlab-org/container-registry/blob/release/X.Y-gitlab/CHANGELOG.md#vXYZ-gitlab-YYYY-MM-DD)
Related to <!-- link to this release issue -->.
4. Complete
-
Assign label workflowverification once all changes have been merged. -
Assign label workflowproduction once all changes have been deployed. -
Update all related issues, informing that the deploy is complete. -
Close this issue.