chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.40.2 → 0.41.0 (#31751)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | minor | `d44cb8b` -> `a570b6f` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | minor | `0d30644` -> `e791d48` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | minor | `4f8ac53` -> `ba88670` | --- > [!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> ### [`v0.41.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.41.0): PDF/A and many bug fixes [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.40.2...v0.41.0) <!-- Release notes generated using configuration in .github/release.yml at main --> PDF/A conversion Reintroduced and lots of bug fixes for homepage, sign, add-image, pipeline and various others! ##### What's Changed ##### Bug Fixes - Homepage hotfix by [@​reecebrowne](https://redirect.github.com/reecebrowne) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2894](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2894) - Fix for tab issue by [@​reecebrowne](https://redirect.github.com/reecebrowne) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2898](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2898) - Fix issue [#​2511](https://redirect.github.com/Stirling-Tools/Stirling-PDF/issues/2511): Fix broken ZIP issue by adding zipOut.finish() by [@​Abdurrahman-shaikh](https://redirect.github.com/Abdurrahman-shaikh) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2890](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2890) ##### Minor Enhancements - PDFA fixes by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2896](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2896) - pipeline bug, doc bugs, auto split new URL and doc by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2906](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2906) ##### Translation Changes - Update messages_pt_BR.properties by [@​thiagoor-cpu](https://redirect.github.com/thiagoor-cpu) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2905](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2905) - 🌐 Sync Translations + Update README Progress Table by [@​stirlingbot](https://redirect.github.com/stirlingbot) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/2907](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2907) **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.40.2...v0.41.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.40.2
|
||||
appVersion: 0.41.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/Stirling-Tools/Stirling-PDF
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/stirling-pdf
|
||||
type: application
|
||||
version: 1.18.3
|
||||
version: 1.21.0
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
image:
|
||||
repository: ghcr.io/stirling-tools/s-pdf
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.40.2-ultra-lite@sha256:4f8ac5308c06061f54993a6e7e3dad2381425fa6920e8ee5ea41c1cc259a3ff1
|
||||
tag: 0.41.0-ultra-lite@sha256:ba88670055fcd1dc76568aae130ba74e2979c5eac7711b742d2894a47d2dd10e
|
||||
fatImage:
|
||||
repository: ghcr.io/stirling-tools/s-pdf
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.40.2-fat@sha256:0d30644dd8f632c532721d495fcd2f19452ee4da5427cd1bbe352f2c9d4260a0
|
||||
tag: 0.41.0-fat@sha256:e791d48580806f6dade7c9774b7137d40ebbf1f35b86c592877d32eae2cbf0ad
|
||||
fullImage:
|
||||
repository: ghcr.io/stirling-tools/s-pdf
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.40.2@sha256:d44cb8bd6cae9ba421949b9f5704c347eb4a34808cbb1b580957cca9bcdb2b71
|
||||
tag: 0.41.0@sha256:a570b6f6522d49fbef616e4fef97f7aff35ce046daee16de4e2fa4699a042d33
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user