Bump the CACHE_COMMONMARK_VERSION
to ensure any markdown generated before the asset proxy default was corrected is re-generated
This commit is contained in:
parent
1c62d1127c
commit
ae862960b1
2 changed files with 6 additions and 1 deletions
5
changelogs/unreleased/bw-asset-proxy-markdown-bump.yml
Normal file
5
changelogs/unreleased/bw-asset-proxy-markdown-bump.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Bump markdown cache version to fix any incorrect links from asset proxy defaults
|
||||||
|
merge_request:
|
||||||
|
author:
|
||||||
|
type: fixed
|
|
@ -3,7 +3,7 @@
|
||||||
module Gitlab
|
module Gitlab
|
||||||
module MarkdownCache
|
module MarkdownCache
|
||||||
# Increment this number every time the renderer changes its output
|
# Increment this number every time the renderer changes its output
|
||||||
CACHE_COMMONMARK_VERSION = 17
|
CACHE_COMMONMARK_VERSION = 18
|
||||||
CACHE_COMMONMARK_VERSION_START = 10
|
CACHE_COMMONMARK_VERSION_START = 10
|
||||||
|
|
||||||
BaseError = Class.new(StandardError)
|
BaseError = Class.new(StandardError)
|
||||||
|
|
Loading…
Reference in a new issue