chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.8.4@25909b5 by renovate (#22005)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/paperless-ngx/paperless-ngx](https://togithub.com/paperless-ngx/paperless-ngx) | patch | `2.8.3` -> `2.8.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>paperless-ngx/paperless-ngx (ghcr.io/paperless-ngx/paperless-ngx)</summary> ### [`v2.8.4`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.8.4): Paperless-ngx v2.8.4 [Compare Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.8.3...v2.8.4) #### paperless-ngx 2.8.4 ##### Features - Enhancement: display current ASN in statistics [@​darmiel](https://togithub.com/darmiel) ([https://github.com/paperless-ngx/paperless-ngx/pull/6692](https://togithub.com/paperless-ngx/paperless-ngx/pull/6692)) - Enhancement: global search tweaks [@​shamoon](https://togithub.com/shamoon) ([#​6674](https://togithub.com/paperless-ngx/paperless-ngx/pull/6674)) ##### Bug Fixes - Security: Correctly disable `eval` in pdfjs [@​shamoon](https://togithub.com/shamoon) ([#​6702](https://togithub.com/paperless-ngx/paperless-ngx/pull/6702)) - Fix: history timestamp tooltip illegible in dark mode [@​shamoon](https://togithub.com/shamoon) ([#​6696](https://togithub.com/paperless-ngx/paperless-ngx/pull/6696)) - Fix: only count inbox documents from inbox tags with permissions [@​shamoon](https://togithub.com/shamoon) ([#​6670](https://togithub.com/paperless-ngx/paperless-ngx/pull/6670)) ##### All App Changes <details> <summary>5 changes</summary> - Enhancement: global search tweaks [@​shamoon](https://togithub.com/shamoon) ([#​6674](https://togithub.com/paperless-ngx/paperless-ngx/pull/6674)) - Security: Correctly disable `eval` in pdfjs [@​shamoon](https://togithub.com/shamoon) ([#​6702](https://togithub.com/paperless-ngx/paperless-ngx/pull/6702)) - Fix: history timestamp tooltip illegible in dark mode [@​shamoon](https://togithub.com/shamoon) ([#​6696](https://togithub.com/paperless-ngx/paperless-ngx/pull/6696)) - Enhancement: display current ASN in statistics [@​darmiel](https://togithub.com/darmiel) ([#​6692](https://togithub.com/paperless-ngx/paperless-ngx/pull/6692)) - Fix: only count inbox documents from inbox tags with permissions [@​shamoon](https://togithub.com/shamoon) ([#​6670](https://togithub.com/paperless-ngx/paperless-ngx/pull/6670)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.8.3
|
||||
appVersion: 2.8.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.0
|
||||
@@ -32,7 +32,7 @@ keywords:
|
||||
- paperless-ngx
|
||||
- documents
|
||||
- paper
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -44,4 +44,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx
|
||||
- https://ghcr.io/paperless-ngx/paperless-ngx
|
||||
type: application
|
||||
version: 8.2.4
|
||||
version: 8.2.5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.8.3@sha256:a93abe7d41a3011cbdf687eccc1ca4b7c6dbc199449fb9651a3bcd7e7f0ff9ee
|
||||
tag: 2.8.4@sha256:25909b56d93f0d8e7e799382747e0fb0f034eab574329eae14df64a5b207eb74
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user