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-02-15 00:30:08 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2023-02-15 00:30:08 +0300
commit994a537cefce6044125fa420cd7536a6efda0618 (patch)
tree0440f1b32ae5217e70083d38f6c1e094275708bc
parent57913025e27907b446c1988712e60dfc9298bc8b (diff)
parent470da961b38ea11abaa580bf5845de1af03a8b93 (diff)
Merge remote-tracking branch 'dev/master'
-rw-r--r--CHANGELOG.md18
-rw-r--r--Makefile4
2 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1dfe53f7..9fa00434a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## 15.8.2 (2023-02-10)
+
+### Security (1 change)
+
+- [git: Upgrade to Git security release v2.38.4.gl1](gitlab-org/security/gitaly@aca8d0a77a7d2d15c1049f5f877575ad650175e3) ([merge request](gitlab-org/security/gitaly!82))
+
## 15.8.1 (2023-01-30)
No changes.
@@ -44,6 +50,12 @@ No changes.
- [repository: Disable misleading dangling checks in git-fsck(1)](gitlab-org/gitaly@fb830f5f01311609c01590ddf04a22a3d33cd36d) ([merge request](gitlab-org/gitaly!5230))
+## 15.7.7 (2023-02-10)
+
+### Security (1 change)
+
+- [git: Upgrade to Git security release v2.38.4.gl1 and v2.37.6.gl1](gitlab-org/security/gitaly@1f127ef85b78b09758cff497374f8299d9f74195) ([merge request](gitlab-org/security/gitaly!81))
+
## 15.7.6 (2023-01-30)
No changes.
@@ -119,6 +131,12 @@ No changes.
- [objectpool: Deprecate ReduplicateRepository RPC](gitlab-org/gitaly@4db49541d5843106aeac193de0ed3fd466cc3bc8) ([merge request](gitlab-org/gitaly!5131))
+## 15.6.8 (2023-02-10)
+
+### Security (1 change)
+
+- [git: Upgrade to Git security release v2.38.4.gl1 and v2.37.6.gl1](gitlab-org/security/gitaly@4b7013dee1e9ee5ce7accb50c674fae1ddd2b4cb) ([merge request](gitlab-org/security/gitaly!80))
+
## 15.6.7 (2023-01-30)
No changes.
diff --git a/Makefile b/Makefile
index fb38d5942..88c8e1d1f 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.3.gl2
+GIT_VERSION_2_38 ?= v2.38.4.gl1
## The Git version used for bundled Git v2.39.
-GIT_VERSION_2_39 ?= v2.39.1
+GIT_VERSION_2_39 ?= v2.39.2
## 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