From bc7c8795c3b923caef78801c3d7d0d28d54194f6 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 18 Feb 2026 13:20:30 +0100 Subject: [PATCH] =?UTF-8?q?fix(stirling-pdf):=20update=20image=20ghcr.io/s?= =?UTF-8?q?tirling-tools/s-pdf=202.5.0=20=E2=86=92=202.5.1=20(#45196)?= 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 | `8ba3c56` → `9e5cdc1` | --- > [!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.5.1`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.5.1): 2.5.1 Bug fixes [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v2.5.0...v2.5.1) Several bug fixes in this release - Login issues showing "something went wrong" when language list = 1 - Forms not showing correctly - Forms not working on desktop - Desktop SSO redirect race condition issues - 431 error for large endpoint for endpoints available #### What's Changed ##### Minor Enhancements - Fix SAML login "something went wrong" when language list = 1 by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5750](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5750) - fix(forms): Update form field UI and behavior for better interactivity and alignment by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​5747](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5747) - fixes for desktop SSO by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5751](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5751) - large query reduction by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5754](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5754) - fix(form-fill): fix hardcoded response by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​5755](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5755) **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 this update 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 | 2 +- charts/stable/stirling-pdf/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/stirling-pdf/Chart.yaml b/charts/stable/stirling-pdf/Chart.yaml index 13f4863e613..bde196a2424 100644 --- a/charts/stable/stirling-pdf/Chart.yaml +++ b/charts/stable/stirling-pdf/Chart.yaml @@ -41,5 +41,5 @@ sources: - https://github.com/Stirling-Tools/Stirling-PDF - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stirling-pdf type: application -version: 8.17.0 +version: 8.17.1 diff --git a/charts/stable/stirling-pdf/values.yaml b/charts/stable/stirling-pdf/values.yaml index 4691efed174..c9baf0b9f09 100644 --- a/charts/stable/stirling-pdf/values.yaml +++ b/charts/stable/stirling-pdf/values.yaml @@ -10,7 +10,7 @@ fatImage: fullImage: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 2.5.0@sha256:8ba3c5698d9518a4e37b5c88127cc3c0d0190feb20dee6769fc1f36d13ff6339 + tag: 2.5.1@sha256:9e5cdc1eb8c06f4f704655fa093effe659f342000c7b9cdb30ca4b408f2bda71 securityContext: container: runAsNonRoot: false