Skip to content

chore(deps): update docker.stirlingpdf.com/stirlingtools/stirling-pdf docker tag to v1.3.1#2625

Merged
LucaDev merged 1 commit into
mainfrom
renovate/docker.stirlingpdf.com-stirlingtools-stirling-pdf-1.x
Sep 5, 2025
Merged

chore(deps): update docker.stirlingpdf.com/stirlingtools/stirling-pdf docker tag to v1.3.1#2625
LucaDev merged 1 commit into
mainfrom
renovate/docker.stirlingpdf.com-stirlingtools-stirling-pdf-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 5, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
docker.stirlingpdf.com/stirlingtools/stirling-pdf minor 1.2.0-ultra-lite -> 1.3.1-ultra-lite

Release Notes

Stirling-Tools/Stirling-PDF (docker.stirlingpdf.com/stirlingtools/stirling-pdf)

v1.3.1: 1.3.1 Quick fixes and translations

Compare Source

Quick fixes for missing translations and minor build issues
For all major release changes, please check out 1.3.0
https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v1.3.0

What's Changed

Minor Enhancements
  • fix: add missing MediaType import in SplitPdfBySectionsController by @​Ludy87 in #​4393
Translation Changes
Other Changes

Full Changelog: Stirling-Tools/Stirling-PDF@v1.3.0...v1.3.1

v1.3.0: 1.3.0 Advanced Redaction, Security enhancement and code improvements

Compare Source

Been a few weeks since our last release, we have been making amazing progress on our future UI refresh and will have a demo to show everyone soon.

Major changes:

  • Auto redact to support text removal on PDFs without the need for image conversion (Huge thanks to @​balazs-szucs)
  • PDF to Image to support shwoing annotations, highlights etc
  • Add font color option for page numbers
  • PFX alias for PKCS12
  • Split PDF enhanced with better file number padding
  • Several settings/database enhancements
  • Many optimisations and refactors to improve stability and performance
  • Several dependency updates

As always, thanks to all the open source community and in particular @​Ludy87 for a massive 28 of these PRs in this release

What's Changed

Enhancements
  • feat: Auto-redact to support text removal on True PDFs/non-custom encoded PDFs, JUnit tests for RedactController, and TextFinder by @​balazs-szucs in #​3936
  • feat(audit): introduce structured Audit API with export, stats, and cleanup endpoints by @​Ludy87 in #​4217
  • feat(common,core,proprietary): remove unused injections, enhance type safety, and improve test mocks by @​Ludy87 in #​4213
  • feat(ssrf): enhance private IP detection and IPv6 handling by @​Ludy87 in #​4191
  • feat(database,Jwt): relocate backups and Jwt-keys to config/backup and add Enterprise cleanup endpoints by @​Ludy87 in #​4225
  • feat: add annotation option to PDF to image by @​Frooodle in #​4365
  • feat(misc): Add font color option for page numbers; improve alignment & robustness by @​Ludy87 in #​4334
  • feat: Add Lombok @​Getter and @​Setter annotations to reduce boilerplate code in multiple classes by @​balazs-szucs in #​4321
  • feat(convert): PDF conversion with unoconvert fallback soffice by @​Ludy87 in #​4316
  • feat(database): make backup schedule configurable via system keys by @​Ludy87 in #​4251
  • feat(security): add PFX alias for PKCS12; accept .crt/.cer/.der certs & .key keys; add certificate-signing tests by @​Ludy87 in #​4297
  • feat(common): add ChecksumUtils for MD5/SHA*/CRC32/Adler32 with Base64 and multi-algorithm support by @​Ludy87 in #​4261
Minor Enhancements
Docker Updates
Translation Changes
Other Changes

New Contributors

Please note release artifacts also contain the commit
e5da635

Full Changelog: Stirling-Tools/Stirling-PDF@v1.2.0...v1.3.0


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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@lucadevbot

lucadevbot Bot commented Sep 5, 2025

Copy link
Copy Markdown
--- apps/media/stirling-pdf/app Kustomization: flux-system/stirling-pdf HelmRelease: media/stirling-pdf

+++ apps/media/stirling-pdf/app Kustomization: flux-system/stirling-pdf HelmRelease: media/stirling-pdf

@@ -23,13 +23,13 @@

             env:
               SYSTEM_DEFAULTLOCALE: de-DE
               SYSTEM_ENABLEANALYTICS: 'false'
               SYSTEM_SHOWUPDATE: 'false'
             image:
               repository: docker.stirlingpdf.com/stirlingtools/stirling-pdf
-              tag: 1.2.0-ultra-lite
+              tag: 1.3.1-ultra-lite
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

@lucadevbot

lucadevbot Bot commented Sep 5, 2025

Copy link
Copy Markdown
--- HelmRelease: media/stirling-pdf Deployment: media/stirling-pdf

+++ HelmRelease: media/stirling-pdf Deployment: media/stirling-pdf

@@ -40,13 +40,13 @@

         - name: SYSTEM_DEFAULTLOCALE
           value: de-DE
         - name: SYSTEM_ENABLEANALYTICS
           value: 'false'
         - name: SYSTEM_SHOWUPDATE
           value: 'false'
-        image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:1.2.0-ultra-lite
+        image: docker.stirlingpdf.com/stirlingtools/stirling-pdf:1.3.1-ultra-lite
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8080

@renovate renovate Bot changed the title chore(deps): update docker.stirlingpdf.com/stirlingtools/stirling-pdf docker tag to v1.3.0 chore(deps): update docker.stirlingpdf.com/stirlingtools/stirling-pdf docker tag to v1.3.1 Sep 5, 2025
@renovate
renovate Bot force-pushed the renovate/docker.stirlingpdf.com-stirlingtools-stirling-pdf-1.x branch from 91bd927 to 83e2005 Compare September 5, 2025 16:29
@LucaDev
LucaDev merged commit 2131c99 into main Sep 5, 2025
3 checks passed
@renovate
renovate Bot deleted the renovate/docker.stirlingpdf.com-stirlingtools-stirling-pdf-1.x branch September 5, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant