Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x
Open

fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 )#3323
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x

Conversation

@renovate

@renovate renovate Bot commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/paperless-ngx/paperless-ngx patch 2.20.142.20.15

Release Notes

paperless-ngx/paperless-ngx (ghcr.io/paperless-ngx/paperless-ngx)

v2.20.15: Paperless-ngx v2.20.15

Compare Source

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
All App Changes
4 changes
  • Fix: use only allauth login/logout endpoints @​shamoon (#​12639)
  • Fix: correctly scope mail account enumeration @​shamoon (#​12636)
  • Fix: prevent intermediate change event when CustomFieldQueryAtom operator changes type (#​12597)
  • Fix: reject invalid requests to API notes endpoint (#​12582)

Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Apr 27, 2026

Copy link
Copy Markdown

Path: main/homelab/paperless-ngx

--- /tmp/tmp.keSSBHAhdI	2026-07-27 18:06:11.789534863 +0000
+++ /tmp/tmp.JEbTnXUua3	2026-07-27 18:06:12.701494358 +0000
@@ -43,6 +43,43 @@
 apiVersion: apps/v1
 kind: Deployment
 metadata:
+  name: release-name-redis
+  namespace: default
+spec:
+  revisionHistoryLimit: 3
+  replicas: 1
+  strategy:
+    type: Recreate
+  selector:
+    matchLabels:
+      app.kubernetes.io/controller: redis
+      app.kubernetes.io/name: release-name
+      app.kubernetes.io/instance: release-name
+  template:
+    metadata: {}
+    spec:
+      enableServiceLinks: false
+      serviceAccountName: default
+      automountServiceAccountToken: true
+      hostIPC: false
+      hostNetwork: false
+      hostPID: false
+      dnsPolicy: ClusterFirst
+      containers:
+        - image: ghcr.io/valkey-io/valkey:9.0.3
+          name: redis
+          resources:
+            limits:
+              memory: 128Mi
+            requests:
+              cpu: 5m
+              memory: 32Mi
+
+---
+# Source: oscar/charts/app-template/templates/common.yaml
+apiVersion: apps/v1
+kind: Deployment
+metadata:
   name: paperless
   annotations:
     reloader.stakater.com/auto: "true"
@@ -116,7 +153,7 @@
               value: "2"
             - name: USERMAP_GID
               value: "100"
-          image: ghcr.io/paperless-ngx/paperless-ngx:2.20.14
+          image: ghcr.io/paperless-ngx/paperless-ngx:2.20.15
           livenessProbe:
             failureThreshold: 3
             initialDelaySeconds: 0
@@ -160,43 +197,6 @@
             server: 192.168.1.115
 
 ---
-# Source: oscar/charts/app-template/templates/common.yaml
-apiVersion: apps/v1
-kind: Deployment
-metadata:
-  name: release-name-redis
-  namespace: default
-spec:
-  revisionHistoryLimit: 3
-  replicas: 1
-  strategy:
-    type: Recreate
-  selector:
-    matchLabels:
-      app.kubernetes.io/controller: redis
-      app.kubernetes.io/name: release-name
-      app.kubernetes.io/instance: release-name
-  template:
-    metadata: {}
-    spec:
-      enableServiceLinks: false
-      serviceAccountName: default
-      automountServiceAccountToken: true
-      hostIPC: false
-      hostNetwork: false
-      hostPID: false
-      dnsPolicy: ClusterFirst
-      containers:
-        - image: ghcr.io/valkey-io/valkey:9.0.3
-          name: redis
-          resources:
-            limits:
-              memory: 128Mi
-            requests:
-              cpu: 5m
-              memory: 32Mi
-
----
 # Source: oscar/templates/paperless-ngx-secret.yaml
 apiVersion: external-secrets.io/v1
 kind: ExternalSecret

@renovate renovate Bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) - autoclosed May 16, 2026
@renovate renovate Bot closed this May 16, 2026
@renovate
renovate Bot deleted the renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x branch May 16, 2026 01:30
@renovate renovate Bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) - autoclosed fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) May 16, 2026
@renovate renovate Bot reopened this May 16, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x branch 2 times, most recently from 3b0bf7a to 416e443 Compare May 16, 2026 05:26
@renovate renovate Bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) - autoclosed Jul 7, 2026
@renovate renovate Bot closed this Jul 7, 2026
@renovate renovate Bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) - autoclosed fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) Jul 7, 2026
@renovate renovate Bot reopened this Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x branch from 416e443 to e65d283 Compare July 7, 2026 13:57
@renovate renovate Bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) - autoclosed Jul 27, 2026
@renovate renovate Bot closed this Jul 27, 2026
…20.14 → 2.20.15 )

| datasource | package                             | from    | to      |
| ---------- | ----------------------------------- | ------- | ------- |
| docker     | ghcr.io/paperless-ngx/paperless-ngx | 2.20.14 | 2.20.15 |


Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
@renovate renovate Bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) - autoclosed fix(container): update image ghcr.io/paperless-ngx/paperless-ngx ( 2.20.14 → 2.20.15 ) Jul 27, 2026
@renovate renovate Bot reopened this Jul 27, 2026
@renovate
renovate Bot force-pushed the renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x branch 2 times, most recently from e65d283 to 723445a Compare July 27, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants