Commit 1aae796d authored by Nick Thomas's avatar Nick Thomas

Update CHANGELOG for 8.53.0

[ci skip]
parent a1009275
# Changelog for gitlab-workhorse # Changelog for gitlab-workhorse
## v8.53.0
### Added
- Add route for Debian package uploads
https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/610
Contributed by Mathieu Parent
### Fixed
- Don't log image scaler fail-overs as successes
https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/636
### Other
- Exclude dot-files from "make fmt" target
https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/641
- Add max_processes Prometheus metric for image scaling
https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/640
- Simplify config handling in main()
https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/634
- Default MaxScalerProcs to num_cores / 2
https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/635
- Add a total requests metric for image scaling
https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/638
## v8.52.0 ## v8.52.0
### Fixed ### Fixed
......
---
title: Don't log image scaler fail-overs as successes
merge_request: 636
author:
type: fixed
---
title: Add route for Debian package uploads
merge_request: 610
author: Mathieu Parent
type: added
---
title: Simplify config handling in main()
merge_request: 634
author:
type: other
---
title: Exclude dot-files from "make fmt" target
merge_request: 641
author:
type: other
---
title: Add max_processes Prometheus metric for image scaling
merge_request: 640
author:
type: other
---
title: Add a total requests metric for image scaling
merge_request: 638
author:
type: other
---
title: Default MaxScalerProcs to num_cores / 2
merge_request: 635
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment