From 713db784641a22bacf2ff77e0455755940d23b65 Mon Sep 17 00:00:00 2001 From: Ash McKenzie <amckenzie@gitlab.com> Date: Mon, 4 Sep 2023 13:27:39 +1000 Subject: [PATCH] Update Gitlab Shell version to 14.27.0 - Workaround to allow gitaly service to start - Update module gitlab.com/gitlab-org/gitaly/v16 to v16.3.1 - Resolve "GitLab sshd should include data transfer bytes in logs" - Update dependency golang to v1.21.0 - Log metadata refactor - Support authentication using SSH Certificates - Update module gitlab.com/gitlab-org/gitaly/v16 to v16.3.0 - Implement geo_proxy_direct_to_primary feature flag - Update module gitlab.com/gitlab-org/gitaly/v16 to v16.2.4 - Update module gitlab.com/gitlab-org/gitaly/v16 to v16.2.2 - Add Go v1.21 to CI Changelog: other --- GITLAB_SHELL_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GITLAB_SHELL_VERSION b/GITLAB_SHELL_VERSION index 0b0636a9b074..5fc525d85ffb 100644 --- a/GITLAB_SHELL_VERSION +++ b/GITLAB_SHELL_VERSION @@ -1 +1 @@ -14.26.0 +14.27.0 -- GitLab