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:
authorPaul Okstad <pokstad@gitlab.com>2019-06-25 05:45:36 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-06-25 05:45:36 +0300
commit7ee3e721ff71e9c57139ee81b491de19e3ceaa54 (patch)
treee13bd7e198ad7567e6d3e16b9d5859deabb504ca
parenteb8195aaa22d7084734866f14c1b734368c8eee4 (diff)
Version 1.34.3v1.34.31-34-stable
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/pb-get-object-directory-size-1-34.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fec1f018..8d4d854c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.34.3
+
+#### Added
+- Add GetObjectDirectorySize RPC
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1326
+
## v1.34.2
#### Fixed
diff --git a/VERSION b/VERSION
index 00e952d04..7e3856fe8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.34.2
+1.34.3
diff --git a/changelogs/unreleased/pb-get-object-directory-size-1-34.yml b/changelogs/unreleased/pb-get-object-directory-size-1-34.yml
deleted file mode 100644
index 9eb6f7d86..000000000
--- a/changelogs/unreleased/pb-get-object-directory-size-1-34.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add GetObjectDirectorySize RPC
-merge_request: 1326
-author:
-type: added