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-08 12:31:00 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-06-08 12:31:00 +0300
commitd38f5c27e0d727fc78933f434d916ae88d69bdac (patch)
tree42f6d12fce74706910b7ffb5884961c7fe916be1
parentc6704741840ebb0f5fe3b69ff36e504ca061df93 (diff)
Version 0.106.0v0.106.0
-rw-r--r--CHANGELOG.md16
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/rd-upgrade-vendor.yml5
-rw-r--r--changelogs/unreleased/ref-colon-invalid.yml5
-rw-r--r--changelogs/unreleased/vendor-gitlab-git-20180606.yml5
-rw-r--r--changelogs/unreleased/zj-unsupported-encoding.yml5
6 files changed, 17 insertions, 21 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0defe895b..e856f26ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Gitaly changelog
+## v0.106.0
+
+#### Changed
+- Colons are not allowed in refs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/747
+
+#### Fixed
+- Reraise UnsupportedEncodingError as FailedPrecondition
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/718
+
+#### Other
+- Vendor gitlab_git at 930ad88a87b0814173989
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/752
+- Upgrade vendor to d2aa3e3d5fae1017373cc047a9403cfa111b2031
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v0.105.0
#### Added
diff --git a/VERSION b/VERSION
index f1b9cc4cd..75602ab1b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.105.0
+0.106.0
diff --git a/changelogs/unreleased/rd-upgrade-vendor.yml b/changelogs/unreleased/rd-upgrade-vendor.yml
deleted file mode 100644
index 1c1483413..000000000
--- a/changelogs/unreleased/rd-upgrade-vendor.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Upgrade vendor to d2aa3e3d5fae1017373cc047a9403cfa111b2031
-merge_request:
-author:
-type: other
diff --git a/changelogs/unreleased/ref-colon-invalid.yml b/changelogs/unreleased/ref-colon-invalid.yml
deleted file mode 100644
index a01c21137..000000000
--- a/changelogs/unreleased/ref-colon-invalid.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Colons are not allowed in refs
-merge_request: 747
-author:
-type: changed
diff --git a/changelogs/unreleased/vendor-gitlab-git-20180606.yml b/changelogs/unreleased/vendor-gitlab-git-20180606.yml
deleted file mode 100644
index 035fd9a46..000000000
--- a/changelogs/unreleased/vendor-gitlab-git-20180606.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Vendor gitlab_git at 930ad88a87b0814173989
-merge_request: 752
-author:
-type: other
diff --git a/changelogs/unreleased/zj-unsupported-encoding.yml b/changelogs/unreleased/zj-unsupported-encoding.yml
deleted file mode 100644
index a0aadb1ae..000000000
--- a/changelogs/unreleased/zj-unsupported-encoding.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Reraise UnsupportedEncodingError as FailedPrecondition
-merge_request: 718
-author:
-type: fixed