feat(container): update image docker.io/gotenberg/gotenberg to v8.16.0 #2780
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:
8.15.2
->8.16.0
Release Notes
gotenberg/gotenberg (docker.io/gotenberg/gotenberg)
v8.16.0
: 8.16.0Compare Source
New Features
Flattening Annotations
Thanks to @chakalov, this release brings a new multipart/form-data route for flattening PDFs:
This feature is also available to the following routes via a new form field
flatten
(boolean):/forms/libreoffice/convert
/forms/pdfengines/merge
/forms/pdfengines/split
Chromium Restart Strategy
The new default value for the
--chromium-restart-after
flag is 10, helping stabilizing the memory usage of your Gotenberg instances.Thanks @HarryGogonis, @michalschroeder and @Fank for the help! See #987 for more details.
New Log Field
log_type
The logs have now a new field
log_type
to help differentiating entries (eitherapplication
oraccess
).Dummy Root Route
Thanks to @nktnet1, a new root route (e.g.,
/
) prints a welcome message with a link to the documentation.Faster CI / Latest Chromium Version for
armhf
The releasing of a new Docker image of Gotenberg has been drastically reduced, from approximately 1 hour to less than 5 minutes, thanks to arm64 GitHub runners. This also allows for the latest Chromium version on the
armhf
variant.Misc
Chore
132.0.6834.110/160
.v8.15.3
: 8.15.3Compare Source
Fix
Switches from info to debug a logging entry about stuck Chromium processes being killed.
Chore
Updates Go dependencies.
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.