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>2020-02-06 19:00:36 +0300
committerPaul Okstad <pokstad@gitlab.com>2020-02-06 19:00:36 +0300
commitf72db292cb098caae5a9f69eb4b6900c56faa7c9 (patch)
treec6991e38bcbab6f8372af01744548b48b2e0f9f9
parent16aa12369666ce11687af459e255b11f48af8883 (diff)
Version 1.86.0v1.86.01-86-stable
-rw-r--r--CHANGELOG.md42
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/2240-find-commits-request-order-topo.yml5
-rw-r--r--changelogs/unreleased/bvl-add-deadline-type-prom-label.yml5
-rw-r--r--changelogs/unreleased/jc-add-push-options.yml5
-rw-r--r--changelogs/unreleased/jc-fix-rebase-refspec.yml5
-rw-r--r--changelogs/unreleased/jc-node-manager.yml5
-rw-r--r--changelogs/unreleased/jc-praefect-correlation-id.yml5
-rw-r--r--changelogs/unreleased/jc-reuse-cc.yml5
-rw-r--r--changelogs/unreleased/jc-simplify-praefect-routing.yml5
-rw-r--r--changelogs/unreleased/jv-too-many-branches.yml5
-rw-r--r--changelogs/unreleased/po-cache-walker-one-per-path.yml5
-rw-r--r--changelogs/unreleased/po-reenable-git-v2-feature-flag.yml5
-rw-r--r--changelogs/unreleased/ps-golangci-static-code-analys.yml5
-rw-r--r--changelogs/unreleased/sh-update-activesupport-and-deps.yml5
-rw-r--r--changelogs/unreleased/zj-remove-unused-rubyservers.yml5
-rw-r--r--changelogs/unreleased/zj-yaml-danger-violent-error.yml5
-rw-r--r--ruby/proto/gitaly/version.rb2
18 files changed, 44 insertions, 77 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0f7d31a4..52a70a36f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,47 @@
# Gitaly changelog
+## v1.86.0
+
+#### Added
+- Support FindCommitsRequest with order (--topo-order)
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1791
+- Add Node manager
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1779
+
+#### Changed
+- simplify praefect routing to primary and replication jobs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1760
+- PostReceiveHook: add support for Git push options
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1756
+
+#### Fixed
+- Incorrect changelogs should be caught by Danger
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1811
+- Cache and reuse client connection in ReplicateRepository
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1801
+- Fix cache walker to only walk each path once
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1769
+- UpdateRemoteMirror: handle large number of branches
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1745
+
+#### Other
+- Update activesupport, gitlab-labkit, and other Ruby dependencies
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1794
+- Add deadline_type prometheus label
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1737
+- Use golangci-lint for static code analysis
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1722
+- Remove unused rubyserver in structs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1807
+- Reenable git wire protocol v2 behind feature flag
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1797
+- Add grpc tag interceptor
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1795
+
+#### Security
+- Validate bad branches for UserRebase and UserRebaseConfirmable
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1735
+
## v1.85.0
#### Deprecated
diff --git a/VERSION b/VERSION
index f288d1114..b7844a6ff 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.85.0
+1.86.0
diff --git a/changelogs/unreleased/2240-find-commits-request-order-topo.yml b/changelogs/unreleased/2240-find-commits-request-order-topo.yml
deleted file mode 100644
index 1ad0660ba..000000000
--- a/changelogs/unreleased/2240-find-commits-request-order-topo.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Support FindCommitsRequest with order (--topo-order)
-merge_request: 1791
-author:
-type: added
diff --git a/changelogs/unreleased/bvl-add-deadline-type-prom-label.yml b/changelogs/unreleased/bvl-add-deadline-type-prom-label.yml
deleted file mode 100644
index 633d6615e..000000000
--- a/changelogs/unreleased/bvl-add-deadline-type-prom-label.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add deadline_type prometheus label
-merge_request: 1737
-author:
-type: other
diff --git a/changelogs/unreleased/jc-add-push-options.yml b/changelogs/unreleased/jc-add-push-options.yml
deleted file mode 100644
index 149f8d867..000000000
--- a/changelogs/unreleased/jc-add-push-options.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "PostReceiveHook: add support for Git push options"
-merge_request: 1756
-author:
-type: changed
diff --git a/changelogs/unreleased/jc-fix-rebase-refspec.yml b/changelogs/unreleased/jc-fix-rebase-refspec.yml
deleted file mode 100644
index f746c013a..000000000
--- a/changelogs/unreleased/jc-fix-rebase-refspec.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Validate bad branches for UserRebase and UserRebaseConfirmable
-merge_request: 1735
-author:
-type: security
diff --git a/changelogs/unreleased/jc-node-manager.yml b/changelogs/unreleased/jc-node-manager.yml
deleted file mode 100644
index c4ae604dc..000000000
--- a/changelogs/unreleased/jc-node-manager.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add Node manager
-merge_request: 1779
-author:
-type: added
diff --git a/changelogs/unreleased/jc-praefect-correlation-id.yml b/changelogs/unreleased/jc-praefect-correlation-id.yml
deleted file mode 100644
index c57019f69..000000000
--- a/changelogs/unreleased/jc-praefect-correlation-id.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add grpc tag interceptor
-merge_request: 1795
-author:
-type: other
diff --git a/changelogs/unreleased/jc-reuse-cc.yml b/changelogs/unreleased/jc-reuse-cc.yml
deleted file mode 100644
index 43a9758c4..000000000
--- a/changelogs/unreleased/jc-reuse-cc.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Cache and reuse client connection in ReplicateRepository
-merge_request: 1801
-author:
-type: fixed
diff --git a/changelogs/unreleased/jc-simplify-praefect-routing.yml b/changelogs/unreleased/jc-simplify-praefect-routing.yml
deleted file mode 100644
index f8326e8ae..000000000
--- a/changelogs/unreleased/jc-simplify-praefect-routing.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: simplify praefect routing to primary and replication jobs
-merge_request: 1760
-author:
-type: changed
diff --git a/changelogs/unreleased/jv-too-many-branches.yml b/changelogs/unreleased/jv-too-many-branches.yml
deleted file mode 100644
index 3f4a0d004..000000000
--- a/changelogs/unreleased/jv-too-many-branches.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: 'UpdateRemoteMirror: handle large number of branches'
-merge_request: 1745
-author:
-type: fixed
diff --git a/changelogs/unreleased/po-cache-walker-one-per-path.yml b/changelogs/unreleased/po-cache-walker-one-per-path.yml
deleted file mode 100644
index e97d8d4be..000000000
--- a/changelogs/unreleased/po-cache-walker-one-per-path.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix cache walker to only walk each path once
-merge_request: 1769
-author:
-type: fixed
diff --git a/changelogs/unreleased/po-reenable-git-v2-feature-flag.yml b/changelogs/unreleased/po-reenable-git-v2-feature-flag.yml
deleted file mode 100644
index 16776bfe9..000000000
--- a/changelogs/unreleased/po-reenable-git-v2-feature-flag.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Reenable git wire protocol v2 behind feature flag
-merge_request: 1797
-author:
-type: other
diff --git a/changelogs/unreleased/ps-golangci-static-code-analys.yml b/changelogs/unreleased/ps-golangci-static-code-analys.yml
deleted file mode 100644
index 9ba1498ac..000000000
--- a/changelogs/unreleased/ps-golangci-static-code-analys.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Use golangci-lint for static code analysis
-merge_request: 1722
-author:
-type: other
diff --git a/changelogs/unreleased/sh-update-activesupport-and-deps.yml b/changelogs/unreleased/sh-update-activesupport-and-deps.yml
deleted file mode 100644
index fcc20a58c..000000000
--- a/changelogs/unreleased/sh-update-activesupport-and-deps.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update activesupport, gitlab-labkit, and other Ruby dependencies
-merge_request: 1794
-author:
-type: other
diff --git a/changelogs/unreleased/zj-remove-unused-rubyservers.yml b/changelogs/unreleased/zj-remove-unused-rubyservers.yml
deleted file mode 100644
index 5d16dbdb2..000000000
--- a/changelogs/unreleased/zj-remove-unused-rubyservers.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Remove unused rubyserver in structs
-merge_request: 1807
-author:
-type: other
diff --git a/changelogs/unreleased/zj-yaml-danger-violent-error.yml b/changelogs/unreleased/zj-yaml-danger-violent-error.yml
deleted file mode 100644
index 9884939b2..000000000
--- a/changelogs/unreleased/zj-yaml-danger-violent-error.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: 'Incorrect changelogs should be caught by Danger'
-merge_request: 1811
-author:
-type: fixed
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 9cb3c54ab..93749b9a4 100644
--- a/ruby/proto/gitaly/version.rb
+++ b/ruby/proto/gitaly/version.rb
@@ -1,4 +1,4 @@
# This file was auto-generated by _support/release
module Gitaly
- VERSION = '1.85.0'
+ VERSION = '1.86.0'
end