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 docker.io/thecodingmachine/gotenberg ( 8.7.0 → 8.8.0 ) #3192

Merged

Conversation

mahoro-bot[bot]
Copy link
Contributor

@mahoro-bot mahoro-bot bot commented Jul 3, 2024

This PR contains the following updates:

Package Update Change
docker.io/thecodingmachine/gotenberg minor 8.7.0 -> 8.8.0

Release Notes

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

v8.8.0: 8.8.0

Compare Source

New Features

Process Management

Previously, auto-restarts happened at the start of a request, causing noticeable latency.
Now, processes restart after a request, reducing or eliminating latency when the system isn't fully loaded.

Courtesy of @​MaxLap.

Chromium

A conversion now fails with a 400 Bad Request response when Chromium encounters ERR_CONNECTION_REFUSED. Thanks to @​Neirda24 for the heads up!

LibreOffice

Introducing a bunch of new form fields:

Page properties

Key Description Default
allowDuplicateFieldNames Specify whether multiple form fields exported are allowed to have the same field name. false
exportBookmarks Specify if bookmarks are exported to PDF. true
exportBookmarksToPdfDestination Specify that the bookmarks contained in the source LibreOffice file should be exported to the PDF file as Named Destination. false
exportPlaceholders Export the placeholders fields visual markings only. The exported placeholder is ineffective. false
exportNotes Specify if notes are exported to PDF. false
exportNotesPages Specify if notes pages are exported to PDF. Notes pages are available in Impress documents only. false
exportOnlyNotesPages Specify, if the form field exportNotesPages is set to true, if only notes pages are exported to PDF. false
exportNotesInMargin Specify if notes in margin are exported to PDF. false
convertOooTargetToPdfTarget Specify that the target documents with .od[tpgs] extension, will have that extension changed to .pdf when the link is exported to PDF. The source document remains untouched. false
exportLinksRelativeFsys Specify that the file system related hyperlinks (file:// protocol) present in the document will be exported as relative to the source document location. false
exportHiddenSlides Export, for LibreOffice Impress, slides that are not included in slide shows. false
skipEmptyPages Specify that automatically inserted empty pages are suppressed. This option is active only if storing Writer documents. false
addOriginalDocumentAsStream Specify that a stream is inserted to the PDF file which contains the original document for archiving purposes. false

Images

Key Description Default
quality Specify the quality of the JPG export. A higher value produces a higher-quality image and a larger file. Between 1 and 100. 90
maxImageResolution If the form field reduceImageResolution is set to true, tell if all images will be reduced to the given value in DPI. Possible values are: 75, 150, 300, 600 and 1200. 300

Fixes

  • The routes /health and /version are no longer protected by basic authentication. Thanks to @​MaikuMori for the heads up!
  • The form field reduceImageResolution has been reset to its actual default value (e.g., false).

Chore

  • Updates Chromium to version 126.0.6478.126 (except for armhf).
  • Updates LibreOffice to version 24.2.4.
  • 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.

@mahoro-bot mahoro-bot bot requested a review from cbc02009 as a code owner July 3, 2024 16:58
@mahoro-bot mahoro-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Jul 3, 2024
@mahoro-bot
Copy link
Contributor Author

mahoro-bot bot commented Jul 3, 2024

--- kubernetes/main/apps/selfhosted/paperless/app Kustomization: flux-system/paperless HelmRelease: selfhosted/paperless

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

@@ -75,13 +75,13 @@

           gotenburg:
             env:
             - name: DISABLE_GOOGLE_CHROME
               value: '1'
             image:
               repository: docker.io/thecodingmachine/gotenberg
-              tag: 8.7.0
+              tag: 8.8.0
             securityContext:
               runAsGroup: 65534
               runAsUser: 65534
           redis:
             image:
               repository: public.ecr.aws/docker/library/redis

@mahoro-bot
Copy link
Contributor Author

mahoro-bot bot commented Jul 3, 2024

--- HelmRelease: selfhosted/paperless StatefulSet: selfhosted/paperless

+++ HelmRelease: selfhosted/paperless StatefulSet: selfhosted/paperless

@@ -124,13 +124,13 @@

           name: data
         - mountPath: /data/nas
           name: nas
       - env:
         - name: DISABLE_GOOGLE_CHROME
           value: '1'
-        image: docker.io/thecodingmachine/gotenberg:8.7.0
+        image: docker.io/thecodingmachine/gotenberg:8.8.0
         name: gotenburg
         securityContext:
           runAsGroup: 65534
           runAsUser: 65534
         volumeMounts:
         - mountPath: /data/nas

@mahoro-bot mahoro-bot bot merged commit 52b1a8c into main Jul 3, 2024
6 checks passed
@mahoro-bot mahoro-bot bot deleted the renovate/main-docker.io-thecodingmachine-gotenberg-8.x branch July 3, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant