Update owncloud/ocis Docker tag to v5.0.9 #241
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/owncloud-ocis-5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
5.0.8
->5.0.9
Release Notes
owncloud/ocis (owncloud/ocis)
v5.0.9
Compare Source
The following sections list the changes for 5.0.9.
Summary
Details
Bugfix - Thumbnail request limit: #10280
The
THUMBNAILS_MAX_CONCURRENT_REQUESTS
setting was not working correctly.Previously it was just limiting the number of concurrent thumbnail downloads.
Now the limit is applied to the number thumbnail generations requests.
Additionally the webdav service is now returning a "Retry-After" header when it
is hitting the ratelimit of the thumbnail service.
https://github.com/owncloud/ocis/pull/10280
https://github.com/owncloud/ocis/pull/10270
https://github.com/owncloud/ocis/pull/10225
Bugfix - Restart Postprocessing properly: #10439
Properly differentiate between resume and restart postprocessing.
https://github.com/owncloud/ocis/pull/10439
Change - Define maximum input image dimensions and size when generating previews: #10270
This is a general hardening change to limit processing time and resources of the
thumbnailer.
https://github.com/owncloud/ocis/pull/10270
https://github.com/owncloud/ocis/pull/9360
https://github.com/owncloud/ocis/pull/9035
https://github.com/owncloud/ocis/pull/9069
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.