Skip to content

Update Workhorse to v8.44.0

Nick Thomas requested to merge workhorse-8-44-0 into master

What does this MR do?

Updates Workhorse

Changelog:

## v8.44.0

### Fixed
- Fix objectstore.uploader.uploadError race
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/583
- Silence errors when Azure objects have aleady been deleted
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/585
- Fix race condition in httprs test
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/584

### Performance
- Remove an in-memory buffer for LSIF transformation
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/586

## v8.43.0

### Changed
- Remove ProcessReferences flag
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/543

### Fixed
- Fix nil pointer exception when no object storage config is defined
  https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/565

v8.42.1 was released to fix gitlab-workhorse!565 (merged) , which is in v8.43.0, so we're not introducing a regression there.

Does this MR meet the acceptance criteria?

Conformity

Edited by Nick Thomas

Merge request reports