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:
authorMarcel Amirault <4155490-marcel.amirault@users.noreply.gitlab.com>2021-06-23 02:49:59 +0300
committerMarcel Amirault <4155490-marcel.amirault@users.noreply.gitlab.com>2021-06-23 02:49:59 +0300
commita8127b4842d3c34d39f10cbc4d9a29e204a2fe6e (patch)
tree34dc114a8e4cfa7c78cc6e65ba92daf67987c6b8
parent2b7b292dda4a041031ac437172894be7c989e458 (diff)
parent66e8b86f2e8e249bba5771560b275754d379f7f1 (diff)
Merge branch 'update-13-11-for-release-14-0' into '13.11'13.11
Update 13.11 dropdown to match that of 14.0 See merge request gitlab-org/gitlab-docs!1914
-rw-r--r--content/_data/versions.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/_data/versions.yaml b/content/_data/versions.yaml
index adf66943..f0749bc9 100644
--- a/content/_data/versions.yaml
+++ b/content/_data/versions.yaml
@@ -1,23 +1,24 @@
# The two last major supported versions
# https://about.gitlab.com/support/statement-of-support.html#we-support-the-current-major-version-and-the-two-previous-major-versions
previous_majors:
+# - "13.12" -> Uncomment for 14.2, when 13.12 is removed from the 'online:' section.
- "12.10"
- - "11.11"
# The first online version should always point to the
# current stable version.
online:
+ - "14.0"
- "13.12"
- "13.11"
- - "13.10"
-# The last version before the next major release
+# The last version before the next major release. Verify near 14.10 as there may be more 14.X versions.
last_before_new_major:
- - "13.12"
+ - "14.10"
# Versions not appearing in the dropdown, but available as Docker images
# https://docs.gitlab.com/archives/#offline-archives
offline:
+ - "13.10"
- "13.9"
- "13.8"
- "13.7"