From 8dd41a78a1a23617148fc4955230d98d0f9e2ed9 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 20 Jun 2026 01:52:05 +0200 Subject: [PATCH] =?UTF-8?q?fix(stirling-pdf):=20update=20image=20ghcr.io/s?= =?UTF-8?q?tirling-tools/s-pdf=202.13.0=20=E2=86=92=202.13.1=20(#49293)?= 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 | `dc2d06b` → `d5ff678` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `c2face7` → `e573146` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `0efb755` → `f4ba278` | --- > [!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.13.1`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.13.1): 2.13.1 bug fixes for desktop upload from mobile and multitool rotations [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v2.13.0...v2.13.1) Quick bug fixes for: - multi-tool not correctly rotating certain PDFs - Desktop mobile upload via QR code scan ##### What's Changed ##### Enhancements - feat(i18n): sync editor translations with pluralization support and new UI strings by [@​Ludy87](https://redirect.github.com/Ludy87) in [#​6565](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6565) - build(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 in /frontend by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​6677](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6677) - build(deps): bump dompurify from 3.4.1 to 3.4.11 in /frontend by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​6722](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6722) - Fix more `any` typing usage in the frontend by [@​jbrunton96](https://redirect.github.com/jbrunton96) in [#​6664](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6664) - Fix bad frontend architecture by [@​jbrunton96](https://redirect.github.com/jbrunton96) in [#​6730](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6730) - Fix Multi Tool page rotation lost on save by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​6733](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6733) - Cache Rust build to improve Tauri build job times by [@​jbrunton96](https://redirect.github.com/jbrunton96) in [#​6732](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6732) - Add desktop mobile-upload page and fix LAN QR URL by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​6736](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6736) - Add metrics for numerical count of total PDFs by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​6737](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6737) ##### Development Tools - build(deps): bump js-yaml from 4.1.1 to 4.2.0 in /devTools by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​6680](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6680) ##### Other Changes - Add message when running `task` with no arguments by [@​jbrunton96](https://redirect.github.com/jbrunton96) in [#​6731](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/6731) **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 | 4 ++-- charts/stable/stirling-pdf/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stable/stirling-pdf/Chart.yaml b/charts/stable/stirling-pdf/Chart.yaml index 1b130cf7932..695c5528c24 100644 --- a/charts/stable/stirling-pdf/Chart.yaml +++ b/charts/stable/stirling-pdf/Chart.yaml @@ -9,7 +9,7 @@ annotations: trueforge.org/min_helm_version: "3.14" trueforge.org/train: stable apiVersion: v2 -appVersion: 2.13.0 +appVersion: 2.13.1 dependencies: - name: common version: 29.5.3 @@ -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.22.0 +version: 9.22.3 diff --git a/charts/stable/stirling-pdf/values.yaml b/charts/stable/stirling-pdf/values.yaml index a1e14b125de..a5c0723586a 100644 --- a/charts/stable/stirling-pdf/values.yaml +++ b/charts/stable/stirling-pdf/values.yaml @@ -2,15 +2,15 @@ image: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 2.13.0-ultra-lite@sha256:0efb7551527eba62e807800f8b33fb1849d2196db96386f08126956e29d1ae6d + tag: 2.13.1-ultra-lite@sha256:f4ba278e3570669c1d4b227e907f16edfabbc64eaf547652dec9370c8778dbf1 fatImage: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 2.13.0-fat@sha256:c2face7b30f29ba751b22736d58d77685260dc2f8afe47484e95b2ec5a9de2d1 + tag: 2.13.1-fat@sha256:e5731460b0545eba75f0af04d86954713fd768d0f51f89ebfb6e70b6d89b2f48 fullImage: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent - tag: 2.13.0@sha256:dc2d06bc68bb5a023d3635060ba0070381446bff02011143c7e46ea0c184755c + tag: 2.13.1@sha256:d5ff678ecacdb26b4b7892534540de64a04458b8aaa0a4f9daf2852221646f71 securityContext: container: runAsNonRoot: false