summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Okstad <pokstad@gitlab.com>2019-09-23 12:19:23 -0700
committerYorick Peterse <yorick@yorickpeterse.com>2019-09-30 14:22:04 +0200
commit6a49482316c2dfb003c5c8d0646bc80a9ce50df8 (patch)
treec7f1af319b1ffe31f4394344767e97ef2d260636
parent1b4dd9c56add43808675c2bb2d5f6ce94e9d17ac (diff)
downloadgitlab-ce-6a49482316c2dfb003c5c8d0646bc80a9ce50df8.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