Skip to content

Add canonical path to security blog post

Steve Abrams requested to merge add-canonical-path-to-security-post into master

What does this MR do and why?

The canonical path value was missing from the security blog MR metadata. We can see it in this example.

Additionally, the security blog MR will always be opened 1 day before the release, so this MR updates the date in the file name to reflect the actual release date.

Testing

I ran the release:patch_blog_post rake task with the combined_blog_post feature flag enabled. I've trimmed the output so we see the parts we are interested in. I also tested with the feature flag disabled to verify the normal patch blog post remains unchanged.

---
title: "GitLab Security Release: 16.5.1, 16.4.2, 16.3.6"
categories: releases
author: ADD_YOUR_FULL_NAME
author_gitlab: steveabrams
author_twitter: gitlab
description: "Learn more about GitLab Security Release: 16.5.1, 16.4.2, 16.3.6 for GitLab Community Edition (CE) and Enterprise Edition (EE)."
canonical_path: '/releases/2023/10/27/security-release-gitlab-16-5-1--16-4-2--16-3-6-released.html.md'
image_title: '/images/blogimages/security-cover-new.png'
tags: security
---

Author Check-list

  • [-] Has documentation been updated?
Edited by Steve Abrams

Merge request reports