From f3ec76fe6e7b072fe3a2660de51ff345df128c75 Mon Sep 17 00:00:00 2001
From: Markus Koller <mkoller@gitlab.com>
Date: Tue, 19 Jan 2021 12:19:13 +0100
Subject: [PATCH] Update Workhorse to v8.60.0

Changes:

- Support Git HTTP on toplevel repositories
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/670
- Update GoCloud to v0.21.1+
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/675
- Allow blank S3 regions to be used
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/677
---
 GITLAB_WORKHORSE_VERSION                        | 2 +-
 changelogs/unreleased/294007-bump-workhorse.yml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 changelogs/unreleased/294007-bump-workhorse.yml

diff --git a/GITLAB_WORKHORSE_VERSION b/GITLAB_WORKHORSE_VERSION
index 8c20f99940099..a6c6f8ed977c8 100644
--- a/GITLAB_WORKHORSE_VERSION
+++ b/GITLAB_WORKHORSE_VERSION
@@ -1 +1 @@
-8.59.0
+8.60.0
diff --git a/changelogs/unreleased/294007-bump-workhorse.yml b/changelogs/unreleased/294007-bump-workhorse.yml
new file mode 100644
index 0000000000000..9c9cc4687150c
--- /dev/null
+++ b/changelogs/unreleased/294007-bump-workhorse.yml
@@ -0,0 +1,5 @@
+---
+title: Update Workhorse to v8.60.0
+merge_request: 51965
+author:
+type: changed
-- 
GitLab