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>2019-08-01 13:11:07 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-01 13:11:07 +0300
commit4fbf3a1a199796c79c17cc362c5c37c0965dafee (patch)
treef53662eb4d64ee65d6fe6716bfb0fa8c0d88ccd8
parent1ab045ca8712df495fd7bafb544893ed04ea44a7 (diff)
Version 1.56.0v1.56.0
-rw-r--r--CHANGELOG.md30
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/jc-naive-failover.yml5
-rw-r--r--changelogs/unreleased/jc-replace-frames.yml5
-rw-r--r--changelogs/unreleased/osw-bubble-up-conflicts-error-to-sentry.yml5
-rw-r--r--changelogs/unreleased/po-cache-unary-intercept.yml5
-rw-r--r--changelogs/unreleased/po-fix-target-repo.yml5
-rw-r--r--changelogs/unreleased/po-proto-factories.yml5
-rw-r--r--changelogs/unreleased/sh-bump-gitaly-proto-1-37-0.yml5
-rw-r--r--changelogs/unreleased/sh-update-msgpack.yml5
-rw-r--r--changelogs/unreleased/sh-update-roluge-3-7-0.yml5
-rw-r--r--changelogs/unreleased/sh-update-rugged-0-28-2.yml5
12 files changed, 31 insertions, 51 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afb8297b3..2f7442e07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,35 @@
# Gitaly changelog
+## v1.56.0
+
+#### Added
+- Add capability to replace certain frames in a stream
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1382
+- Gitaly proto method request factories
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1375
+
+#### Fixed
+- Unable to extract target repo when nested in oneOf field
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1377
+- Update Rugged to 0.28.2
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1384
+
+#### Other
+- Remove rescue of Gitlab::Git::CommitError at UserMergeToRef RPC
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1372
+- Handle failover by catching SIGUSR1 signal
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1346
+- Update rouge to v3.7.0
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1387
+- Update msgpack to 1.3.0
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1381
+- Upgrade Ruby gitaly-proto to 1.37.0
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1374
+
+#### Performance
+- Unary gRPC interceptor for cache invalidation
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1371
+
## 1.55.0
### Fixed (1 change)
diff --git a/VERSION b/VERSION
index 3f4830156..3ebf789f5 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.53.0
+1.56.0
diff --git a/changelogs/unreleased/jc-naive-failover.yml b/changelogs/unreleased/jc-naive-failover.yml
deleted file mode 100644
index 752e770a0..000000000
--- a/changelogs/unreleased/jc-naive-failover.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Handle failover by catching SIGUSR1 signal
-merge_request: 1346
-author:
-type: other
diff --git a/changelogs/unreleased/jc-replace-frames.yml b/changelogs/unreleased/jc-replace-frames.yml
deleted file mode 100644
index e8261d283..000000000
--- a/changelogs/unreleased/jc-replace-frames.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add capability to replace certain frames in a stream
-merge_request: 1382
-author:
-type: added
diff --git a/changelogs/unreleased/osw-bubble-up-conflicts-error-to-sentry.yml b/changelogs/unreleased/osw-bubble-up-conflicts-error-to-sentry.yml
deleted file mode 100644
index ae09c85f8..000000000
--- a/changelogs/unreleased/osw-bubble-up-conflicts-error-to-sentry.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Remove rescue of Gitlab::Git::CommitError at UserMergeToRef RPC
-merge_request: 1372
-author:
-type: other
diff --git a/changelogs/unreleased/po-cache-unary-intercept.yml b/changelogs/unreleased/po-cache-unary-intercept.yml
deleted file mode 100644
index 6aa547554..000000000
--- a/changelogs/unreleased/po-cache-unary-intercept.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Unary gRPC interceptor for cache invalidation
-merge_request: 1371
-author:
-type: performance
diff --git a/changelogs/unreleased/po-fix-target-repo.yml b/changelogs/unreleased/po-fix-target-repo.yml
deleted file mode 100644
index d5b1a79f5..000000000
--- a/changelogs/unreleased/po-fix-target-repo.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Unable to extract target repo when nested in oneOf field
-merge_request: 1377
-author:
-type: fixed
diff --git a/changelogs/unreleased/po-proto-factories.yml b/changelogs/unreleased/po-proto-factories.yml
deleted file mode 100644
index b22c84a73..000000000
--- a/changelogs/unreleased/po-proto-factories.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Gitaly proto method request factories
-merge_request: 1375
-author:
-type: added
diff --git a/changelogs/unreleased/sh-bump-gitaly-proto-1-37-0.yml b/changelogs/unreleased/sh-bump-gitaly-proto-1-37-0.yml
deleted file mode 100644
index 5bcfc4bd3..000000000
--- a/changelogs/unreleased/sh-bump-gitaly-proto-1-37-0.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Upgrade Ruby gitaly-proto to 1.37.0
-merge_request: 1374
-author:
-type: other
diff --git a/changelogs/unreleased/sh-update-msgpack.yml b/changelogs/unreleased/sh-update-msgpack.yml
deleted file mode 100644
index d21915865..000000000
--- a/changelogs/unreleased/sh-update-msgpack.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update msgpack to 1.3.0
-merge_request: 1381
-author:
-type: other
diff --git a/changelogs/unreleased/sh-update-roluge-3-7-0.yml b/changelogs/unreleased/sh-update-roluge-3-7-0.yml
deleted file mode 100644
index a5890c0f2..000000000
--- a/changelogs/unreleased/sh-update-roluge-3-7-0.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update rouge to v3.7.0
-merge_request: 1387
-author:
-type: other
diff --git a/changelogs/unreleased/sh-update-rugged-0-28-2.yml b/changelogs/unreleased/sh-update-rugged-0-28-2.yml
deleted file mode 100644
index b8cd0c1ea..000000000
--- a/changelogs/unreleased/sh-update-rugged-0-28-2.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update Rugged to 0.28.2
-merge_request: 1384
-author:
-type: fixed