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:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2023-05-10 23:39:27 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2023-05-10 23:39:27 +0300
commit11fb4810808002aa947f7c973cc68124ad1f3f00 (patch)
tree85ec8cf7928152a5674a801b45a7724ea701ae95
parentbe567e07fcdb308758943543799f105862a68490 (diff)
parent650567418f8cf246c46874fd6517864182b878e9 (diff)
Merge remote-tracking branch 'dev/15-9-stable' into 15-9-stable15-9-stable
-rw-r--r--CHANGELOG.md6
-rw-r--r--Makefile4
-rw-r--r--VERSION2
3 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f702487c4..54d252583 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## 15.9.8 (2023-05-10)
+
+### Security (1 change)
+
+- [Makefile: Upgrade Git to security release v2.40.1.gl2 and v2.39.3.gl1](gitlab-org/security/gitaly@99201bff6161425f7c43e78ba708b76b300b4ae3) ([merge request](gitlab-org/security/gitaly!86))
+
## 15.9.7 (2023-05-03)
No changes.
diff --git a/Makefile b/Makefile
index 88c8e1d1f..6c93281a8 100644
--- a/Makefile
+++ b/Makefile
@@ -133,9 +133,9 @@ GIT_EXECUTABLES += git-http-backend
## tags, branches, and commit ids.
GIT_VERSION ?=
## The Git version used for bundled Git v2.38.
-GIT_VERSION_2_38 ?= v2.38.4.gl1
+GIT_VERSION_2_38 ?= v2.38.5.gl1
## The Git version used for bundled Git v2.39.
-GIT_VERSION_2_39 ?= v2.39.2
+GIT_VERSION_2_39 ?= v2.39.3.gl1
## Skip overriding the Git version and instead use the Git version as specified
## in the Git sources. This is required when building Git from a version that
diff --git a/VERSION b/VERSION
index 916b312da..63e48abe4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.9.7 \ No newline at end of file
+15.9.8 \ No newline at end of file