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:13:50 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-11-21 17:13:50 +0300
commit1e7721e80e60e19836f07b30643706cacec3461c (patch)
tree1db9109ce3374ed5b3f2de2c2aa4cff210552dd9
parentb53fef0ed808c0a6851fc43f1b1ecc5197d8a81b (diff)
Version 1.67.1v1.67.11-67-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.rb4
4 files changed, 9 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0e35a584..8efd0f035 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.67.1
+
+#### Security
+- Limit the negotiation phase for certain Gitaly RPCs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.67.0
#### Added
diff --git a/VERSION b/VERSION
index 65ee09598..737e2ba50 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.67.0
+1.67.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 c254e2b3a..3077a9b70 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
+# This file was auto-generated by _support/release
module Gitaly
- VERSION = '1.67.0'
+ VERSION = '1.67.1'
end