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:53:31 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-07-26 15:53:31 +0300
commit40cbb50d3ef8901ea5e0eabd5e2404b87285e3a4 (patch)
treeab72374c07f39d311fd490cef5c7d96303736fa9
parent3f8978cfae66d33561a506cefcd67fab28ba1367 (diff)
Version 1.47.1v1.47.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 25e704736..46a3223ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Gitaly changelog
+## v1.47.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.47.0
#### Changed
diff --git a/VERSION b/VERSION
index 21998d3c2..f805cd6ed 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.47.0
+1.47.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