From 4c6bd35b048231df8151cf678cbeb9165dc9f9b4 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt <psteinhardt@gitlab.com> Date: Sun, 11 Apr 2021 22:37:45 +0000 Subject: [PATCH] Update docs to note bumped git version requirements --- doc/install/requirements.md | 5 +++++ doc/update/index.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 83b3eb07b1410..70e95e284a3c0 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -67,6 +67,11 @@ The minimum required Go version is 1.13. ### Git versions +From GitLab 13.11: + +- Git 2.31.x and later is required. We recommend you use the + [Git version provided by Gitaly](installation.md#git). + From GitLab 13.6: - Git 2.29.x and later is required. diff --git a/doc/update/index.md b/doc/update/index.md index 5fb5572f1bee7..5b62e0642c8f2 100644 --- a/doc/update/index.md +++ b/doc/update/index.md @@ -352,6 +352,11 @@ NOTE: Specific information that follow related to Ruby and Git versions do not apply to [Omnibus installations](https://docs.gitlab.com/omnibus/) and [Helm Chart deployments](https://docs.gitlab.com/charts/). They come with appropriate Ruby and Git versions and are not using system binaries for Ruby and Git. There is no need to install Ruby or Git when utilizing these two approaches. +### 13.11.0 + +Git 2.31.x and later is required. We recommend you use the +[Git version provided by Gitaly](../install/installation.md#git). + ### 13.6.0 Ruby 2.7.2 is required. GitLab will not start with Ruby 2.6.6 or older versions. -- GitLab