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>2020-07-06 21:11:03 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2020-07-06 21:11:03 +0300
commit0ea3a713634b30b3b66941c686de9b93620303dc (patch)
tree00ebec815427bf26da732457b140cd7e92f34343
parenta7171582facad3df8d57645ef2a0c9021ed8c075 (diff)
Update CHANGELOG.md for 13.1.3
[ci skip]
-rw-r--r--CHANGELOG.md11
-rw-r--r--changelogs/unreleased/jc-hotfix-add-gl-project-path.yml5
-rw-r--r--changelogs/unreleased/sh-fix-issue-2913.yml5
3 files changed, 11 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa915517a..265a89fd6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Gitaly changelog
+## 13.1.3
+
+### Fixed (1 change)
+
+- Fix HTTP proxies not working in Gitaly hooks. !2325
+
+### Changed (1 change)
+
+- Add GL_PROJECT_PATH for custom hooks. !2313
+
+
## 13.1.2
### Security (1 change)
diff --git a/changelogs/unreleased/jc-hotfix-add-gl-project-path.yml b/changelogs/unreleased/jc-hotfix-add-gl-project-path.yml
deleted file mode 100644
index e43b10f31..000000000
--- a/changelogs/unreleased/jc-hotfix-add-gl-project-path.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add GL_PROJECT_PATH for custom hooks
-merge_request: 2313
-author:
-type: changed
diff --git a/changelogs/unreleased/sh-fix-issue-2913.yml b/changelogs/unreleased/sh-fix-issue-2913.yml
deleted file mode 100644
index 9ffd75f3c..000000000
--- a/changelogs/unreleased/sh-fix-issue-2913.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix HTTP proxies not working in Gitaly hooks
-merge_request: 2325
-author:
-type: fixed