summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2019-09-23 12:19:23 -0700
committerPaul Okstad <pokstad@gitlab.com>2019-09-23 12:19:23 -0700
commit8ab6f66690165557c077877a7560f4d9300e2ef7 (patch)
tree7aae451d7481aeed4f4b9280ca14d394ebb5277f
parent7099ecf77cb45c7b456a47f24064657ca59549b7 (diff)
downloadgitlab-ce-8ab6f66690165557c077877a7560f4d9300e2ef7.tar.gz
Fix Gitaly SearchBlobs flag RPC injection
-rw-r--r--GITALY_SERVER_VERSION2
-rw-r--r--changelogs/unreleased/12-3-stable.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION
index 902c74186fb..09f245728f6 100644
--- a/GITALY_SERVER_VERSION
+++ b/GITALY_SERVER_VERSION
@@ -1 +1 @@
-1.65.0
+1.65.1
diff --git a/changelogs/unreleased/12-3-stable.yml b/changelogs/unreleased/12-3-stable.yml
new file mode 100644
index 00000000000..e532a8aba9f
--- /dev/null
+++ b/changelogs/unreleased/12-3-stable.yml
@@ -0,0 +1,5 @@
+---
+title: Fix Gitaly SearchBlobs flag RPC injection
+merge_request:
+author:
+type: security