Skip to content

fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.13)#3044

Merged
axeII merged 1 commit intomainfrom
renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x
Mar 31, 2026
Merged

fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.13)#3044
axeII merged 1 commit intomainfrom
renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x

Conversation

@bot-akira
Copy link
Copy Markdown
Contributor

@bot-akira bot-akira bot commented Feb 16, 2026

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2.20.13: Paperless-ngx v2.20.13

Compare Source

paperless-ngx 2.20.13
Bug Fixes
  • Fix: suggest corrections only if visible results
  • Fix: require view permission for more-like search
  • Fix: validate document link targets
  • Fix: enforce permissions when attaching accounts to mail rules

v2.20.12: Paperless-ngx v2.20.12

Compare Source

paperless-ngx 2.20.12

[!NOTE]
This release addresses a security issue (GHSA-96jx-fj7m-qh6x) and is recommended for all users. Our sincere thank you to the community members who reported this.

Bug Fixes
All App Changes
5 changes

v2.20.11: Paperless-ngx v2.20.11

Compare Source

paperless-ngx 2.20.11

[!NOTE]
This release addresses a security issue (GHSA-59xh-5vwx-4c4q) and is recommended for all users. Our sincere thank you to the community members who reported this.

Bug Fixes
All App Changes
4 changes

v2.20.10: Paperless-ngx v2.20.10

Compare Source

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 command to correct this after updating.

Bug Fixes
All App Changes
3 changes

v2.20.9: Paperless-ngx v2.20.9

Compare Source

paperless-ngx 2.20.9

[!NOTE]
This release addresses a security issue (GHSA-386h-chg4-cfw9) and is recommended for all users. Our sincere thank you to the community members who reported this.

Bug Fixes
All App Changes
2 changes

v2.20.8: Paperless-ngx v2.20.8

Compare Source

[!NOTE]
This release addresses a security issue (GHSA-7qqc-wrcw-2fj9) and is recommended for all users. Our sincere thank you to the community members who reported this.

paperless-ngx 2.20.8

v2.20.7: Paperless-ngx v2.20.7

Compare Source

[!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
All App Changes
3 changes

Configuration

📅 Schedule: 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@bot-akira
Copy link
Copy Markdown
Contributor Author

bot-akira bot commented Feb 16, 2026

--- kubernetes/apps/default/paperless/app Kustomization: default/paperless HelmRelease: default/paperless

+++ kubernetes/apps/default/paperless/app Kustomization: default/paperless HelmRelease: default/paperless

@@ -51,13 +51,13 @@

               USERMAP_UID: 1000
             envFrom:
             - secretRef:
                 name: paperless-secret
             image:
               repository: ghcr.io/paperless-ngx/paperless-ngx
-              tag: 2.20.6@sha256:a28330462994b937938e02aaa5632a1effcc7f9acfba96c1bef9c50e1167a027
+              tag: 2.20.13@sha256:4b05bcd28e6923768000b5d247cbf2c66fd49bdc3f3b05955bd4f6790a638b01
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 5

@bot-akira
Copy link
Copy Markdown
Contributor Author

bot-akira bot commented Feb 16, 2026

--- HelmRelease: default/paperless Deployment: default/paperless

+++ HelmRelease: default/paperless Deployment: default/paperless

@@ -84,13 +84,13 @@

           value: '1000'
         - name: USERMAP_UID
           value: '1000'
         envFrom:
         - secretRef:
             name: paperless-secret
-        image: ghcr.io/paperless-ngx/paperless-ngx:2.20.6@sha256:a28330462994b937938e02aaa5632a1effcc7f9acfba96c1bef9c50e1167a027
+        image: ghcr.io/paperless-ngx/paperless-ngx:2.20.13@sha256:4b05bcd28e6923768000b5d247cbf2c66fd49bdc3f3b05955bd4f6790a638b01
         livenessProbe:
           failureThreshold: 5
           httpGet:
             path: /
             port: 8000
           initialDelaySeconds: 0

@github-advanced-security
Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@bot-akira bot-akira bot force-pushed the renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x branch from f8485dc to a26e3ab Compare February 22, 2026 04:07
@bot-akira bot-akira bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.7) fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.8) Feb 22, 2026
@bot-akira bot-akira bot force-pushed the renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x branch from a26e3ab to 7ce9f69 Compare February 28, 2026 11:11
@bot-akira bot-akira bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.8) fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.9) Feb 28, 2026
@bot-akira bot-akira bot force-pushed the renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x branch from 7ce9f69 to 2d706cc Compare March 4, 2026 19:31
@bot-akira bot-akira bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.9) fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.10) Mar 4, 2026
@bot-akira bot-akira bot force-pushed the renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x branch from 2d706cc to 50f00c9 Compare March 16, 2026 01:17
@bot-akira bot-akira bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.10) fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.11) Mar 16, 2026
@bot-akira bot-akira bot force-pushed the renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x branch from 50f00c9 to 8e7402f Compare March 21, 2026 01:05
@bot-akira bot-akira bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.11) fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.12) Mar 21, 2026
…0.6 → 2.20.13)

Signed-off-by: bot-akira[bot] <159718293+bot-akira[bot]@users.noreply.github.com>
@bot-akira bot-akira bot force-pushed the renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x branch from 8e7402f to ad69e28 Compare March 21, 2026 09:22
@bot-akira bot-akira bot changed the title fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.12) fix(container): update image ghcr.io/paperless-ngx/paperless-ngx (2.20.6 → 2.20.13) Mar 21, 2026
@axeII axeII merged commit 34c9308 into main Mar 31, 2026
16 checks passed
@bot-akira bot-akira bot deleted the renovate/ghcr.io-paperless-ngx-paperless-ngx-2.x branch March 31, 2026 21:31
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.

2 participants