chore(deps): update gotenberg/gotenberg docker tag to v8.12.0 #78
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "renovate/gotenberg-gotenberg-8.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:
8.11.0
->8.12.0
Release Notes
gotenberg/gotenberg (gotenberg/gotenberg)
v8.12.0
: 8.12.0Compare Source
New Features
Bind IP
The new flag
--api-bind-ip
allows to set the IP address the API should bind to for incoming connections, instead of the default0.0.0.0
.For instance:
--api-bind-ip=127.0.0.1
.Thanks @dani for the suggestion!
Scope Extra HTTP Headers (Chromium)
You can add an optional scope token to a header value to restrict its application using a regular expression.
For instance:
This new scope token is only processed by Gotenberg and is never sent with the header value.
Thanks @forg002-ctrl and @OsoianMarcel for the help!
pdfcpu CLI
In earlier versions of Gotenberg, we used the pdfcpu Golang library directly. However, there wasn't a clean way to terminate the process in case of a timeout, which could lead to resource leaks. We now rely on the pdfcpu CLI, allowing us to effectively handle timeouts, resulting in a more stable PDF engine.
Chore
Updates Go dependencies.
You may now sponsor this open-source project. Thanks ❤️
v8.11.1
: 8.11.1Compare Source
Fix
Webhook Duplicate Trace IDs
Webhook callbacks returned duplicate trace IDs when there were multiple requests pending. This is now fixed.
Thanks @lrakauskas for the heads up!
Chore
16.0
.24.8.2
.You may now sponsor this open-source project. Thanks ❤️
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 is behind base branch, 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.
6c25654c6d
toee67a2d593
chore(deps): update gotenberg/gotenberg docker tag to v8.11.1to chore(deps): update gotenberg/gotenberg docker tag to v8.12.0