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 ghcr.io/mchestr/gotenberg docker tag to v8.10.0 #3710

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

mchesterbot[bot]
Copy link
Contributor

@mchesterbot mchesterbot bot commented Sep 21, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/mchestr/gotenberg minor 8.9.2 -> 8.10.0

Release Notes

gotenberg/gotenberg (ghcr.io/mchestr/gotenberg)

v8.10.0: 8.10.0

Compare Source

New Features

Download from URLs

All multipart/form-data routes now accept a form field downloadFrom.

This field accepts a JSON string (e.g., [{"url":"http://localhost:80/","extraHttpHeaders":{"X-Foo":"Bar"}}]) and attempts to download each entry (file) in parallel. URLs MUST return a Content-Disposition header with a filename parameter.

You can configure its behavior using the following flags:

  • --api-download-from-allow-list - Set the allowed URLs for the download from feature using a regular expression.
  • --api-download-from-deny-list - Set the denied URLs for the download from feature using a regular expression
  • --api-download-from-max-retry - Set the maximum number of retries for the download from feature.
  • --api-disable-download-from - Disable the download from feature.

Thanks @​aldenquimby, @​tcarsuzanlandytech and @​callumgarven for the help!

Convert Files with a Password (LibreOffice)

The route /forms/libreoffice/convert now accepts a password form field, allowing conversion of password-protected documents.

Thanks @​markusberg for the suggestion!

Health Check with HEAD Method

The /health route now accepts the HEAD method. The only difference from the GET method is that the response body will be empty.

Thanks @​omni-htg for the suggestion!

Fixes

Blank PDF on Errors (Chromium)

The Chromium module now correctly returns a 400 Bad Request if the browser encounters one of the following errors:

  • 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

Thanks @​eMerzh for suggestion!

Error Logging Leaking "File Already Closed"

In some scenarios, such as when using the QPDF engine, the logger was logging irrelevant errors.

Chore

  • Updates Chromium to version 129.0.6668.58 (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: 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 this update again.


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

This PR has been generated by Renovate Bot.

@mchesterbot mchesterbot bot requested a review from mchestr as a code owner September 21, 2024 09:26
@mchesterbot mchesterbot bot added renovate/container type/minor area/kubernetes Changes made in the kubernetes directory labels Sep 21, 2024
@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Sep 21, 2024

--- kubernetes/apps/default/paperless/app Kustomization: flux-system/cluster-apps-paperless HelmRelease: default/paperless

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

@@ -34,13 +34,13 @@

         containers:
           app:
             env:
               DISABLE_GOOGLE_CHROME: '1'
             image:
               repository: ghcr.io/mchestr/gotenberg
-              tag: 8.9.2
+              tag: 8.10.0
             securityContext:
               allowPrivilegeEscalation: false
               capabilities:
                 drop:
                 - ALL
               fsGroup: 65539

@mchesterbot
Copy link
Contributor Author

mchesterbot bot commented Sep 21, 2024

--- HelmRelease: default/paperless Deployment: default/paperless-gotenburg

+++ HelmRelease: default/paperless Deployment: default/paperless-gotenburg

@@ -33,13 +33,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: DISABLE_GOOGLE_CHROME
           value: '1'
-        image: ghcr.io/mchestr/gotenberg:8.9.2
+        image: ghcr.io/mchestr/gotenberg:8.10.0
         name: app
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@mchestr mchestr merged commit a9f2e55 into main Sep 22, 2024
5 checks passed
@mchesterbot mchesterbot bot deleted the renovate/ghcr.io-mchestr-gotenberg-8.x branch September 22, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant