From b326a2ec6c4c35a421d56ba6819d452419f7f648 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 4 Mar 2026 23:54:44 +0100 Subject: [PATCH] =?UTF-8?q?fix(paperless-ngx):=20update=20image=20ghcr.io/?= =?UTF-8?q?paperless-ngx/paperless-ngx=202.20.9=20=E2=86=92=202.20.10=20(#?= =?UTF-8?q?45799)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
paperless-ngx/paperless-ngx (ghcr.io/paperless-ngx/paperless-ngx) ### [`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
3 changes - 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))
--- ### 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. --- - [ ] 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). --- charts/stable/paperless-ngx/Chart.yaml | 4 ++-- charts/stable/paperless-ngx/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/paperless-ngx/Chart.yaml b/charts/stable/paperless-ngx/Chart.yaml index 2116a98a20d..dfdb1ee9c51 100644 --- a/charts/stable/paperless-ngx/Chart.yaml +++ b/charts/stable/paperless-ngx/Chart.yaml @@ -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 diff --git a/charts/stable/paperless-ngx/values.yaml b/charts/stable/paperless-ngx/values.yaml index 1410c139e37..638fd31c0d7 100644 --- a/charts/stable/paperless-ngx/values.yaml +++ b/charts/stable/paperless-ngx/values.yaml @@ -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