fix(paperless-ngx): update image ghcr.io/paperless-ngx/paperless-ngx 2.20.6 → 2.20.7 (#45096)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx) | patch | `a283304` → `7b937cb` | --- > [!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>paperless-ngx/paperless-ngx (ghcr.io/paperless-ngx/paperless-ngx)</summary> ### [`v2.20.7`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.7): Paperless-ngx v2.20.7 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.20.6...v2.20.7) > \[!NOTE] > This release addresses a security issue (GHSA-x395-6h48-wr8v) and is recommended for all users. Our sincere thank you to the community members who reported this. #### paperless-ngx 2.20.7 ##### Breaking - Filename template rendering now uses a restricted safe document context for storage paths. Templates relying on unexpected/undocumented document model properties may no longer render and will fall back to default filename formatting. ##### Bug Fixes - Fix: correct user dropdown button icon styling [@​shamoon](https://redirect.github.com/shamoon) ([#​12092](https://redirect.github.com/paperless-ngx/paperless-ngx/issues/12092)) - Fix: fix broken docker create\_classifier command in 2.20.6 [@​shamoon](https://redirect.github.com/shamoon) ([#​11965](https://redirect.github.com/paperless-ngx/paperless-ngx/issues/11965)) - Performance fix: use subqueries to improve object retrieval in large installs [@​shamoon](https://redirect.github.com/shamoon) ([#​11950](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/11950)) ##### All App Changes <details> <summary>3 changes</summary> - Fix: correct user dropdown button icon styling [@​shamoon](https://redirect.github.com/shamoon) ([#​12092](https://redirect.github.com/paperless-ngx/paperless-ngx/issues/12092)) - Fix: fix broken docker create\_classifier command in 2.20.6 [@​shamoon](https://redirect.github.com/shamoon) ([#​11965](https://redirect.github.com/paperless-ngx/paperless-ngx/issues/11965)) - Performance fix: use subqueries to improve object retrieval in large installs [@​shamoon](https://redirect.github.com/shamoon) ([#​11950](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/11950)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3BhcGVybGVzcy1uZ3giLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.6
|
||||
appVersion: 2.20.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.30.2
|
||||
@@ -53,5 +53,5 @@ sources:
|
||||
- https://hub.docker.com/r/gotenberg/gotenberg
|
||||
- https://paperless-ngx.readthedocs.io/en/latest/
|
||||
type: application
|
||||
version: 11.38.1
|
||||
version: 11.38.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.20.6@sha256:a28330462994b937938e02aaa5632a1effcc7f9acfba96c1bef9c50e1167a027
|
||||
tag: 2.20.7@sha256:7b937cb2fa2885ab0ecfceb8c7e8827e2312472d9d897a270097ba7f5522dcdc
|
||||
gotenbergImage:
|
||||
repository: docker.io/gotenberg/gotenberg
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user