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:
authorPhillip Wells <pwells@gitlab.com>2023-12-22 04:40:48 +0300
committerPhillip Wells <pwells@gitlab.com>2023-12-22 04:40:48 +0300
commit3f45d061db36651e072089d19b78e0eebc7f842b (patch)
tree93de9426dcd57d3075abed6971dcac213aca5311
parent66a0eb185ac341b9fb3a2cc016efd9a99aa5f27b (diff)
Release 16.7
-rw-r--r--.gitlab/ci/docker-images.gitlab-ci.yml2
-rw-r--r--content/versions.json6
-rw-r--r--latest.Dockerfile2
3 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab/ci/docker-images.gitlab-ci.yml b/.gitlab/ci/docker-images.gitlab-ci.yml
index 61d7cc6c..253154dd 100644
--- a/.gitlab/ci/docker-images.gitlab-ci.yml
+++ b/.gitlab/ci/docker-images.gitlab-ci.yml
@@ -192,7 +192,7 @@ test:image:docs-single:
- .rules_docker_single_images_tests
stage: test
variables:
- GITLAB_VERSION: '16.6'
+ GITLAB_VERSION: '16.7'
DOCKERFILE: dockerfiles/single.Dockerfile
IMAGE_NAME: $CI_REGISTRY_IMAGE:$GITLAB_VERSION
NANOC_ENV: test
diff --git a/content/versions.json b/content/versions.json
index 5ceaac2e..c58df07e 100644
--- a/content/versions.json
+++ b/content/versions.json
@@ -1,8 +1,8 @@
[
{
- "next": "16.7",
- "current": "16.6",
- "last_minor": ["16.5", "16.4"],
+ "next": "16.8",
+ "current": "16.7",
+ "last_minor": ["16.6", "16.5"],
"last_major": ["15.11", "14.10"]
}
]
diff --git a/latest.Dockerfile b/latest.Dockerfile
index ee9f2307..48787b43 100644
--- a/latest.Dockerfile
+++ b/latest.Dockerfile
@@ -7,6 +7,6 @@ RUN rm -rf /usr/share/nginx/html/*
# Get all the archive static HTML and put it into place
# Include the versions found in 'content/versions.json' under "current" and "last_minor"
+COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.7 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.6 ${TARGET} ${TARGET}
COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.5 ${TARGET} ${TARGET}
-COPY --from=registry.gitlab.com/gitlab-org/gitlab-docs:16.4 ${TARGET} ${TARGET}