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:31:37 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-04-23 23:31:37 +0300
commit958a5443e3105168fb6012e0a9788539a543b21e (patch)
tree1173a7185702b42ae0e2c97c4fab3ccc11cce569
parent27fa91f7504e79a8cd09243a4b28272095ede547 (diff)
Version 1.33.1v1.33.1
-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 0a3f6cc69..4f446e270 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.33.1
+
+#### Security
+- Loosen regex for exception sanitization
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/22
+
## v1.33.0
#### Added
diff --git a/VERSION b/VERSION
index 7aa332e41..02261bead 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.33.0
+1.33.1
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 a44ce4037..000000000
--- a/changelogs/unreleased/loosen_regex_for_exception_sanitization.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Loosen regex for exception sanitization
-merge_request: 22
-author:
-type: security