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:16:14 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-11-21 17:16:14 +0300
commit52a09a56236c4d44bc4cc5865ff58dc2e6fa459f (patch)
treec054dc56a1c3daf0e42359a727ac3cfc1f4839a7
parent0cd69e042cd9af5b3e86a3bdb69f31e49cc3b2d9 (diff)
Version 1.72.1v1.72.11-72-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 fa13b9580..c728151e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.72.1
+
+#### Security
+- Limit the negotiation phase for certain Gitaly RPCs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.72.0
#### Added
diff --git a/VERSION b/VERSION
index 0834888f5..22d6771a4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.72.0
+1.72.1
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 fd0a7c23e..fcfdad0d1 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.72.0'
+ VERSION = '1.72.1'
end