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-11-21 17:08:24 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-11-21 17:08:24 +0300
commitf457e983189df15cc8245f5e2caa7ddab02d9da2 (patch)
tree098273582ae8f110fde391e2e18eea347cbf2c00
parent57657663c7d70461967b45ca9fd6a54cbec2b3b4 (diff)
Version 1.65.2v1.65.21-65-stable
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/security-limit-rpc-negotiation-phase.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 08ae53c6d..a46b80fc4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.65.2
+
+#### Security
+- Limit the negotiation phase for certain Gitaly RPCs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.65.1
#### Security
diff --git a/VERSION b/VERSION
index 09f245728..9b933b454 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.65.1
+1.65.2
diff --git a/changelogs/unreleased/security-limit-rpc-negotiation-phase.yml b/changelogs/unreleased/security-limit-rpc-negotiation-phase.yml
deleted file mode 100644
index 0f27721e8..000000000
--- a/changelogs/unreleased/security-limit-rpc-negotiation-phase.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Limit the negotiation phase for certain Gitaly RPCs
-merge_request:
-author:
-type: security
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index a99d145af..bab0aaaaf 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
module Gitaly
- VERSION = '1.65.1'
+ VERSION = '1.65.2'
end