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 image thecodingmachine/gotenberg to v8.8.0 #731

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
thecodingmachine/gotenberg minor 8.7.0 -> 8.8.0

Release Notes

gotenberg/gotenberg (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 - "on saturday" (UTC), 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 Mend Renovate. View repository job log here.

@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Jul 6, 2024
Copy link

github-actions bot commented Jul 6, 2024

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

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

@@ -78,13 +78,13 @@

           gotenburg:
             env:
             - name: DISABLE_GOOGLE_CHROME
               value: '1'
             image:
               repository: thecodingmachine/gotenberg
-              tag: 8.7.0
+              tag: 8.8.0
           redis:
             image:
               repository: public.ecr.aws/docker/library/redis
               tag: 7.2.5
           tika:
             image:

Copy link

github-actions bot commented Jul 6, 2024

--- HelmRelease: services/paperless Deployment: services/paperless

+++ HelmRelease: services/paperless Deployment: services/paperless

@@ -110,13 +110,13 @@

           name: data
         - mountPath: /nas-data
           name: library
       - env:
         - name: DISABLE_GOOGLE_CHROME
           value: '1'
-        image: thecodingmachine/gotenberg:8.7.0
+        image: thecodingmachine/gotenberg:8.8.0
         name: gotenburg
         volumeMounts:
         - mountPath: /nas-data
           name: library
       - image: public.ecr.aws/docker/library/redis:7.2.5
         name: redis

@Stormcargo Stormcargo merged commit 933cf1b into main Jul 13, 2024
3 checks passed
@Stormcargo Stormcargo deleted the renovate/thecodingmachine-gotenberg-8.x branch July 13, 2024 21:53
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.

None yet

1 participant