From 83aba1d21593d77da3df93e8124e763055e8cfab Mon Sep 17 00:00:00 2001 From: Naman Jagdish Gala <ngala@gitlab.com> Date: Tue, 9 Jan 2024 15:22:24 +0000 Subject: [PATCH] Update GITLAB_PAGES_VERSION Main changes: * Update module golang.org/x/net to v0.20.0 * Add support for domain level redirects * Update module golang.org/x/sys to v0.16.0 * Update module golang.org/x/sync to v0.6.0 * Update module github.com/prometheus/client_golang to v1.18.0 * Add project prefix in session cookie path Reference: https://gitlab.com/gitlab-org/gitlab-pages/-/compare/bf6cd6ddf529f8958adee206ac0f93953e9ac39c...852bde8a974154b34f8c3f0bbf42014e69f5a240?from_project_id=734943&straight=false --- This is part of the [Gitlab Pages update process](https://gitlab.com/gitlab-org/gitlab-pages/-/blob/master/PROCESS.md) Changelog: changed --- GITLAB_PAGES_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GITLAB_PAGES_VERSION b/GITLAB_PAGES_VERSION index f02cef6123fec..3fdecc0cc06e8 100644 --- a/GITLAB_PAGES_VERSION +++ b/GITLAB_PAGES_VERSION @@ -1 +1 @@ -bf6cd6ddf529f8958adee206ac0f93953e9ac39c +852bde8a974154b34f8c3f0bbf42014e69f5a240 -- GitLab