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-12-19 18:26:30 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-12-19 18:26:30 +0300
commit3e4b6f2bec3337eeae250652af54cc4104b47b56 (patch)
tree2d87d8d5daa0db25456b6302644ed72087dc29b3
parentd517d9c9c92df634f43dec8d3f4587f15f3b2e06 (diff)
Version 1.77.0v1.77.0
-rw-r--r--CHANGELOG.md20
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/jc-add-author-to-find-commits.yml5
-rw-r--r--changelogs/unreleased/jc-repl-info-attributes.yml5
-rw-r--r--changelogs/unreleased/po-revert-cache-invalidator-ff-remove.yml5
-rw-r--r--changelogs/unreleased/ps-get-tag-messages-feature-flag-cleanup.yml5
-rw-r--r--changelogs/unreleased/sh-update-rugged.yml5
-rw-r--r--ruby/proto/gitaly/version.rb2
8 files changed, 22 insertions, 27 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5aa627843..82d13b4aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Gitaly changelog
+## v1.77.0
+
+#### Changed
+- Add author to FindCommits
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1702
+- Remove get_tag_messages_go feature flag
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1698
+
+#### Fixed
+- Add back feature flag for cache invalidation
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1706
+
+#### Other
+- Sync info attributes in ReplicateRepository
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1693
+
+#### Security
+- Upgrade Rugged to v0.28.4.1
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1701
+
## v1.76.0
#### Added
diff --git a/VERSION b/VERSION
index 32a6ce3c7..79e15fd49 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.76.0
+1.77.0
diff --git a/changelogs/unreleased/jc-add-author-to-find-commits.yml b/changelogs/unreleased/jc-add-author-to-find-commits.yml
deleted file mode 100644
index f934b843b..000000000
--- a/changelogs/unreleased/jc-add-author-to-find-commits.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add author to FindCommits
-merge_request: 1702
-author:
-type: changed
diff --git a/changelogs/unreleased/jc-repl-info-attributes.yml b/changelogs/unreleased/jc-repl-info-attributes.yml
deleted file mode 100644
index bdd5046c1..000000000
--- a/changelogs/unreleased/jc-repl-info-attributes.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Sync info attributes in ReplicateRepository
-merge_request: 1693
-author:
-type: other
diff --git a/changelogs/unreleased/po-revert-cache-invalidator-ff-remove.yml b/changelogs/unreleased/po-revert-cache-invalidator-ff-remove.yml
deleted file mode 100644
index cfae2aed6..000000000
--- a/changelogs/unreleased/po-revert-cache-invalidator-ff-remove.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add back feature flag for cache invalidation
-merge_request: 1706
-author:
-type: fixed
diff --git a/changelogs/unreleased/ps-get-tag-messages-feature-flag-cleanup.yml b/changelogs/unreleased/ps-get-tag-messages-feature-flag-cleanup.yml
deleted file mode 100644
index 465e0d2a0..000000000
--- a/changelogs/unreleased/ps-get-tag-messages-feature-flag-cleanup.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Remove get_tag_messages_go feature flag
-merge_request: 1698
-author:
-type: changed
diff --git a/changelogs/unreleased/sh-update-rugged.yml b/changelogs/unreleased/sh-update-rugged.yml
deleted file mode 100644
index 090565088..000000000
--- a/changelogs/unreleased/sh-update-rugged.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Upgrade Rugged to v0.28.4.1
-merge_request: 1701
-author:
-type: security
diff --git a/ruby/proto/gitaly/version.rb b/ruby/proto/gitaly/version.rb
index 6c8fd7af5..dafdc3141 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.76.0'
+ VERSION = '1.77.0'
end