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-27 14:22:58 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-06-27 14:22:58 +0300
commita185b5a7745d1cd3b70a7c731ca1e448662f88c6 (patch)
treea7dfd54b69cc1fc8b7b85630cbe362f035be50f7
parent6b99e7b53a6a716d5691809860b65bc92dc2a645 (diff)
Version 0.109.0v0.109.0
-rw-r--r--CHANGELOG.md20
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/sh-bump-rugged-0-27-2.yml5
-rw-r--r--changelogs/unreleased/tree-entry-dot-dot.yml5
-rw-r--r--changelogs/unreleased/update-branch-ruby-update.yml5
-rw-r--r--changelogs/unreleased/validate-storage-overlap.yml5
-rw-r--r--changelogs/unreleased/zj-vendor-gitlab-git-20180621.yml5
-rw-r--r--changelogs/unreleased/zj-vendor-gitlab-git-f7b59b9f14.yml5
8 files changed, 21 insertions, 31 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5851b61e7..b73907cad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Gitaly changelog
+## v0.109.0
+
+#### Added
+- Reject nested storage paths
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/773
+
+#### Fixed
+- Bump rugged to 0.27.2
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/769
+- Fix TreeEntry relative path bug
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/776
+
+#### Other
+- Vendor Gitlab::Git at 292cf668
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/777
+- Vendor Gitlab::Git at f7b59b9f14
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/768
+- Vendor Gitlab::Git at 7c11ed8c
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/770
+
## v0.108.0
#### Added
diff --git a/VERSION b/VERSION
index 3f667dbcd..8b27ad70f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.108.0
+0.109.0
diff --git a/changelogs/unreleased/sh-bump-rugged-0-27-2.yml b/changelogs/unreleased/sh-bump-rugged-0-27-2.yml
deleted file mode 100644
index dbeeb304c..000000000
--- a/changelogs/unreleased/sh-bump-rugged-0-27-2.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Bump rugged to 0.27.2
-merge_request: 769
-author:
-type: fixed
diff --git a/changelogs/unreleased/tree-entry-dot-dot.yml b/changelogs/unreleased/tree-entry-dot-dot.yml
deleted file mode 100644
index 130af3743..000000000
--- a/changelogs/unreleased/tree-entry-dot-dot.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix TreeEntry relative path bug
-merge_request: 776
-author:
-type: fixed
diff --git a/changelogs/unreleased/update-branch-ruby-update.yml b/changelogs/unreleased/update-branch-ruby-update.yml
deleted file mode 100644
index 5b3a2ad01..000000000
--- a/changelogs/unreleased/update-branch-ruby-update.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Vendor Gitlab::Git at 292cf668
-merge_request: 777
-author:
-type: other
diff --git a/changelogs/unreleased/validate-storage-overlap.yml b/changelogs/unreleased/validate-storage-overlap.yml
deleted file mode 100644
index 8e5f4926a..000000000
--- a/changelogs/unreleased/validate-storage-overlap.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Reject nested storage paths
-merge_request: 773
-author:
-type: added
diff --git a/changelogs/unreleased/zj-vendor-gitlab-git-20180621.yml b/changelogs/unreleased/zj-vendor-gitlab-git-20180621.yml
deleted file mode 100644
index fb989395d..000000000
--- a/changelogs/unreleased/zj-vendor-gitlab-git-20180621.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Vendor Gitlab::Git at 7c11ed8c
-merge_request: 770
-author:
-type: other
diff --git a/changelogs/unreleased/zj-vendor-gitlab-git-f7b59b9f14.yml b/changelogs/unreleased/zj-vendor-gitlab-git-f7b59b9f14.yml
deleted file mode 100644
index cae5201c4..000000000
--- a/changelogs/unreleased/zj-vendor-gitlab-git-f7b59b9f14.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Vendor Gitlab::Git at f7b59b9f14
-merge_request: 768
-author:
-type: other