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 19:24:24 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-22 19:24:24 +0300
commit1e7005f12bda1dfd0b724ebc039cca75f1cd38d1 (patch)
treec894be86fe9076111a08de7cbd9adde47a0f1c3f
parent46126e006ce43aaaa539fd7f46f3bf459ddce7a2 (diff)
Version 1.59.2v1.59.2
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/fix-get-commit-signatures-for-shorthand-commit-shas.yml5
-rw-r--r--ruby/proto/gitaly/version.rb2
4 files changed, 8 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3e8aa718..cbdd5e4a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.59.2
+
+#### Fixed
+- Validate commitIDs parameter for get_commit_signatures RPC
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1428
+
## v1.59.1
#### Security
diff --git a/VERSION b/VERSION
index 5b1ab2700..7b39b399a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.59.1
+1.59.2
diff --git a/changelogs/unreleased/fix-get-commit-signatures-for-shorthand-commit-shas.yml b/changelogs/unreleased/fix-get-commit-signatures-for-shorthand-commit-shas.yml
deleted file mode 100644
index 2c68c33ab..000000000
--- a/changelogs/unreleased/fix-get-commit-signatures-for-shorthand-commit-shas.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Validate commitIDs parameter for get_commit_signatures RPC
-merge_request: 1428
-author:
-type: fixed
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 0705afc1c..571d31986 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,4 +1,4 @@
# 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.1'
+ VERSION = '1.59.2'
end