Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2021-11-22 19:59:49 +0300
committerMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>2021-11-22 19:59:49 +0300
commit81d3d509e21de862218c520a0280391297e9985f (patch)
treee4a1acff8f3f90219e7c46daa0fb116d11822a2b
parent20c9db780a683ceb8ec11244304d20f8ecbc187e (diff)
Update 13.12 dropdown to 14.5
-rw-r--r--content/_data/versions.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/content/_data/versions.yaml b/content/_data/versions.yaml
index 9184f9bb..c4b9e599 100644
--- a/content/_data/versions.yaml
+++ b/content/_data/versions.yaml
@@ -7,9 +7,9 @@ previous_majors:
# The first online version should always point to the
# current stable version.
online:
+ - "14.5"
- "14.4"
- "14.3"
- - "14.2"
# The last version before the next major release. Verify near 14.10 as there may be more 14.X versions.
last_before_new_major:
@@ -18,6 +18,9 @@ last_before_new_major:
# Versions not appearing in the dropdown, but available as Docker images
# https://docs.gitlab.com/archives/#offline-archives
offline:
+ - "14.2"
+ - "14.1"
+ - "14.0"
- "13.11"
- "13.10"
- "13.9"