Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update gotenberg/gotenberg (8.15.3 → 8.17.0) #343

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

botty-white[bot]
Copy link
Contributor

@botty-white botty-white bot commented Feb 8, 2025

This PR contains the following updates:

Package Update Change
gotenberg/gotenberg minor 8.15.3 -> 8.17.0

Release Notes

gotenberg/gotenberg (gotenberg/gotenberg)

v8.17.0: 8.17.0

Compare Source

New Features
Configuration with Environment Variables

You can now configure your Gotenberg instances using environment variables. For example, instead of setting --api-port=3000, you can use API_PORT=3000.

Thank you, @​rojomisin, for the suggestion!

Debug Route

When enabled with --api-enable-debug-route (or API_ENABLE_DEBUG_ROUTE=true), the /debug endpoint returns formatted JSON detailing your Gotenberg instance's configuration (including flag values, architecture, etc.).

Thank you, @​nktnet1, for the suggestion!

Bug Fix

Due to a CI misconfiguration, the /version route in Gotenberg 8.16.0 was displaying an empty string. This issue has been fixed. Thanks to @​clee231 for the heads-up!

Chore
  • Updates Chromium to version 133.0.6943.53 (except for arm64).
  • Updates Go dependencies.

v8.16.0: 8.16.0

Compare Source

New Features
Flattening Annotations

Thanks to @​chakalov, this release brings a new multipart/form-data route for flattening PDFs:

POST /forms/pdfengines/flatten

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.

[!TIP]
Set this value to 0 to reset to the previous behavior.

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 (either application or access).

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

[!CAUTION]
/version route is now behind the basic authentication if enabled.

Chore
  • Updates Chromium to version 132.0.6834.110/160.
  • Updates Go dependencies.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@botty-white
Copy link
Contributor Author

botty-white bot commented Feb 8, 2025

--- kubernetes/apps/home/paperless/app Kustomization: flux-system/paperless HelmRelease: home/paperless

+++ kubernetes/apps/home/paperless/app Kustomization: flux-system/paperless HelmRelease: home/paperless

@@ -40,13 +40,13 @@

             - gotenberg
             - --chromium-disable-javascript=true
             - --chromium-allow-list=file:///tmp/.*
             image:
               pullPolicy: IfNotPresent
               repository: gotenberg/gotenberg
-              tag: 8.15.3
+              tag: 8.17.0
             ports:
             - containerPort: 3000
           paperless:
             env:
               FLOWER_PORT: 5555
               PAPERLESS_ACCOUNT_ALLOW_SIGNUPS: 'false'

@botty-white
Copy link
Contributor Author

botty-white bot commented Feb 8, 2025

--- HelmRelease: home/paperless Deployment: home/paperless

+++ HelmRelease: home/paperless Deployment: home/paperless

@@ -51,13 +51,13 @@

           name: nas
       containers:
       - command:
         - gotenberg
         - --chromium-disable-javascript=true
         - --chromium-allow-list=file:///tmp/.*
-        image: gotenberg/gotenberg:8.15.3
+        image: gotenberg/gotenberg:8.17.0
         imagePullPolicy: IfNotPresent
         name: gotenberg
         ports:
         - containerPort: 3000
         volumeMounts:
         - mountPath: /data/local

@zebernst zebernst force-pushed the main branch 15 times, most recently from fa1217a to e8ceeb2 Compare February 8, 2025 19:40
@botty-white botty-white bot force-pushed the renovate/gotenberg-gotenberg-8.x branch from bf84315 to c2cde40 Compare February 8, 2025 20:34
Signed-off-by: botty-white[bot] <181132496+botty-white[bot]@users.noreply.github.com>
@botty-white botty-white bot force-pushed the renovate/gotenberg-gotenberg-8.x branch from c2cde40 to 748e82e Compare February 10, 2025 04:22
@zebernst zebernst merged commit 2feea86 into main Feb 11, 2025
3 checks passed
@zebernst zebernst deleted the renovate/gotenberg-gotenberg-8.x branch February 11, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant