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-01-16 21:18:42 +0300
committerPaul Okstad <pokstad@gitlab.com>2020-01-16 21:18:42 +0300
commitd24d30c2af6ef0bc818da224e3bdd73f06b9e42a (patch)
tree4ee256097fa20e7f4445042935e90065b2e8d1b2
parent451b3d559e0b4969fbbe4784fdc1fc68082c4dea (diff)
Version 1.81.0v1.81.01-81-stable
-rw-r--r--CHANGELOG.md32
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/jc-add-snapshot-repl.yml5
-rw-r--r--changelogs/unreleased/jc-change-hooks.yml5
-rw-r--r--changelogs/unreleased/jc-fix-replication-address-error.yml5
-rw-r--r--changelogs/unreleased/jc-replicator-backoff.yml5
-rw-r--r--changelogs/unreleased/jc-scrub-userinfo.yml5
-rw-r--r--changelogs/unreleased/jv-add-sql-migrations.yml5
-rw-r--r--changelogs/unreleased/pass-through-skip-ci-flag.yml5
-rw-r--r--changelogs/unreleased/po-fix-invalid-request-cache-panic.yml5
-rw-r--r--changelogs/unreleased/ps-log-pack-stat-on-clone.yml5
-rw-r--r--changelogs/unreleased/sh-update-loofah-and-crass.yml5
-rw-r--r--ruby/proto/gitaly/version.rb2
13 files changed, 34 insertions, 52 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5db2a2d0..9681e2bc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,37 @@
# Gitaly changelog
+## v1.81.0
+
+#### Added
+- Allow git_push_options to be passed to UserRebaseConfirmable RPC
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1748
+- Add sql-migrate subcommand to Praefect
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1738
+
+#### Changed
+- Add snapshot replication to ReplicateRepository
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1717
+- Add exponential backoff to replication manager
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1746
+
+#### Fixed
+- Fix middleware to stop panicking from bad requests
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1747
+- Call client.Dial in ClientConnection helper
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1749
+
+#### Other
+- Log statistics of pack re-use on clone and fetch
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1743
+- Change signature of hook RPCs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1741
+- Update loofah and crass gems to match GitLab CE/EE
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1752
+
+#### Security
+- Do not leak sensitive urls
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1710
+
## v1.80.0
#### Fixed
diff --git a/VERSION b/VERSION
index aaceec04e..dbd41264a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.80.0
+1.81.0
diff --git a/changelogs/unreleased/jc-add-snapshot-repl.yml b/changelogs/unreleased/jc-add-snapshot-repl.yml
deleted file mode 100644
index 720dbdc6e..000000000
--- a/changelogs/unreleased/jc-add-snapshot-repl.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add snapshot replication to ReplicateRepository
-merge_request: 1717
-author:
-type: changed
diff --git a/changelogs/unreleased/jc-change-hooks.yml b/changelogs/unreleased/jc-change-hooks.yml
deleted file mode 100644
index 3f298bb25..000000000
--- a/changelogs/unreleased/jc-change-hooks.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Change signature of hook RPCs
-merge_request: 1741
-author:
-type: other
diff --git a/changelogs/unreleased/jc-fix-replication-address-error.yml b/changelogs/unreleased/jc-fix-replication-address-error.yml
deleted file mode 100644
index 88daf6fac..000000000
--- a/changelogs/unreleased/jc-fix-replication-address-error.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Call client.Dial in ClientConnection helper
-merge_request: 1749
-author:
-type: fixed
diff --git a/changelogs/unreleased/jc-replicator-backoff.yml b/changelogs/unreleased/jc-replicator-backoff.yml
deleted file mode 100644
index 26dfd3e49..000000000
--- a/changelogs/unreleased/jc-replicator-backoff.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add exponential backoff to replication manager
-merge_request: 1746
-author:
-type: changed
diff --git a/changelogs/unreleased/jc-scrub-userinfo.yml b/changelogs/unreleased/jc-scrub-userinfo.yml
deleted file mode 100644
index d06134d98..000000000
--- a/changelogs/unreleased/jc-scrub-userinfo.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Do not leak sensitive urls
-merge_request: 1710
-author:
-type: security
diff --git a/changelogs/unreleased/jv-add-sql-migrations.yml b/changelogs/unreleased/jv-add-sql-migrations.yml
deleted file mode 100644
index fe0eda517..000000000
--- a/changelogs/unreleased/jv-add-sql-migrations.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add sql-migrate subcommand to Praefect
-merge_request: 1738
-author:
-type: added
diff --git a/changelogs/unreleased/pass-through-skip-ci-flag.yml b/changelogs/unreleased/pass-through-skip-ci-flag.yml
deleted file mode 100644
index d63a86992..000000000
--- a/changelogs/unreleased/pass-through-skip-ci-flag.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Allow git_push_options to be passed to UserRebaseConfirmable RPC
-merge_request: 1748
-author:
-type: added
diff --git a/changelogs/unreleased/po-fix-invalid-request-cache-panic.yml b/changelogs/unreleased/po-fix-invalid-request-cache-panic.yml
deleted file mode 100644
index bb48399df..000000000
--- a/changelogs/unreleased/po-fix-invalid-request-cache-panic.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix middleware to stop panicking from bad requests
-merge_request: 1747
-author:
-type: fixed
diff --git a/changelogs/unreleased/ps-log-pack-stat-on-clone.yml b/changelogs/unreleased/ps-log-pack-stat-on-clone.yml
deleted file mode 100644
index 9c3f95f79..000000000
--- a/changelogs/unreleased/ps-log-pack-stat-on-clone.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Log statistics of pack re-use on clone and fetch
-merge_request: 1743
-author:
-type: other
diff --git a/changelogs/unreleased/sh-update-loofah-and-crass.yml b/changelogs/unreleased/sh-update-loofah-and-crass.yml
deleted file mode 100644
index f877637a2..000000000
--- a/changelogs/unreleased/sh-update-loofah-and-crass.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Update loofah and crass gems to match GitLab CE/EE
-merge_request: 1752
-author:
-type: other
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index b7090f15b..484d37a8b 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.80.0'
+ VERSION = '1.81.0'
end