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-11-07 14:22:59 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-11-07 14:22:59 +0300
commit1a4581d04d67d2821e5df6866af8ba6bbef40960 (patch)
treed27ef9e8b1aeeeb9cbaa56ce4cfdc1d6043f8309
parent35a7f123e520bba588e694acb755e7d7ca6b3088 (diff)
Version 0.129.0v0.129.0
-rw-r--r--CHANGELOG.md18
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/bjk-vendor_update_incremental.yml5
-rw-r--r--changelogs/unreleased/fix-user-delete-tag-encoding.yml5
-rw-r--r--changelogs/unreleased/fj-add-update-submodule.yml5
-rw-r--r--changelogs/unreleased/repository-spec.yml5
-rw-r--r--changelogs/unreleased/wiki-hook-error.yml5
7 files changed, 19 insertions, 26 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54616b698..b2383d3bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Gitaly changelog
+## v0.129.0
+
+#### Added
+- Add submodule reference update operation in the repository
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/936
+
+#### Fixed
+- Improve wiki hook error message
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/963
+- Fix encoding bug in User{Create,Delete}Tag
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/952
+
+#### Other
+- Expand Gitlab::Git::Repository unit specs with examples from rails
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/945
+- Update vendoring
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/954
+
## v0.128.0
#### Fixed
diff --git a/VERSION b/VERSION
index 4c2a80418..4db8830b1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.128.0
+0.129.0
diff --git a/changelogs/unreleased/bjk-vendor_update_incremental.yml b/changelogs/unreleased/bjk-vendor_update_incremental.yml
deleted file mode 100644
index 877de2743..000000000
--- a/changelogs/unreleased/bjk-vendor_update_incremental.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update vendoring
-merge_request: 954
-author:
-type: other
diff --git a/changelogs/unreleased/fix-user-delete-tag-encoding.yml b/changelogs/unreleased/fix-user-delete-tag-encoding.yml
deleted file mode 100644
index a83fb6a8a..000000000
--- a/changelogs/unreleased/fix-user-delete-tag-encoding.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix encoding bug in User{Create,Delete}Tag
-merge_request: 952
-author:
-type: fixed
diff --git a/changelogs/unreleased/fj-add-update-submodule.yml b/changelogs/unreleased/fj-add-update-submodule.yml
deleted file mode 100644
index 0f0865fca..000000000
--- a/changelogs/unreleased/fj-add-update-submodule.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add submodule reference update operation in the repository
-merge_request: 936
-author:
-type: added
diff --git a/changelogs/unreleased/repository-spec.yml b/changelogs/unreleased/repository-spec.yml
deleted file mode 100644
index 133379f36..000000000
--- a/changelogs/unreleased/repository-spec.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Expand Gitlab::Git::Repository unit specs with examples from rails
-merge_request: 945
-author:
-type: other
diff --git a/changelogs/unreleased/wiki-hook-error.yml b/changelogs/unreleased/wiki-hook-error.yml
deleted file mode 100644
index 55007da83..000000000
--- a/changelogs/unreleased/wiki-hook-error.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Improve wiki hook error message
-merge_request: 963
-author:
-type: fixed