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:24:17 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-01-23 20:24:17 +0300
commitf80f6232545ef4e0b65a99bc9c1d8e00b13b1044 (patch)
treef8b2be9b592c35192c5f99801ae3a6ca257c3382
parent2d6db3ec1c43a74e9ec4ecd32a99d7763a7dc82a (diff)
Version 1.7.2v1.7.21-7-stable
-rw-r--r--CHANGELOG.md10
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/2780-disable-git-v2.yml5
-rw-r--r--changelogs/unreleased/fix-lfs-test.yml5
4 files changed, 11 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index faffec235..80acdae4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Gitaly changelog
+## v1.7.2
+
+#### Other
+- Fix tests failing due to test-repo change
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1004
+
+#### Security
+- Disable git protocol v2 temporarily
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v1.7.1
#### Other
diff --git a/VERSION b/VERSION
index 943f9cbc4..f8a696c8d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.1
+1.7.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
diff --git a/changelogs/unreleased/fix-lfs-test.yml b/changelogs/unreleased/fix-lfs-test.yml
deleted file mode 100644
index 9b28722c8..000000000
--- a/changelogs/unreleased/fix-lfs-test.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix tests failing due to test-repo change
-merge_request: 1004
-author:
-type: other