From b8b8bc043b200c07bbadef313a71b34a1e8dd744 Mon Sep 17 00:00:00 2001 From: Stan Hu <stanhu@gmail.com> Date: Mon, 1 Jun 2020 14:02:19 -0700 Subject: [PATCH] Update GitLab Workhorse to v8.34.0 This fixes a ZIP download issue with some S3 providers (https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/508) and adds support for uploading files directly via an S3 client inside Workhorse. Full list of changes: https://gitlab.com/gitlab-org/gitlab-workhorse/-/blob/master/CHANGELOG --- GITLAB_WORKHORSE_VERSION | 2 +- changelogs/unreleased/sh-update-workhorse-8-34-0.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/sh-update-workhorse-8-34-0.yml diff --git a/GITLAB_WORKHORSE_VERSION b/GITLAB_WORKHORSE_VERSION index 9abb305dd99ef..a35ebc6eaa7f8 100644 --- a/GITLAB_WORKHORSE_VERSION +++ b/GITLAB_WORKHORSE_VERSION @@ -1 +1 @@ -8.33.0 +8.34.0 diff --git a/changelogs/unreleased/sh-update-workhorse-8-34-0.yml b/changelogs/unreleased/sh-update-workhorse-8-34-0.yml new file mode 100644 index 0000000000000..5ecb3840463be --- /dev/null +++ b/changelogs/unreleased/sh-update-workhorse-8-34-0.yml @@ -0,0 +1,5 @@ +--- +title: Update GitLab Workhorse to v8.34.0 +merge_request: 33543 +author: +type: fixed -- GitLab