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>2018-10-30 15:47:24 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-10-30 15:47:24 +0300
commitae5f633eb8ccd605a6fac3b13e9bf5f32bc23b76 (patch)
treef2e86b421d0fb0dbf1ffe9ab7626c42b8b50bf59
parent11af5b3584d43ea24f965c6029085a3678afb5b5 (diff)
Version 0.128.0v0.128.0
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/bvl-validate-committer-on-apply-patch.yml5
-rw-r--r--changelogs/unreleased/fix-find-vendor.yml5
4 files changed, 9 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39e0abfdf..54616b698 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Gitaly changelog
+## v0.128.0
+
+#### Fixed
+- Fix incorrect committer when committing patches
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/947
+- Fix makefile 'find ruby/vendor' bug
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/946
+
## v0.127.0
#### Added
diff --git a/VERSION b/VERSION
index 489a7a5d8..4c2a80418 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.127.0
+0.128.0
diff --git a/changelogs/unreleased/bvl-validate-committer-on-apply-patch.yml b/changelogs/unreleased/bvl-validate-committer-on-apply-patch.yml
deleted file mode 100644
index 108085cd1..000000000
--- a/changelogs/unreleased/bvl-validate-committer-on-apply-patch.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix incorrect committer when committing patches
-merge_request: 947
-author:
-type: fixed
diff --git a/changelogs/unreleased/fix-find-vendor.yml b/changelogs/unreleased/fix-find-vendor.yml
deleted file mode 100644
index 95c428b9c..000000000
--- a/changelogs/unreleased/fix-find-vendor.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix makefile 'find ruby/vendor' bug
-merge_request: 946
-author:
-type: fixed