From d015b2898c81aaa0a5c651bc9f27032b4712a0d4 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 8 Jul 2026 02:38:11 +0200 Subject: [PATCH] =?UTF-8?q?fix(stirling-pdf):=20update=20image=20ghcr.io/s?= =?UTF-8?q?tirling-tools/s-pdf=202.14.0=20=E2=86=92=202.14.1=20(#50010)?= 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 | `a6c5e62` → `986ae1d` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `d44d101` → `e09e109` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.14.1`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.14.1): 2.14.1 Bug fixes and new 3rd party license page [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v2.14.0...v2.14.1) Quick hotfix release to get out some bug fixes including: - Stopping posthog prematurely loading (Note no data was received our end by this however posthog might have tried it's own calls during this time) - Cert sign not working for certain installations - Rearrange pages bug causing tool to fail As well as a new settings menu page to show all licenses for frontend and backend 3rd party dependencies ##### What's Changed ##### Bug Fixes - fix(frontend): Stop posthog loading before opt flags are read by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​6812](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6812) - Fix rearrange-pages DUPLICATE producing shared page nodes (pypdf cyclic-references CI break) by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​6851](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6851) - Fix tooltip positioning on Add Page Numbers by [@​jbrunton96](https://redirect.github.com/jbrunton96) in [#​6885](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6885) - Disable update check and notification in SaaS mode by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​6863](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6863) - Fix missing app icon on Linux/Wayland by [@​LFd3v](https://redirect.github.com/LFd3v) in [#​6875](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6875) - Fix cert sign not showing under certain instances by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​6908](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6908) ##### Enhancements - feat(ui): add dedicated third-party license sections to settings by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​6820](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6820) ##### Other - Set App version to v2.14.1 by [@​ConnorYoh](https://redirect.github.com/ConnorYoh) in [#​6891](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6891) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - 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 | 2 +- charts/stable/stirling-pdf/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/stirling-pdf/Chart.yaml b/charts/stable/stirling-pdf/Chart.yaml index cc1849797b1..0c9c9c3ca17 100644 --- a/charts/stable/stirling-pdf/Chart.yaml +++ b/charts/stable/stirling-pdf/Chart.yaml @@ -36,5 +36,5 @@ sources: - https://github.com/Stirling-Tools/Stirling-PDF - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stirling-pdf type: application -version: 9.27.0 +version: 9.27.2 diff --git a/charts/stable/stirling-pdf/values.yaml b/charts/stable/stirling-pdf/values.yaml index ceb948f9c7d..749106bac59 100644 --- a/charts/stable/stirling-pdf/values.yaml +++ b/charts/stable/stirling-pdf/values.yaml @@ -6,11 +6,11 @@ image: fatImage: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 2.14.0-fat@sha256:d44d101a25a5a6e5f4d706bb37788678c0d514332f144ef9c65984d14c078199 + tag: 2.14.1-fat@sha256:e09e109a19ff2538b11176932a724766d07ad11ba63b6c25e8e25e12f1cc5235 fullImage: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 2.14.0@sha256:a6c5e627ceef6ed323a63da13e0d44ef68503320d1917cbc7ca2fd8e4a827aae + tag: 2.14.1@sha256:986ae1d17bd41661351006526332a29a1ff7ca6799e69a51a8bb549c55941044 securityContext: container: runAsNonRoot: false