chore(helm): update image ghcr.io/stirling-tools/s-pdf 1.1.0 → 1.1.1 (#38009)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `55731f2` -> `12de648` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `5a345c7` -> `b5a4e0b` | | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `e2eb4bd` -> `03b7108` | --- > [!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> ### [`v1.1.1`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v1.1.1): 1.1.1 Pipeline feature bug fixes [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v1.1.0...v1.1.1) <!-- Release notes generated using configuration in .github/release.yml at main --> Various small bug fixes related to pipeline functionality and other issues causing unexpected errors ##### What's Changed ##### Minor Enhancements - Update 3rd Party Licenses by [@​stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in[https://github.com/Stirling-Tools/Stirling-PDF/pull/4012](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4012)2 - V2 settings api (Added to V1) by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/4015](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4015) - remove file locks plus formatting by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/4049](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4049) - fix(search): add null-check in dropdown hide handler by [@​Ludy87](https://redirect.github.com/Ludy87) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/3983](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/3983) - fix(pipeline): correct paths for pipeline & support default WebUI pipeline config extraction by [@​Ludy87](https://redirect.github.com/Ludy87) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/4051](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4051) ##### Docker Updates - ci(workflows): add concurrency cancellation to CI workflows by [@​Ludy87](https://redirect.github.com/Ludy87) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/4034](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4034) - Version bump + docker ultra lite fix by [@​Frooodle](https://redirect.github.com/Frooodle) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/4057](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4057) ##### Translation Changes - Translate language names for zh\_TW Traditional Chinese by [@​PeterDaveHello](https://redirect.github.com/PeterDaveHello) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/4036](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4036) - Update and improve zh\_TW Traditional Chinese translation by [@​PeterDaveHello](https://redirect.github.com/PeterDaveHello) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/4038](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4038) ##### Other Changes - legal: termsAndConditions has moved by [@​pheiduck](https://redirect.github.com/pheiduck) in [https://github.com/Stirling-Tools/Stirling-PDF/pull/4035](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4035) - 🤖 format everything with pre-commit by stirlingbot by [@​stirlingbot](https://redirect.github.com/stirlingbot)\[bot] in[https://github.com/Stirling-Tools/Stirling-PDF/pull/4040](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/4040)0 **Full Changelog**: https://github.com/Stirling-Tools/Stirling-PDF/compare/v1.1.0...v1.1.1 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.1.0
|
||||
appVersion: 1.1.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.15.1
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://github.com/Stirling-Tools/Stirling-PDF
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/stirling-pdf
|
||||
type: application
|
||||
version: 5.5.2
|
||||
version: 5.5.4
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
image:
|
||||
repository: ghcr.io/stirling-tools/s-pdf
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.1.0-ultra-lite@sha256:e2eb4bd132138e50e1ba540a8e3e18c59c2721fee00d2ed42277338c158f51e9
|
||||
tag: 1.1.1-ultra-lite@sha256:03b71084a7d506850644f2fac081490059c8ea0c711784bb7cc66d5cc843fd3d
|
||||
fatImage:
|
||||
repository: ghcr.io/stirling-tools/s-pdf
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.1.0-fat@sha256:5a345c7397ff6c788056ba51aa82ea642f8b95cfb8a71e482598fe422c50a78d
|
||||
tag: 1.1.1-fat@sha256:b5a4e0b8b222727314b12f0baf9af0c7c162aaf8226c500321e92017f4c5bcd3
|
||||
fullImage:
|
||||
repository: ghcr.io/stirling-tools/s-pdf
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.1.0@sha256:55731f2b4f2a7988613df5fbe1137b439627bc25f42c6cc89e753572a04950d1
|
||||
tag: 1.1.1@sha256:12de648818f4ec139dacad50acb90c302c6077986f70cf09708c8c38d041c285
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user