fix(stirling-pdf): update image ghcr.io/stirling-tools/s-pdf 2.5.0 → 2.5.1 (#45196)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF) | patch | `8ba3c56` → `9e5cdc1` | --- > [!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.5.1`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v2.5.1): 2.5.1 Bug fixes [Compare Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v2.5.0...v2.5.1) Several bug fixes in this release - Login issues showing "something went wrong" when language list = 1 - Forms not showing correctly - Forms not working on desktop - Desktop SSO redirect race condition issues - 431 error for large endpoint for endpoints available #### What's Changed ##### Minor Enhancements - Fix SAML login "something went wrong" when language list = 1 by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5750](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5750) - fix(forms): Update form field UI and behavior for better interactivity and alignment by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​5747](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5747) - fixes for desktop SSO by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5751](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5751) - large query reduction by [@​Frooodle](https://redirect.github.com/Frooodle) in [#​5754](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5754) - fix(form-fill): fix hardcoded response by [@​balazs-szucs](https://redirect.github.com/balazs-szucs) in [#​5755](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/5755) **Full Changelog**: <https://github.com/Stirling-Tools/Stirling-PDF/compare/v2.5.0...v2.5.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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3N0aXJsaW5nLXBkZiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -41,5 +41,5 @@ sources:
|
||||
- https://github.com/Stirling-Tools/Stirling-PDF
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/stirling-pdf
|
||||
type: application
|
||||
version: 8.17.0
|
||||
version: 8.17.1
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ fatImage:
|
||||
fullImage:
|
||||
repository: ghcr.io/stirling-tools/s-pdf
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.5.0@sha256:8ba3c5698d9518a4e37b5c88127cc3c0d0190feb20dee6769fc1f36d13ff6339
|
||||
tag: 2.5.1@sha256:9e5cdc1eb8c06f4f704655fa093effe659f342000c7b9cdb30ca4b408f2bda71
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
|
||||
Reference in New Issue
Block a user