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-01-23 20:18:05 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-01-23 20:18:05 +0300
commit0846d6e9a754b01aee3a5249efffcbab1af17413 (patch)
tree4b3ed66f861f3ba4bcf2ecff67649f1b2bbe619b
parentae91ad1c4cba2af9702ffd490c74523969c508a2 (diff)
Version 1.14.1v1.14.11-14-stable
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/2780-disable-git-v2.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5697fbb7..f59f9c63e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.14.1
+
+#### Security
+- Disable git protocol v2 temporarily
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.14.0
#### Fixed
diff --git a/VERSION b/VERSION
index 850e74240..63e799cf4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.14.0
+1.14.1
diff --git a/changelogs/unreleased/2780-disable-git-v2.yml b/changelogs/unreleased/2780-disable-git-v2.yml
deleted file mode 100644
index 1f236be8b..000000000
--- a/changelogs/unreleased/2780-disable-git-v2.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Disable git protocol v2 temporarily
-merge_request:
-author:
-type: security