fix(paperless-ngx): update image ghcr.io/paperless-ngx/paperless-ngx 2.20.14 → 2.20.15 (#47599)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx)
| patch | `b89f833` → `6c86cad` |

---

> [!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.15`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.20.15):
Paperless-ngx v2.20.15

[Compare
Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.20.14...v2.20.15)

#### paperless-ngx 2.20.15

> \[!NOTE]
> This release addresses a security issue (GHSA-8c6x-pfjq-9gr7) and is
recommended for all users. Our sincere thank you to the community
members who reported this.

##### Bug Fixes

- Fix: use only allauth login/logout endpoints
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;12639](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/12639))
- Fix: correctly scope mail account enumeration
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;12636](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/12636))
- Fix: prevent intermediate change event when CustomFieldQueryAtom
operator changes type
[@&#8203;ggouzi](https://redirect.github.com/ggouzi)
([#&#8203;12597](https://redirect.github.com/paperless-ngx/paperless-ngx/issues/12597))
- Fix: reject invalid requests to API notes endpoint
[@&#8203;ggouzi](https://redirect.github.com/ggouzi)
([#&#8203;12582](https://redirect.github.com/paperless-ngx/paperless-ngx/issues/12582))

##### All App Changes

<details>
<summary>4 changes</summary>

- Fix: use only allauth login/logout endpoints
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;12639](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/12639))
- Fix: correctly scope mail account enumeration
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;12636](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/12636))
- Fix: prevent intermediate change event when CustomFieldQueryAtom
operator changes type
([#&#8203;12597](https://redirect.github.com/paperless-ngx/paperless-ngx/issues/12597))
- Fix: reject invalid requests to API notes endpoint
([#&#8203;12582](https://redirect.github.com/paperless-ngx/paperless-ngx/issues/12582))

</details>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9wYXBlcmxlc3Mtbmd4IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
TrueCharts Bot
2026-04-27 08:28:14 +02:00
committed by GitHub
parent cc95cc4313
commit 8e04d9eee5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 2.20.14
appVersion: 2.20.15
dependencies:
- name: common
version: 29.1.6
@@ -48,5 +48,5 @@ sources:
- https://hub.docker.com/r/gotenberg/gotenberg
- https://paperless-ngx.readthedocs.io/en/latest/
type: application
version: 14.2.3
version: 14.2.4
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: ghcr.io/paperless-ngx/paperless-ngx
pullPolicy: IfNotPresent
tag: 2.20.14@sha256:b89f83345532cfba72690185257eb6c4f92fc2a782332a42abe19c07b7a6595f
tag: 2.20.15@sha256:6c86cad803970ea782683a8e80e7403444c5bf3cf70de63b4d3c8e87500db92f
gotenbergImage:
repository: docker.io/gotenberg/gotenberg
pullPolicy: IfNotPresent