Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2018-07-09 17:05:30 +0300
committerJames Lopez <james@jameslopez.es>2018-07-16 12:31:02 +0300
commit7638549b43847e8cc04263b26062646235554a4f (patch)
tree95c452cfc8f621e98f87675bc8e6915cfa908ec0
parent29dc41dd0cdd4e141921f3eb03cd37a1689aa773 (diff)
Update Git to 2.18.0
-rw-r--r--.gitlab-ci.yml16
-rw-r--r--README.md2
-rw-r--r--changelogs/unreleased/update-git-to-2-18-0.yml5
3 files changed, 18 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7d5897fd..f3d8e3b1e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.4-golang-1.9-git-2.17
+image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.4-golang-1.9-git-2.18
stages:
- build
@@ -7,7 +7,7 @@ stages:
variables:
DOCKER_DRIVER: overlay
- CUSTOM_IMAGE_VERSION: ruby-2.4-golang-1.9-git-2.17
+ CUSTOM_IMAGE_VERSION: ruby-2.4-golang-1.9-git-2.18
verify:
stage: test
@@ -75,7 +75,7 @@ danger-review:
build:go1.10:
<<: *build_definition
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.4-golang-1.10-git-2.16
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.4-golang-1.10-git-2.18
build:go1.9:
<<: *build_definition
@@ -83,7 +83,7 @@ build:go1.9:
binaries_go1.10:
<<: *assemble_definition
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.4-golang-1.10-git-2.16
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.4-golang-1.10-git-2.18
binaries_go1.9:
<<: *assemble_definition
@@ -124,6 +124,14 @@ test:go1.10-git2.17-ruby-2.3:
<<: *test_definition
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.3-golang-1.10-git-2.17
+test:go1.9-git2.18-ruby-2.4:
+ <<: *test_definition
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.4-golang-1.9-git-2.18
+
+test:go1.10-git2.18-ruby-2.4:
+ <<: *test_definition
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.4-golang-1.10-git-2.18
+
race:
<<: *go_test_definition
script:
diff --git a/README.md b/README.md
index 8f24578ed..b36590024 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ Gitaly requires Go 1.8 or newer and Ruby 2.3. Run `make` to download
and compile Ruby dependencies, and to compile the Gitaly Go
executable.
-Gitaly uses `git`. Version `2.14.3` is recommended, and `2.9.0` at a minimum.
+Gitaly uses `git`. Version `2.18.0` is recommended, and `2.9.0` at a minimum.
## Configuration
diff --git a/changelogs/unreleased/update-git-to-2-18-0.yml b/changelogs/unreleased/update-git-to-2-18-0.yml
new file mode 100644
index 000000000..6eeff8340
--- /dev/null
+++ b/changelogs/unreleased/update-git-to-2-18-0.yml
@@ -0,0 +1,5 @@
+---
+title: Update Git to 2.18.0
+merge_request: 795
+author:
+type: added