fix(stirling-pdf): update image ghcr.io/stirling-tools/s-pdf 2.4.1 → 2.4.2 (#44318)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `99e82be` -> `5866b66` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `09a9751` -> `55c7928` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `5771c76` -> `5f6b4c3` | --- > [!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 <details> <summary>Stirling-Tools/Stirling-PDF (ghcr.io/stirling-tools/s-pdf)</summary> ### [`v2.4.2`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.4.2): 2.4.2 Audit fix, stamp variables and tool option fixes [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v2.4.1...v2.4.2) This is a quick update including - Fixes for Audit display failing under certain scenarios - Fix for tools not being correctly disabled via disable-endpoints settings - Text editor font rendering fixes - New Variables for Stamp PDF feature! ##### What's Changed ##### Enhancements - feat(stamp): add dynamic variables and templates for stamp text customization by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​5546](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5546) ##### Minor Enhancements - Fix tool disabling by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5585](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5585) - Fix Audit & Usage Analytics Sections by [@​DarioGii](https://redirect.github.com/DarioGii) in [#​5586](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5586) - 🤖 format everything with pre-commit by stirlingbot by [@​stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in [#​5538](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5538) ##### Other Changes - fix: PDF Text Editor file open by [@​bittoby](https://redirect.github.com/bittoby) in [#​5572](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5572) ##### New Contributors - [@​bittoby](https://redirect.github.com/bittoby) made their first contribution in [#​5572](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5572) **Full Changelog**: <https://github.com/Stirling-Tools/Stirling-PDF/compare/v2.4.1...v2.4.2> <!-- Release notes generated using configuration in .github/release.yml at v2.4.2 --> ##### What's Changed ##### Enhancements - feat(stamp): add dynamic variables and templates for stamp text customization by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​5546](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5546) ##### Minor Enhancements - Fix tool disabling by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5585](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5585) - Fix Audit & Usage Analytics Sections by [@​DarioGii](https://redirect.github.com/DarioGii) in [#​5586](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5586) - 🤖 format everything with pre-commit by stirlingbot by [@​stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in [#​5538](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5538) ##### Other Changes - fix: PDF Text Editor file open by [@​bittoby](https://redirect.github.com/bittoby) in [#​5572](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5572) ##### New Contributors - [@​bittoby](https://redirect.github.com/bittoby) made their first contribution in [#​5572](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5572) **Full Changelog**: <https://github.com/Stirling-Tools/Stirling-PDF/compare/v2.4.1...v2.4.2> </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3RpcmxpbmctcGRmIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
|||||||
truecharts.org/min_kubernetes_version: 1.24.0
|
truecharts.org/min_kubernetes_version: 1.24.0
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.4.1
|
appVersion: 2.4.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 28.29.40
|
version: 28.29.40
|
||||||
@@ -38,5 +38,5 @@ sources:
|
|||||||
- https://github.com/Stirling-Tools/Stirling-PDF
|
- https://github.com/Stirling-Tools/Stirling-PDF
|
||||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stirling-pdf
|
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stirling-pdf
|
||||||
type: application
|
type: application
|
||||||
version: 8.13.6
|
version: 8.13.9
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/stirling-tools/s-pdf
|
repository: ghcr.io/stirling-tools/s-pdf
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.4.1-ultra-lite@sha256:5771c76b03aba6d445f67937e5f84c10ee03db1c259d3d1508fc9396328d1f0d
|
tag: 2.4.2-ultra-lite@sha256:5f6b4c3a58798f16650256f68d5b7cae8d38c9708a631d554499d8a0cceeb61c
|
||||||
fatImage:
|
fatImage:
|
||||||
repository: ghcr.io/stirling-tools/s-pdf
|
repository: ghcr.io/stirling-tools/s-pdf
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.4.1-fat@sha256:09a97511b0b8b078b0c99cf98d55e3c698617d933ced196cecae4e0888448e86
|
tag: 2.4.2-fat@sha256:55c79284a09fa6bbea172b5aa33dc5b7eb89b249217a1510df50cb6ee037f57f
|
||||||
fullImage:
|
fullImage:
|
||||||
repository: ghcr.io/stirling-tools/s-pdf
|
repository: ghcr.io/stirling-tools/s-pdf
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.4.1@sha256:99e82be32a8bc70e99f284f5b2e1be582be05f7410e3707932fce973b0678419
|
tag: 2.4.2@sha256:5866b6632dd99c28d45edcb6e984260981efa0f9976e8d3d0c9f35d196a347c5
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
|||||||
Reference in New Issue
Block a user