From 99fba74a554f049a7b94801b9cf7d7675d8e35c3 Mon Sep 17 00:00:00 2001
From: Stan Hu <stanhu@gmail.com>
Date: Tue, 8 Dec 2020 16:32:29 -0800
Subject: [PATCH] Update GitLab Workhorse to v8.58.0

Changes:
https://gitlab.com/gitlab-org/gitlab-workhorse/-/blob/master/CHANGELOG

- Support alternate document root directory
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/626

- Fix uploader not returning 413 when artifact too large
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/663
- Auto-register Prometheus metrics
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/660

- Do not resize when image is less than 8 bytes
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/666
---
 GITLAB_WORKHORSE_VERSION                             | 2 +-
 changelogs/unreleased/sh-update-workhorse-8-58-0.yml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 changelogs/unreleased/sh-update-workhorse-8-58-0.yml

diff --git a/GITLAB_WORKHORSE_VERSION b/GITLAB_WORKHORSE_VERSION
index 177b27722f4a6..b315ff1896d54 100644
--- a/GITLAB_WORKHORSE_VERSION
+++ b/GITLAB_WORKHORSE_VERSION
@@ -1 +1 @@
-8.57.0
+8.58.0
diff --git a/changelogs/unreleased/sh-update-workhorse-8-58-0.yml b/changelogs/unreleased/sh-update-workhorse-8-58-0.yml
new file mode 100644
index 0000000000000..e9b5e240616f5
--- /dev/null
+++ b/changelogs/unreleased/sh-update-workhorse-8-58-0.yml
@@ -0,0 +1,5 @@
+---
+title: Update GitLab Workhorse to v8.58.0
+merge_request: 49534
+author:
+type: changed
-- 
GitLab