JJGadgets / Biohazard

Watch your step, this playground might be hazardous 'round here… | JJGadgets' HomeLab monorepo
https://jjgadgets.tech
Apache License 2.0
39 stars 14 forks source link

feat(container): update image docker.io/gotenberg/gotenberg to v8.13.0 #1280

Closed tinfoild[bot] closed 1 week ago

tinfoild[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change OpenSSF
docker.io/gotenberg/gotenberg minor 8.12.0 -> 8.13.0 OpenSSF Scorecard

Release Notes

gotenberg/gotenberg (docker.io/gotenberg/gotenberg) ### [`v8.13.0`](https://redirect.github.com/gotenberg/gotenberg/releases/tag/v8.13.0): 8.13.0 [Compare Source](https://redirect.github.com/gotenberg/gotenberg/compare/v8.12.0...v8.13.0) #### New Features ##### Select PDF Engines per Feature You may now select PDF engines for each feature thanks to new flags: - `--pdfengines-merge-engines` - Set the PDF engines and their order for the merge feature (default qpdf,pdfcpu,pdftk). - `--pdfengines-convert-engines` - Set the PDF engines and their order for the convert feature (default libreoffice-pdfengine). - `--pdfengines-read-metadata-engines` - Set the PDF engines and their order for the read metadata feature (default exiftool). - `--pdfengines-write-metadata-engines` - Set the PDF engines and their order the write metadata feature (default exiftool). ⚠️ The flag `--pdfengines-engines` is deprecated. ##### Fail On Resource HTTP Status Codes (Chromium) Like `failOnHttpStatusCodes`, the new `failOnResourceHttpStatusCodes` form field tells Gotenberg to return a *409 Conflict* response if the HTTP status code from at least one resource is not acceptable. ##### Resource Network Errors (Chromium) The new form field `failOnResourceLoadingFailed` tells Gotenberg to return a *409 Conflict* if Chromium encounters any of the following network errors while attempting to load a resource: - `net::ERR_CONNECTION_CLOSED` - `net::ERR_CONNECTION_RESET` - `net::ERR_CONNECTION_REFUSED` - `net::ERR_CONNECTION_ABORTED` - `net::ERR_CONNECTION_FAILED` - `net::ERR_NAME_NOT_RESOLVED` - `net::ERR_INTERNET_DISCONNECTED` - `net::ERR_ADDRESS_UNREACHABLE` - `net::ERR_BLOCKED_BY_CLIENT` - `net::ERR_BLOCKED_BY_RESPONSE` - `net::ERR_FILE_NOT_FOUND` #### Chore - Updates Chromium to version `130.0.6723.91` (except for `armhf`). - Updates Go dependencies. *** You may now [sponsor this open-source project](https://redirect.github.com/sponsors/gulien). 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.



This PR has been generated by Renovate Bot.

cloudflare-workers-and-pages[bot] commented 1 week ago

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7787245
Status: ✅  Deploy successful!
Preview URL: https://9ee47476.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-docker-io-gotenberg.jjgadgets-biohazard.pages.dev

View logs

tinfoild[bot] commented 1 week ago
--- 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.12.0@sha256:b10708db3ccabbee040d0b6d9ec68b6034a066c1d4e27b13fb7a6af4ade012e4
+              tag: 8.13.0@sha256:1917c80269a30d53979f8354bce6aabb8a2a62a38f727362c394edfbceaa7640
             resources:
               limits:
                 cpu: 3000m
                 memory: 6000Mi
               requests:
                 cpu: 10m
tinfoild[bot] commented 1 week ago
--- 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.12.0@sha256:b10708db3ccabbee040d0b6d9ec68b6034a066c1d4e27b13fb7a6af4ade012e4
+        image: docker.io/gotenberg/gotenberg:8.13.0@sha256:1917c80269a30d53979f8354bce6aabb8a2a62a38f727362c394edfbceaa7640
         name: main
         resources:
           limits:
             cpu: 3000m
             memory: 6000Mi
           requests: