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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2022-07-19 21:46:47 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-07-19 21:46:47 +0300
commit8e1ab35970506788283e6dbd0751e5a000cb095e (patch)
treea0fc3fd887ab18220d476d1924895628c68c8cbd
parent3c415f9aff64c1204121c36c1a26d4a1ec666687 (diff)
Release 15.2 updates
-rw-r--r--content/_data/versions.yaml1
-rw-r--r--content/versions.json6
-rw-r--r--latest.Dockerfile2
3 files changed, 5 insertions, 4 deletions
diff --git a/content/_data/versions.yaml b/content/_data/versions.yaml
index 306834bf..b95595bc 100644
--- a/content/_data/versions.yaml
+++ b/content/_data/versions.yaml
@@ -7,6 +7,7 @@ previous_majors:
# The first online version should always point to the
# current stable version.
online:
+ - "15.2"
- "15.1"
- "15.0"
diff --git a/content/versions.json b/content/versions.json
index 4fdef565..9f6832ba 100644
--- a/content/versions.json
+++ b/content/versions.json
@@ -1,8 +1,8 @@
[
{
- "next": "15.2",
- "current": "15.1",
- "last_minor": ["15.0"],
+ "next": "15.3",
+ "current": "15.2",
+ "last_minor": ["15.1"],
"last_major": ["14.10", "13.12"]
}
]
diff --git a/latest.Dockerfile b/latest.Dockerfile
index e565ee7e..e439a97a 100644
--- a/latest.Dockerfile
+++ b/latest.Dockerfile
@@ -42,9 +42,9 @@ RUN rm -rf /usr/share/nginx/html/*
# Get all the archive static HTML and put it into place
# Copy the versions found in 'content/_data/versions.yaml' under online
+COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.2 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.1 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:15.0 ${TARGET} ${TARGET}
-COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:14.10 ${TARGET} ${TARGET}
# List the two last major versions
# Copy the versions found in 'content/_data/versions.yaml' under previous_majors