From 5a3215fc814c16295a8c143b9387b64786d8872d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 1 Feb 2026 09:06:28 +0100 Subject: [PATCH] =?UTF-8?q?fix(stirling-pdf):=20update=20image=20ghcr.io/s?= =?UTF-8?q?tirling-tools/s-pdf=202.4.2=20=E2=86=92=202.4.3=20(#44408)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `5866b66` -> `515364d` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `55c7928` -> `9373243` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `5f6b4c3` -> `ee96fd3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
Stirling-Tools/Stirling-PDF (ghcr.io/stirling-tools/s-pdf) ### [`v2.4.3`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.4.3): 2.4.3 ⁨Desktop fixes and other improvements [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v2.4.2...v2.4.3) Big desktop release today, full of fixes as well as other changes! - Correctly show desktop and server versioning separately - Support for watched folders to be recursive and multiple directories to be defined - Desktop login expiry fix - Desktop self-host connection improvements (self-sign fixes and others) - Page editor performance and UI improvements - frontend error screen appearing during SSO fix - Desktop CORS fixes ##### What's Changed ##### Enhancements - feat(settings): display frontend/backend versions and warn on client-server mismatch by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​5571](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5571) - Support multiple pipeline watch directories and configurable pipeline base path by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5545](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5545) ##### Minor Enhancements - Stop type checking TypeScript files that won't be run by [@​jbrunton96](https://redirect.github.com/jbrunton96) in [#​5607](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5607) - Fixed missing AuthnRequest bug by [@​DarioGii](https://redirect.github.com/DarioGii) in [#​5606](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5606) - Update links to Docs by [@​numanair](https://redirect.github.com/numanair) in [#​5611](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5611) - fix(frontend): prevent hydration errors in admin security form and improve autofill support by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​5613](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5613) - fix(auth): align token refresh handling with updated backend response by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​5609](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5609) - always allow tauri cors by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5616](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5616) - Bug/pageeditor virtualisation by [@​reecebrowne](https://redirect.github.com/reecebrowne) in [#​5614](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5614) - Stop attempting to refresh Spring tokens in desktop by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5610](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5610) ##### Other Changes - Update Python dependencies in requirements files by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​5627](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5627) - Pin GitHub Actions and add runner hardening by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​5628](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5628) ##### New Contributors - [@​numanair](https://redirect.github.com/numanair) made their first contribution in [#​5611](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5611) **Full Changelog**: ##### What's Changed ##### Enhancements - feat(settings): display frontend/backend versions and warn on client-server mismatch by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​5571](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5571) - Support multiple pipeline watch directories and configurable pipeline base path by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5545](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5545) ##### Minor Enhancements - Stop type checking TypeScript files that won't be run by [@​jbrunton96](https://redirect.github.com/jbrunton96) in [#​5607](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5607) - Fixed missing AuthnRequest bug by [@​DarioGii](https://redirect.github.com/DarioGii) in [#​5606](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5606) - Update links to Docs by [@​numanair](https://redirect.github.com/numanair) in [#​5611](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5611) - fix(frontend): prevent hydration errors in admin security form and improve autofill support by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​5613](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5613) - fix(auth): align token refresh handling with updated backend response by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​5609](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5609) - always allow tauri cors by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5616](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5616) - Bug/pageeditor virtualisation by [@​reecebrowne](https://redirect.github.com/reecebrowne) in [#​5614](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5614) - Stop attempting to refresh Spring tokens in desktop by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5610](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5610) ##### Other Changes - Update Python dependencies in requirements files by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​5627](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5627) - Pin GitHub Actions and add runner hardening by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​5628](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5628) ##### New Contributors - [@​numanair](https://redirect.github.com/numanair) made their first contribution in [#​5611](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5611) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/stirling-pdf/Chart.yaml | 18 ++++++++++++------ charts/stable/stirling-pdf/values.yaml | 6 +++--- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/charts/stable/stirling-pdf/Chart.yaml b/charts/stable/stirling-pdf/Chart.yaml index 575a3f1eaea..e7d66a11c21 100644 --- a/charts/stable/stirling-pdf/Chart.yaml +++ b/charts/stable/stirling-pdf/Chart.yaml @@ -2,13 +2,19 @@ annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr + truecharts.org/category: unsorted + truecharts.org/max_helm_version: "3.17" + truecharts.org/max_kubernetes_version: 1.32.0 + truecharts.org/min_helm_version: "3.14" + truecharts.org/min_kubernetes_version: 1.24.0 + truecharts.org/train: stable trueforge.org/category: media trueforge.org/max_helm_version: "3.20" trueforge.org/max_kubernetes_version: 1.35.0 trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2.4.2 +appVersion: 2.4.3 dependencies: - name: common version: 28.29.40 @@ -19,21 +25,21 @@ dependencies: import-values: [] deprecated: false description: A robust, locally hosted web-based PDF manipulation tool. -home: https://trueforge.org/truetech/truecharts/charts/stable/stirling-pdf -icon: https://trueforge.org/img/hotlink-ok/chart-icons/stirling-pdf.webp +home: https://truecharts.org/charts/stable/stirling-pdf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stirling-pdf.webp keywords: - stirling-pdf - pdf kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts - email: info@trueforge.org - url: https://trueforge.org + email: info@truecharts.org + url: https://truecharts.org name: stirling-pdf sources: - https://ghcr.io/stirling-tools/s-pdf - https://github.com/Stirling-Tools/Stirling-PDF - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stirling-pdf type: application -version: 8.13.9 +version: 8.13.12 diff --git a/charts/stable/stirling-pdf/values.yaml b/charts/stable/stirling-pdf/values.yaml index e1197123a3c..0972023515e 100644 --- a/charts/stable/stirling-pdf/values.yaml +++ b/charts/stable/stirling-pdf/values.yaml @@ -1,15 +1,15 @@ image: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 2.4.2-ultra-lite@sha256:5f6b4c3a58798f16650256f68d5b7cae8d38c9708a631d554499d8a0cceeb61c + tag: 2.4.3-ultra-lite@sha256:ee96fd3fad7107cc17e3c12723c9175daa5381ba6be797750870f71dd455030f fatImage: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 2.4.2-fat@sha256:55c79284a09fa6bbea172b5aa33dc5b7eb89b249217a1510df50cb6ee037f57f + tag: 2.4.3-fat@sha256:9373243f49fe38e02308172a5f2c98d67c665d27ef7c82002cc7c61670b5c6d1 fullImage: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 2.4.2@sha256:5866b6632dd99c28d45edcb6e984260981efa0f9976e8d3d0c9f35d196a347c5 + tag: 2.4.3@sha256:515364d7c2005fe5dcfdf56b4750b165875bbb6a0a1dced1957c59c8cde61c07 securityContext: container: runAsNonRoot: false