Skip to content

Changes the narrative of patch release blog posts

Mayra Cabrera requested to merge skip-bug-or-security-fixes-on-blog-post into master

What does this MR do and why?

Blog posts for patch releases can be of two types:

  • A blog post including bug and security fixes for the three versions included in the Maintenance Policy
  • A blog post for a single version that only includes bug fixes (this case will be unlikely).

The above lead to:

  • A new method in the Coordinator class to determine if the blog post corresponds to a single version
  • A new method in the Coordinator class to determine the general patch release pressure
  • Above methods were embedded in the blog post class to determine the blog post type: single or multiple versions, and to determine if the blog posts include bug and security fixes.
  • Additionally, since blog posts are always performed on the handbook repo, the project was transformed into an instance method and removed as an argument.
  • Specs and templates were updated to follow the new terminology

Related to gitlab-com/gl-infra/delivery#20052 (closed)

Test

Single version patch release

dry-run

Click to expand
11:44:01 ❯ TEST=true rake release:patch_blog_post\[16.10.2\]
2024-03-29 11:44:05.065181 I [dry-run] ReleaseTools -- Printing blog post for patch release -- {:version=>"16.10.2"}
2024-03-29 11:44:05.436483 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:05 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fbuild%2FCNG/repository/compare" -
2024-03-29 11:44:05.436735 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/build/CNG, :tag=>"v16.10.1", :branch=>"16-10-stable", :commits=>1}
2024-03-29 11:44:05.778444 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:05 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fbuild%2FCNG/repository/commits/bc25d468a48b9ad452a011c2d1520dda94bb99c1/merge_requests" 2
2024-03-29 11:44:05.778536 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/build/CNG, :version=>"16.10.1", :count=>0}
2024-03-29 11:44:06.104174 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:06 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/compare" -
2024-03-29 11:44:06.104290 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitaly, :tag=>"v16.10.1", :branch=>"16-10-stable", :commits=>1}
2024-03-29 11:44:06.459004 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:06 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/commits/689ad7f64b3039ffca632966eed3e6e5e23fb87d/merge_requests" 2
2024-03-29 11:44:06.459125 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitaly, :version=>"16.10.1", :count=>0}
2024-03-29 11:44:06.922295 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:06 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/compare" -
2024-03-29 11:44:06.922654 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitlab, :tag=>"v16.10.1-ee", :branch=>"16-10-stable-ee", :commits=>5}
2024-03-29 11:44:07.284958 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:07 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/667620b02779961bd5bec0e1d02b4d15968127e6/merge_requests" 2
2024-03-29 11:44:08.423571 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:08 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/464697c2f1117ef3dbe2ce43e180f435d923b38c/merge_requests" -
2024-03-29 11:44:09.245736 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:09 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/aa17ba5b6371c06357581742b7ef94f79cb60c7d/merge_requests" -
2024-03-29 11:44:09.741351 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:09 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/53cdfb5e1dc418ad709a2e9baabd2c7f498bb85a/merge_requests" -
2024-03-29 11:44:10.245123 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:10 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/9dce3c3d72b5a9df37ef5ce32b0d1df350b1ac47/merge_requests" -
2024-03-29 11:44:10.245820 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitlab, :version=>"16.10.1", :count=>4}
2024-03-29 11:44:10.608387 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:10 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-pages/repository/compare" -
2024-03-29 11:44:10.608588 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitlab-pages, :tag=>"v16.10.1", :branch=>"16-10-stable", :commits=>1}
2024-03-29 11:44:10.934025 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:10 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-pages/repository/commits/54e2236eb11c16ddfff212a95446a0dc2a516f6e/merge_requests" 2
2024-03-29 11:44:10.934137 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitlab-pages, :version=>"16.10.1", :count=>0}
2024-03-29 11:44:11.309085 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:11 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fomnibus-gitlab/repository/compare" -
2024-03-29 11:44:11.309272 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/omnibus-gitlab, :tag=>"16.10.1+ee.0", :branch=>"16-10-stable", :commits=>2}
2024-03-29 11:44:11.598700 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 11:44:11 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fomnibus-gitlab/repository/commits/70e73866cb69038621c7ba88d2a64ec47a93d860/merge_requests" 2

title: "GitLab Patch Release: 16.10.2" categories: releases author: ADD_YOUR_FULL_NAME author_gitlab: mayra-cabrera author_twitter: gitlab description: "GitLab releases 16.10.2" tags: patch releases, releases

Today we are releasing versions 16.10.2 for GitLab Community Edition and Enterprise Edition.

These versions resolve a number of regressions and bugs.

GitLab Community Edition and Enterprise Edition

16.10.2

Important notes on upgrading

This version does not include any new migrations, and for multi-node deployments, should not require any downtime.

Please be aware that by default the Omnibus packages will stop, run migrations, and start again, no matter how “big” or “small” the upgrade is. This behavior can be changed by adding a /etc/gitlab/skip-auto-reconfigure file, which is only used for updates.

Updating

To update, check out our update page.

GitLab subscriptions

Access to GitLab Premium and Ultimate features is granted by a paid subscription.

Alternatively, sign up for GitLab.com to use GitLab's own infrastructure.

Example

Regular Patch release

dry-run

Click to expand
13:48:42 ❯ TEST=true rake release:patch_blog_post
2024-03-29 13:49:07.694911 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:07 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/issues" -
2024-03-29 13:49:08.014691 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:08 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/issues/452244/links" -
2024-03-29 13:49:09.535953 D ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:09 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/related_merge_requests" -
2024-03-29 13:49:09.537792 I [dry-run] ReleaseTools::Security::ReleasePreparation::GenerateBlogPost -- Printing blog post for security release
2024-03-29 13:49:09.879670 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:09 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fbuild%2FCNG/repository/compare" -
2024-03-29 13:49:09.879953 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/build/CNG, :tag=>"v16.10.1", :branch=>"16-10-stable", :commits=>1}
2024-03-29 13:49:10.244846 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:10 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fbuild%2FCNG/repository/commits/bc25d468a48b9ad452a011c2d1520dda94bb99c1/merge_requests" 2
2024-03-29 13:49:10.244993 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/build/CNG, :version=>"16.10.1", :count=>0}
2024-03-29 13:49:10.602364 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:10 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/compare" -
2024-03-29 13:49:10.602509 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitaly, :tag=>"v16.10.1", :branch=>"16-10-stable", :commits=>1}
2024-03-29 13:49:10.960505 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:10 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/commits/689ad7f64b3039ffca632966eed3e6e5e23fb87d/merge_requests" 2
2024-03-29 13:49:10.960623 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitaly, :version=>"16.10.1", :count=>0}
2024-03-29 13:49:11.352225 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:11 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/compare" -
2024-03-29 13:49:11.352664 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitlab, :tag=>"v16.10.1-ee", :branch=>"16-10-stable-ee", :commits=>5}
2024-03-29 13:49:11.787404 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:11 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/667620b02779961bd5bec0e1d02b4d15968127e6/merge_requests" 2
2024-03-29 13:49:12.277308 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:12 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/464697c2f1117ef3dbe2ce43e180f435d923b38c/merge_requests" -
2024-03-29 13:49:13.014485 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:13 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/aa17ba5b6371c06357581742b7ef94f79cb60c7d/merge_requests" -
2024-03-29 13:49:13.474596 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:13 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/53cdfb5e1dc418ad709a2e9baabd2c7f498bb85a/merge_requests" -
2024-03-29 13:49:14.060420 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:14 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/9dce3c3d72b5a9df37ef5ce32b0d1df350b1ac47/merge_requests" -
2024-03-29 13:49:14.060914 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitlab, :version=>"16.10.1", :count=>4}
2024-03-29 13:49:14.441987 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:14 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-pages/repository/compare" -
2024-03-29 13:49:14.442354 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitlab-pages, :tag=>"v16.10.1", :branch=>"16-10-stable", :commits=>1}
2024-03-29 13:49:14.718670 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:14 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-pages/repository/commits/54e2236eb11c16ddfff212a95446a0dc2a516f6e/merge_requests" 2
2024-03-29 13:49:14.718787 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitlab-pages, :version=>"16.10.1", :count=>0}
2024-03-29 13:49:15.168802 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:15 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fomnibus-gitlab/repository/compare" -
2024-03-29 13:49:15.169090 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/omnibus-gitlab, :tag=>"16.10.1+ee.0", :branch=>"16-10-stable", :commits=>2}
2024-03-29 13:49:15.533597 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:15 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fomnibus-gitlab/repository/commits/70e73866cb69038621c7ba88d2a64ec47a93d860/merge_requests" 2
2024-03-29 13:49:16.199692 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:16 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fomnibus-gitlab/repository/commits/88f11f27bb8bf1a117036acf713bb6500aa40edc/merge_requests" -
2024-03-29 13:49:16.200019 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/omnibus-gitlab, :version=>"16.10.1", :count=>1}
2024-03-29 13:49:16.603113 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:16 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fbuild%2FCNG/repository/compare" -
2024-03-29 13:49:16.603373 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/build/CNG, :tag=>"v16.9.3", :branch=>"16-9-stable", :commits=>1}
2024-03-29 13:49:17.015976 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:17 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fbuild%2FCNG/repository/commits/a87e36ad861eb40b016e2e444842bf436c2218eb/merge_requests" 2
2024-03-29 13:49:17.016091 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/build/CNG, :version=>"16.9.3", :count=>0}
2024-03-29 13:49:17.316208 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:17 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/compare" -
2024-03-29 13:49:17.316543 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitaly, :tag=>"v16.9.3", :branch=>"16-9-stable", :commits=>1}
2024-03-29 13:49:17.623463 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:17 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/commits/2dd1fd7a55579e69a68869ca20d7778cf4fcb149/merge_requests" 2
2024-03-29 13:49:17.623580 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitaly, :version=>"16.9.3", :count=>0}
2024-03-29 13:49:18.137396 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:18 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/compare" -
2024-03-29 13:49:18.137800 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitlab, :tag=>"v16.9.3-ee", :branch=>"16-9-stable-ee", :commits=>3}
2024-03-29 13:49:18.459349 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:18 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/92ee25750e152b8a7fd771911189e2c0f0392bc7/merge_requests" 2
2024-03-29 13:49:19.059560 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:19 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/08e5183a92b7dcb429a95e50fd2b2d8a32680977/merge_requests" -
2024-03-29 13:49:19.658052 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:19 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/53bff7df25ff81f6dbfa1e74fd05b1c3c074e27c/merge_requests" -
2024-03-29 13:49:19.658380 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitlab, :version=>"16.9.3", :count=>2}
2024-03-29 13:49:20.015064 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:20 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-pages/repository/compare" -
2024-03-29 13:49:20.015268 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitlab-pages, :tag=>"v16.9.3", :branch=>"16-9-stable", :commits=>1}
2024-03-29 13:49:20.277251 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:20 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-pages/repository/commits/2931167522c0660c3d4d23cfe82467fbb37d33e4/merge_requests" 2
2024-03-29 13:49:20.277365 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitlab-pages, :version=>"16.9.3", :count=>0}
2024-03-29 13:49:20.818885 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:20 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fomnibus-gitlab/repository/compare" -
2024-03-29 13:49:20.819095 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/omnibus-gitlab, :tag=>"16.9.3+ee.0", :branch=>"16-9-stable", :commits=>1}
2024-03-29 13:49:21.318005 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:21 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fomnibus-gitlab/repository/commits/2c7761db66ac64fca6596f81ca6724e0ecc66f9d/merge_requests" 2
2024-03-29 13:49:21.318121 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/omnibus-gitlab, :version=>"16.9.3", :count=>0}
2024-03-29 13:49:21.823872 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:21 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fbuild%2FCNG/repository/compare" -
2024-03-29 13:49:21.824125 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/build/CNG, :tag=>"v16.8.5", :branch=>"16-8-stable", :commits=>1}
2024-03-29 13:49:22.118148 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:22 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fbuild%2FCNG/repository/commits/14e53b4ba630a66bf0cd91c9953f901f9847ce28/merge_requests" 2
2024-03-29 13:49:22.118266 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/build/CNG, :version=>"16.8.5", :count=>0}
2024-03-29 13:49:22.440422 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:22 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/compare" -
2024-03-29 13:49:22.440746 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitaly, :tag=>"v16.8.5", :branch=>"16-8-stable", :commits=>1}
2024-03-29 13:49:22.850008 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:22 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/commits/6e621072087d4173eade9fa2cb2ea26f7fe06472/merge_requests" 2
2024-03-29 13:49:22.850134 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitaly, :version=>"16.8.5", :count=>0}
2024-03-29 13:49:23.330739 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:23 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/compare" -
2024-03-29 13:49:23.331132 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitlab, :tag=>"v16.8.5-ee", :branch=>"16-8-stable-ee", :commits=>3}
2024-03-29 13:49:23.771797 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:23 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/453be4bb6615bb96c000e3c1cccb8c0750c3e7aa/merge_requests" 2
2024-03-29 13:49:24.247881 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:24 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/7e9a28bff263f8e77c18f14404673b04125e6c9d/merge_requests" -
2024-03-29 13:49:24.794814 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:24 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab/repository/commits/98f16afb043b1bf9d8096691c0281a86d532c141/merge_requests" -
2024-03-29 13:49:24.795151 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitlab, :version=>"16.8.5", :count=>2}
2024-03-29 13:49:25.306722 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:25 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-pages/repository/compare" -
2024-03-29 13:49:25.306919 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/gitlab-pages, :tag=>"v16.8.5", :branch=>"16-8-stable", :commits=>1}
2024-03-29 13:49:25.689777 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:25 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-pages/repository/commits/29430a85ddf4ad1f5f3445a84cb838833d1326da/merge_requests" 2
2024-03-29 13:49:25.689939 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/gitlab-pages, :version=>"16.8.5", :count=>0}
2024-03-29 13:49:26.026816 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:26 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fomnibus-gitlab/repository/compare" -
2024-03-29 13:49:26.026966 I [dry-run] ReleaseTools::PatchRelease::UnreleasedCommits -- Fetching unreleased commits -- {:project=>gitlab-org/omnibus-gitlab, :tag=>"16.8.5+ee.0", :branch=>"16-8-stable", :commits=>1}
2024-03-29 13:49:26.373799 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:26 -0600] 200 "GET https://gitlab.com/api/v4/projects/gitlab-org%2Fomnibus-gitlab/repository/commits/b7b295a326eb90357d7edd77d65e40f64790057a/merge_requests" 2
2024-03-29 13:49:26.373890 I [dry-run] ReleaseTools::PatchRelease::UnreleasedMergeRequests -- Fetched unreleased merge requests -- {:project=>gitlab-org/omnibus-gitlab, :version=>"16.8.5", :count=>0}
2024-03-29 13:49:26.842580 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:26 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:27.130160 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:27 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:27.449036 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:27 -0600] 200 "GET https://gitlab.com/api/v4/projects/278964/issues/452244/links" -
2024-03-29 13:49:27.881489 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:27 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:28.256372 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:28 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:28.532883 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:28 -0600] 200 "GET https://gitlab.com/api/v4/projects/278964/issues/452244/links" -
2024-03-29 13:49:28.991945 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:28 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:29.333110 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:29 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:29.810952 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:29 -0600] 200 "GET https://gitlab.com/api/v4/projects/278964/issues/452244/links" -
2024-03-29 13:49:30.249754 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:30 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:30.580381 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:30 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:30.913917 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:30 -0600] 200 "GET https://gitlab.com/api/v4/projects/278964/issues/452244/links" -
2024-03-29 13:49:31.232680 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:31 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:31.654870 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:31 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:32.064878 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:32 -0600] 200 "GET https://gitlab.com/api/v4/projects/278964/issues/452244/links" -
2024-03-29 13:49:32.350769 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:32 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:32.969914 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:32 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:33.367594 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:33 -0600] 200 "GET https://gitlab.com/api/v4/projects/278964/issues/452244/links" -
2024-03-29 13:49:33.805582 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:33 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -
2024-03-29 13:49:34.229982 D [dry-run] ReleaseTools::GitlabClient -- [HTTParty] [2024-03-29 13:49:34 -0600] 200 "GET https://gitlab.com/api/v4/projects/15642544/issues/1051/links" -

title: "GitLab Security Release: 16.10.2, 16.9.4, 16.8.6" categories: releases author: ADD_YOUR_FULL_NAME author_gitlab: mayra-cabrera author_twitter: gitlab description: "Learn more about GitLab Security Release: 16.10.2, 16.9.4, 16.8.6 for GitLab Community Edition (CE) and Enterprise Edition (EE)." canonical_path: '/releases/2024/03/30/security-release-gitlab-16-10-2-released.html.md' image_title: '/images/blogimages/security-cover-new.png' tags: security

Today we are releasing versions 16.10.2, 16.9.4, 16.8.6 for GitLab Community Edition (CE) and Enterprise Edition (EE).

These versions contain important bug and security fixes, and we strongly recommend that all GitLab installations be upgraded to one of these versions immediately. GitLab.com is already running the patched version.

GitLab releases patches for vulnerabilities in dedicated security releases. There are two types of security releases: a monthly, scheduled security release, released a week after the feature release (which deploys on the 3rd Thursday of each month), and ad-hoc security releases for critical vulnerabilities. For more information, you can visit our security FAQ. You can see all of our regular and security release blog posts here.

For security fixes, the issues detailing each vulnerability are made public on our issue tracker 30 days after the release in which they were patched.

We are dedicated to ensuring all aspects of GitLab that are exposed to customers or that host customer data are held to the highest security standards. As part of maintaining good security hygiene, it is highly recommended that all customers upgrade to the latest security release for their supported version. You can read more best practices in securing your GitLab instance in our blog post.

Recommended Action

We strongly recommend that all installations running a version affected by the issues described below are upgraded to the latest version as soon as possible.

When no specific deployment type (omnibus, source code, helm chart, etc.) of a product is mentioned, this means all types are affected.

Security fixes

Table of security fixes

Title Severity
Redos During Parse Junit Test Report

Redos During Parse Junit Test Report

TODO: add description for this issue

Bug fixes

16.10.2

16.9.4

16.8.6

Updating

To update GitLab, see the Update page. To update Gitlab Runner, see the Updating the Runner page.

Receive Security Release Notifications

To receive security release blog notifications delivered to your inbox, visit our contact us page. To receive release notifications via RSS, subscribe to our security release RSS feed or our RSS feed for all releases.

Example

Author Check-list

  • [-] Has documentation been updated?
Edited by Mayra Cabrera

Merge request reports