From fb4581c732333c2f181e9aa616918c3e1da4bcc6 Mon Sep 17 00:00:00 2001 From: Ash McKenzie <amckenzie@gitlab.com> Date: Thu, 13 Jul 2023 12:10:43 +1000 Subject: [PATCH] Update Gitlab Shell version to 14.24.0 - Bump golang to 1.20.6 - Ensure all binaries respond to -version - Update module google.golang.org/grpc to v1.56.2 - Update module golang.org/x/crypto to v0.11.0 - Update module gitlab.com/gitlab-org/gitaly/v16 to v16.1.2 - Add support for gotestsum - Log 'access: finish' line with additional metadata - Ensure prometheus counter has time to increment - Use both go and ruby cache for test jobs - Split caching of go and ruby jobs - Optimise Ruby and Go based CI jobs - Update module gitlab.com/gitlab-org/gitaly/v16 to v16.1.1 - Update module google.golang.org/protobuf to v1.31.0 - Update dependency gitlab-dangerfiles to '~> 3.11.0' - New modules:tidy and modules:download jobs - Update module google.golang.org/grpc to v1.56.1 - Update module gitlab.com/gitlab-org/gitaly/v16 to v16.1.0 - Tidy up go.mod and go.sum - Create a 'msg: "access"' log entry at the completion of work, including a `duration_s` field - Update module gitlab.com/gitlab-org/gitaly/v16 to v16.0.5 - Update module github.com/otiai10/copy to v1.12.0 - Ensure test cache is not used for 'go test' - Update module google.golang.org/grpc to v1.56.0 - Update module github.com/prometheus/client_golang to v1.16.0 - Update module gitlab.com/gitlab-org/labkit to v1.19.0 - Update module golang.org/x/sync to v0.3.0 - Update module golang.org/x/crypto to v0.10.0 - Update Ruby dependencies - Update module gitlab.com/gitlab-org/gitaly/v16 to v16.0.4 - Update dependency golang to v1.20.5 - Use gitlab-shell maintainers group instead for CODEOWNERS - Update module github.com/golang-jwt/jwt/v4 to v5 - Update module github.com/hashicorp/go-retryablehttp to v0.7.4 --- GITLAB_SHELL_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GITLAB_SHELL_VERSION b/GITLAB_SHELL_VERSION index 6c3bb88f4395f..4b8d22fb6c6d0 100644 --- a/GITLAB_SHELL_VERSION +++ b/GITLAB_SHELL_VERSION @@ -1 +1 @@ -14.23.0 +14.24.0 -- GitLab