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 ghcr.io/stirling-tools/s-pdf ( 0.42.0 → 0.43.0 ) #5238

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Feb 26, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/stirling-tools/s-pdf minor 0.42.0 -> 0.43.0

Release Notes

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

v0.43.0: 0.43.0 Code cleanups and general changes

Compare Source

Lots of backend changes to our SSO and configs, let us know if you have any issues!
Some further changes to note:

  • Fixed bug were analytics prompt was not being shown on first-ever launch
  • Compression now supports changing images to grayscale should that be required
  • Dynamic paths for unoconvert and weasyprint are now supported in settings.yml
  • For Local UI users we now check if port 8080 is in use and try 8081 etc if it is
  • Language bar has new UI
What's Changed
Bug Fixes
Enhancements
Minor Enhancements
Docker Updates
Translation Changes
Other Changes
New Contributors

Full Changelog: Stirling-Tools/Stirling-PDF@v0.42.0...v0.43.0

… 0.43.0 )

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

repo-jeeves bot commented Feb 26, 2025

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

+++ kubernetes/main/apps/self-hosted/pdf-tool/app Kustomization: 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.42.0@sha256:f872542c1887bace8810b4f69352a72682908ecc8a8dcad5684523897bf77408
+              tag: 0.43.0@sha256:a214577cf3a1c9071a4694e399f1d37893683a11a90d50e87f305abf486ae554
     ingress:
       main:
         className: internal-nginx
         enabled: true
         hosts:
         - host: '{{ .Release.Name }}.zinn.ca'

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Feb 26, 2025

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

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

@@ -31,13 +31,13 @@

       automountServiceAccountToken: true
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: ghcr.io/stirling-tools/s-pdf:0.42.0@sha256:f872542c1887bace8810b4f69352a72682908ecc8a8dcad5684523897bf77408
+      - image: ghcr.io/stirling-tools/s-pdf:0.43.0@sha256:a214577cf3a1c9071a4694e399f1d37893683a11a90d50e87f305abf486ae554
         imagePullPolicy: IfNotPresent
         name: main
         volumeMounts:
         - mountPath: /configs
           name: config
         - mountPath: /usr/share/tessdata

@szinn szinn merged commit 1b01be3 into main Feb 26, 2025
22 checks passed
@szinn szinn deleted the renovate/main-ghcr.io-stirling-tools-s-pdf-0.x branch February 26, 2025 01:09
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/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant