fix(container): update image docker.io/owncloud/ocis ( 5.0.8 → 5.0.9 ) #4640
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.8
->5.0.9
Release Notes
owncloud/ocis (docker.io/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/102700https://github.com/owncloud/ocis/pull/10225ll/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/93609https://github.com/owncloud/ocis/pull/9035uhttps://github.com/owncloud/ocis/pull/9069is/pull/9069