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:
authorJohn Cai <jcai@gitlab.com>2019-03-11 23:46:03 +0300
committerJohn Cai <jcai@gitlab.com>2019-03-11 23:46:03 +0300
commit4bfe01bd85344df74b8a681e2e062c5898158665 (patch)
treee066a672f8e9838e88263495760c649588e20a5d
parent33a116af94ac349783cd9477490f7bc377d12f5a (diff)
Version 1.27.0v1.27.0
-rw-r--r--CHANGELOG.md10
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/jc-fix-find-all-tags.yml5
-rw-r--r--changelogs/unreleased/zj-socket-listener-preafect.yml5
4 files changed, 11 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a49cdeb1..de1f6cbe1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Gitaly changelog
+## v1.27.0
+
+#### Added
+- Support socket paths for praefect
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1115
+
+#### Fixed
+- Fix bug in FindAllTags when commit shas are used as tag names
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1119
+
## v1.26.0
#### Added
diff --git a/VERSION b/VERSION
index 5ff8c4f5d..5db08bf2d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.26.0
+1.27.0
diff --git a/changelogs/unreleased/jc-fix-find-all-tags.yml b/changelogs/unreleased/jc-fix-find-all-tags.yml
deleted file mode 100644
index 077d44214..000000000
--- a/changelogs/unreleased/jc-fix-find-all-tags.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix bug in FindAllTags when commit shas are used as tag names
-merge_request: 1119
-author:
-type: fixed
diff --git a/changelogs/unreleased/zj-socket-listener-preafect.yml b/changelogs/unreleased/zj-socket-listener-preafect.yml
deleted file mode 100644
index b030e133b..000000000
--- a/changelogs/unreleased/zj-socket-listener-preafect.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Support socket paths for praefect
-merge_request: 1115
-author:
-type: added