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-06-13 15:23:21 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-06-13 15:23:21 +0300
commitd4f3be8e2965a885a42d1513f820eb23dc1555f3 (patch)
tree68ab3b03d1789fb246c9000949c120ab8433e29b
parent05e7257fd8301cf00f646275a821771f3d5b08c4 (diff)
Version 0.107.0v0.107.0
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/backup-custom-hooks-rpc.yml5
-rw-r--r--changelogs/unreleased/fj-vendoring-update-gollum-libs.yml5
-rw-r--r--changelogs/unreleased/rubyserver-sleep-0.yml5
-rw-r--r--changelogs/unreleased/vendor-gitlab-git-20180611.yml5
6 files changed, 15 insertions, 21 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b802e24be..0965f9aea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Gitaly changelog
+## v0.107.0
+
+#### Added
+- Add BackupCustomHooks
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/760
+
+#### Other
+- Try to fix flaky rubyserver.TestRemovals test
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/759
+- Vendor gitlab_git at a20d3ff2b004e8ab62c037
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/761
+- Bumping gitlab-gollum-rugged-adapter to version 0.4.4.1 and gitlab-gollum-lib to 4.2.7.4
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/762
+
## v0.106.0
#### Changed
diff --git a/VERSION b/VERSION
index 75602ab1b..a9a7f3fec 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.106.0
+0.107.0
diff --git a/changelogs/unreleased/backup-custom-hooks-rpc.yml b/changelogs/unreleased/backup-custom-hooks-rpc.yml
deleted file mode 100644
index 7542acb16..000000000
--- a/changelogs/unreleased/backup-custom-hooks-rpc.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add BackupCustomHooks
-merge_request: 760
-author:
-type: added
diff --git a/changelogs/unreleased/fj-vendoring-update-gollum-libs.yml b/changelogs/unreleased/fj-vendoring-update-gollum-libs.yml
deleted file mode 100644
index 033675119..000000000
--- a/changelogs/unreleased/fj-vendoring-update-gollum-libs.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Bumping gitlab-gollum-rugged-adapter to version 0.4.4.1 and gitlab-gollum-lib to 4.2.7.4
-merge_request: 762
-author:
-type: other
diff --git a/changelogs/unreleased/rubyserver-sleep-0.yml b/changelogs/unreleased/rubyserver-sleep-0.yml
deleted file mode 100644
index 9f24abeb2..000000000
--- a/changelogs/unreleased/rubyserver-sleep-0.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Try to fix flaky rubyserver.TestRemovals test
-merge_request: 759
-author:
-type: other
diff --git a/changelogs/unreleased/vendor-gitlab-git-20180611.yml b/changelogs/unreleased/vendor-gitlab-git-20180611.yml
deleted file mode 100644
index ec5e4c163..000000000
--- a/changelogs/unreleased/vendor-gitlab-git-20180611.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Vendor gitlab_git at a20d3ff2b004e8ab62c037
-merge_request: 761
-author:
-type: other