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(oci/gotenberg): update 8.14.1 ➼ 8.15.0 #1555

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Dec 22, 2024

This PR contains the following updates:

Package Update Change OpenSSF
docker.io/gotenberg/gotenberg minor 8.14.1 -> 8.15.0 OpenSSF Scorecard

Release Notes

gotenberg/gotenberg (docker.io/gotenberg/gotenberg)

v8.15.0: 8.15.0

Compare Source

Happy Holidays! 🎅 🎁 🎄

New Features

Split Route

This release brings a new multipart/form-data route for splitting PDF files:

POST /forms/pdfengines/split

It accepts the following form fields:

Key Description Default
splitMode Either intervals or pages. Required
splitSpan Either the intervals or the page ranges to extract, depending on the selected mode. Required
splitUnify Specify whether to put extracted pages into a single file or as many files as there are page ranges. Only works with pages mode. false

Thanks @​ps73, @​nodecentral, @​markitosgv, @​wjkoh!

Split Chromium PDFs

The multipart/form-data routes from the Chromium module also accepts the previous form fields for splitting the resulting PDF.

Split LibreOffice PDFs

In the same manner, the multipart/form-data route from the LibreOffice module accepts the previous form fields for splitting the resulting PDFs.

Chore

  • Updates Chromium to version 131.0.6778.204/139 (except for armhf).
  • Updates Go dependencies.

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: Enabled.

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.


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

This PR has been generated by Renovate Bot.

Copy link

cloudflare-workers-and-pages bot commented Dec 22, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6e2df1d
Status: ✅  Deploy successful!
Preview URL: https://0a7e8c6a.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-docker-io-gotenberg.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Dec 22, 2024

--- kube/deploy/apps/paperless-ngx/app Kustomization: flux-system/paperless-ngx-app HelmRelease: paperless-ngx/paperless-ngx

+++ kube/deploy/apps/paperless-ngx/app Kustomization: flux-system/paperless-ngx-app HelmRelease: paperless-ngx/paperless-ngx

@@ -49,13 +49,13 @@

             command:
             - gotenberg
             - --chromium-disable-javascript=true
             - --chromium-allow-list=file:///tmp/.*
             image:
               repository: docker.io/gotenberg/gotenberg
-              tag: 8.14.1@sha256:c81f625afc869ba10819622f7e7d6d76708b2a32645b3fb74fbee610bf030465
+              tag: 8.15.0@sha256:59eab80c51ad02b72eb1a972182bae71004b5522644b1f43dfdc48249e996acd
             resources:
               limits:
                 cpu: 3000m
                 memory: 6000Mi
               requests:
                 cpu: 10m

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Dec 22, 2024

--- HelmRelease: paperless-ngx/paperless-ngx Deployment: paperless-ngx/paperless-ngx-gotenberg

+++ HelmRelease: paperless-ngx/paperless-ngx Deployment: paperless-ngx/paperless-ngx-gotenberg

@@ -60,13 +60,13 @@

         whenUnsatisfiable: DoNotSchedule
       containers:
       - command:
         - gotenberg
         - --chromium-disable-javascript=true
         - --chromium-allow-list=file:///tmp/.*
-        image: docker.io/gotenberg/gotenberg:8.14.1@sha256:c81f625afc869ba10819622f7e7d6d76708b2a32645b3fb74fbee610bf030465
+        image: docker.io/gotenberg/gotenberg:8.15.0@sha256:59eab80c51ad02b72eb1a972182bae71004b5522644b1f43dfdc48249e996acd
         name: main
         resources:
           limits:
             cpu: 3000m
             memory: 6000Mi
           requests:

@tinfoild tinfoild bot merged commit 28014b8 into main Dec 22, 2024
3 checks passed
@tinfoild tinfoild bot deleted the renovate/docker.io-gotenberg-gotenberg-8.x branch December 22, 2024 17:05
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.

0 participants