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:21:42 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-01-23 20:21:42 +0300
commit2b9c04142a0e7db26c014efa7c6530f4f0f298c9 (patch)
tree7aba0f94fdbca7d7418faf4258034517088c56e9
parentd3c498cef29942de95931e9bbf2aac302ba73293 (diff)
Version 1.12.2v1.12.21-12-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 e76c7db03..02bd622be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.12.2
+
+#### Security
+- Disable git protocol v2 temporarily
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.12.1
#### Fixed
diff --git a/VERSION b/VERSION
index f8f4f03b3..6b89d58f8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.12.1
+1.12.2
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