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-08-22 17:14:08 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-22 17:14:08 +0300
commit2d96ca689256c5ae5851e3493d8255e632bd9d97 (patch)
tree163e15de952baff28c251bfb12a1470e901dbe08
parentb34892c2293291f2cbf9c0c5e51085965f34043d (diff)
Version 1.59.1v1.59.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/ssrf-fixes.yml5
-rw-r--r--changelogs/unreleased/ssrf-fixes2.yml5
-rw-r--r--ruby/proto/gitaly/version.rb4
5 files changed, 11 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3720cdfd..f3e8aa718 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Gitaly changelog
+## v1.59.1
+
+#### Security
+- Do not follow redirect when cloning repo from URL
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+- Add http.followRedirects directive to `git fetch` command
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.59.0
diff --git a/VERSION b/VERSION
index bb120e876..5b1ab2700 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.59.0
+1.59.1
diff --git a/changelogs/unreleased/ssrf-fixes.yml b/changelogs/unreleased/ssrf-fixes.yml
deleted file mode 100644
index 13b1e9c5f..000000000
--- a/changelogs/unreleased/ssrf-fixes.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Do not follow redirect when cloning repo from URL
-merge_request:
-author:
-type: security
diff --git a/changelogs/unreleased/ssrf-fixes2.yml b/changelogs/unreleased/ssrf-fixes2.yml
deleted file mode 100644
index 6b595f5d5..000000000
--- a/changelogs/unreleased/ssrf-fixes2.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add http.followRedirects directive to `git fetch` command
-merge_request:
-author:
-type: security
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 850641314..0705afc1c 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,4 +1,4 @@
-# This file was auto-generated by _support/release
+# This file was auto-generated by /Users/jacobvosmaer/Desktop/gitlab-development-kit/gitaly/src/gitlab.com/gitlab-org/gitaly/_support/release
module Gitaly
- VERSION = '1.59.0'
+ VERSION = '1.59.1'
end