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

fix(container): update image ghcr.io/stirling-tools/s-pdf ( 0.25.0 → 0.25.1 ) #3767

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jun 2, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/stirling-tools/s-pdf patch 0.25.0 -> 0.25.1

Release Notes

Stirling-Tools/Stirling-PDF (ghcr.io/stirling-tools/s-pdf)

v0.25.1: 0.25.1 Remove digitial signatures Feature, bug fixes and Croatian

Compare Source

Enahncement

  • Language fixes as always! thanks all
  • Feature to remove digitial signatures (Thanks @​Ludy87 )
  • Croatian language support! (Thanks @​onyxfin )
  • New 'Fat' docker for people wanting a complete offline docker with all features

Bug fixes

  • bug which means folder scanning would pick up files which are still being copied into folder (thanks @​kkdlau)
  • UTF-8 encoding issues (thanks @​NicolasFR )
  • Draw tool in view-pdf fixes (Thanks @​Ludy87 )
  • config issue causing startup issues for Windows (thanks @​Ludy87 )

What's Changed

New Contributors

Full Changelog: Stirling-Tools/Stirling-PDF@v0.25.0...v0.25.1

…0.25.1 )

| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| docker     | ghcr.io/stirling-tools/s-pdf | 0.25.0 | 0.25.1 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Jun 2, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 2, 2024

--- kubernetes/main/apps/self-hosted/pdf-tool/app Kustomization: flux-system/self-hosted-pdf-tool HelmRelease: self-hosted/pdf-tool

+++ kubernetes/main/apps/self-hosted/pdf-tool/app Kustomization: flux-system/self-hosted-pdf-tool HelmRelease: self-hosted/pdf-tool

@@ -32,13 +32,13 @@

       main:
         containers:
           main:
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/stirling-tools/s-pdf
-              tag: 0.25.0@sha256:2c67c213b1622abc613294f4883a7c9792d0bd1e566ab7960b48d0924f052b8a
+              tag: 0.25.1@sha256:c510d267ad6c2d4062f0b6ead3ce4201a888a07ba1c685359d4ba09a4c48cb26
     ingress:
       main:
         className: internal
         enabled: true
         hosts:
         - host: '{{ .Release.Name }}.'

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jun 2, 2024

--- HelmRelease: self-hosted/pdf-tool Deployment: self-hosted/pdf-tool

+++ HelmRelease: self-hosted/pdf-tool Deployment: self-hosted/pdf-tool

@@ -30,13 +30,13 @@

       automountServiceAccountToken: true
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: ghcr.io/stirling-tools/s-pdf:0.25.0@sha256:2c67c213b1622abc613294f4883a7c9792d0bd1e566ab7960b48d0924f052b8a
+      - image: ghcr.io/stirling-tools/s-pdf:0.25.1@sha256:c510d267ad6c2d4062f0b6ead3ce4201a888a07ba1c685359d4ba09a4c48cb26
         imagePullPolicy: IfNotPresent
         name: main
         volumeMounts:
         - mountPath: /configs
           name: config
         - mountPath: /usr/share/tessdata

@szinn szinn merged commit 8a302ae into main Jun 2, 2024
11 checks passed
@szinn szinn deleted the renovate/main-ghcr.io-stirling-tools-s-pdf-0.x branch June 2, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant