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:
authorPaul Okstad <pokstad@gitlab.com>2019-04-23 23:30:47 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-04-23 23:30:47 +0300
commit5680fe3fc827bd69fb7d250798b7b1e4c33a3b4d (patch)
treeadfe64b874efa4bd29b4cd56c611db9f94d6c0a9
parent5a38497996de3c18de2c970fd3ad66157ae2ca0f (diff)
Version 1.27.2v1.27.21-27-stable
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/loosen_regex_for_exception_sanitization.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7334469f..313301fa9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.27.2
+
+#### Security
+- Loosen regex for exception sanitization
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/24
+
## v1.27.1
#### Fixed
diff --git a/VERSION b/VERSION
index 08002f86c..457f03854 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.27.1
+1.27.2
diff --git a/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml b/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml
deleted file mode 100644
index 44df9c117..000000000
--- a/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Loosen regex for exception sanitization
-merge_request: 24
-author:
-type: security