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:
authorJacob Vosmaer <jacob@gitlab.com>2019-07-26 15:56:41 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-07-26 15:56:41 +0300
commitc14c2ca6de22e9f75f568a544ffa09af8e3409b0 (patch)
tree41aa9f595734a0e1816710eeab611298e7ae6fbd
parente5da3c85b259bf0f6068da4dc69114205ddc0dd4 (diff)
Version 1.53.1v1.53.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/1-42-6-1.yml5
-rw-r--r--changelogs/unreleased/1-42-6-2.yml5
4 files changed, 9 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca2aaa106..1099669d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Gitaly changelog
+## v1.53.1
+
+#### Security
+- Add http.followRedirects directive to `git fetch` command
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+- Do not follow redirect when cloning repo from URL
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.53.0
#### Added
diff --git a/VERSION b/VERSION
index 3f4830156..9adccc2f2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.53.0
+1.53.1
diff --git a/changelogs/unreleased/1-42-6-1.yml b/changelogs/unreleased/1-42-6-1.yml
deleted file mode 100644
index 6b595f5d5..000000000
--- a/changelogs/unreleased/1-42-6-1.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add http.followRedirects directive to `git fetch` command
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/1-42-6-2.yml b/changelogs/unreleased/1-42-6-2.yml
deleted file mode 100644
index 13b1e9c5f..000000000
--- a/changelogs/unreleased/1-42-6-2.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Do not follow redirect when cloning repo from URL
-merge_request:
-author:
-type: security