fix(paperless-ngx): update image ghcr.io/paperless-ngx/paperless-ngx 2.20.9 → 2.20.10 (#45799)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx) | patch | `1d99ede` → `07a0b4b` | --- > [!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 <details> <summary>paperless-ngx/paperless-ngx (ghcr.io/paperless-ngx/paperless-ngx)</summary> ### [`v2.20.10`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.10): Paperless-ngx v2.20.10 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.20.9...v2.20.10) #### paperless-ngx 2.20.10 > \[!NOTE] > This release addresses a bug in v2.20.7 that affected some pre-existing storage path templates. Affected users can run the [`document_renamer`](https://docs.paperless-ngx.com/administration/#renamer) command to correct this after updating. ##### Bug Fixes - Fix: support string coercion in filepath jinja templates [@​shamoon](https://redirect.github.com/shamoon) ([#​12244](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/12244)) - Fix: apply ordering after annotating tag document count [@​shamoon](https://redirect.github.com/shamoon) ([#​12238](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/12238)) - Fix: enforce path limit for db filename fields [@​shamoon](https://redirect.github.com/shamoon) ([#​12235](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/12235)) ##### All App Changes <details> <summary>3 changes</summary> - Fix: support string coercion in filepath jinja templates [@​shamoon](https://redirect.github.com/shamoon) ([#​12244](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/12244)) - Fix: apply ordering after annotating tag document count [@​shamoon](https://redirect.github.com/shamoon) ([#​12238](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/12238)) - Fix: enforce path limit for db filename fields [@​shamoon](https://redirect.github.com/shamoon) ([#​12235](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/12235)) </details> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcGFwZXJsZXNzLW5neCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.20.9
|
||||
appVersion: 2.20.10
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.33.0
|
||||
@@ -53,5 +53,5 @@ sources:
|
||||
- https://hub.docker.com/r/gotenberg/gotenberg
|
||||
- https://paperless-ngx.readthedocs.io/en/latest/
|
||||
type: application
|
||||
version: 11.45.0
|
||||
version: 11.45.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.20.9@sha256:1d99ede700ffdf7aa44899b5fee29c8c279f175769b6cb295e91e9f15772728e
|
||||
tag: 2.20.10@sha256:07a0b4ba01ce377c82a0636e16c0c3d931fde5b7e9304de6601986cc42d9b6e6
|
||||
gotenbergImage:
|
||||
repository: docker.io/gotenberg/gotenberg
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user