mirror of
https://github.com/truecharts/charts.git
synced 2026-07-24 05:21:39 -03:00
chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.8.3@a93abe7 by renovate (#21843)
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.2` -> `2.8.3` | --- > [!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.3`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.8.3): Paperless-ngx v2.8.3 [Compare Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.8.2...v2.8.3) #### paperless-ngx 2.8.3 ##### Bug Fixes - Fix: respect superuser for document history [@​shamoon](https://togithub.com/shamoon) ([#​6661](https://togithub.com/paperless-ngx/paperless-ngx/pull/6661)) - Fix: allow 0 in monetary field [@​shamoon](https://togithub.com/shamoon) ([#​6658](https://togithub.com/paperless-ngx/paperless-ngx/pull/6658)) - Fix: custom field removal doesnt always trigger change detection [@​shamoon](https://togithub.com/shamoon) ([#​6653](https://togithub.com/paperless-ngx/paperless-ngx/pull/6653)) - Fix: Downgrade and lock lxml [@​stumpylog](https://togithub.com/stumpylog) ([#​6655](https://togithub.com/paperless-ngx/paperless-ngx/pull/6655)) - Fix: correctly handle global search esc key when open and button foucsed [@​shamoon](https://togithub.com/shamoon) ([#​6644](https://togithub.com/paperless-ngx/paperless-ngx/pull/6644)) - Fix: consistent monetary field display in list and cards [@​shamoon](https://togithub.com/shamoon) ([#​6645](https://togithub.com/paperless-ngx/paperless-ngx/pull/6645)) - Fix: doc links and more illegible in light mode [@​shamoon](https://togithub.com/shamoon) ([#​6643](https://togithub.com/paperless-ngx/paperless-ngx/pull/6643)) - Fix: Allow auditlog to be disabled [@​stumpylog](https://togithub.com/stumpylog) ([#​6638](https://togithub.com/paperless-ngx/paperless-ngx/pull/6638)) ##### Documentation - Chore(docs): Update the sample Compose file to latest database [@​stumpylog](https://togithub.com/stumpylog) ([#​6639](https://togithub.com/paperless-ngx/paperless-ngx/pull/6639)) ##### All App Changes <details> <summary>7 changes</summary> - Fix: respect superuser for document history [@​shamoon](https://togithub.com/shamoon) ([#​6661](https://togithub.com/paperless-ngx/paperless-ngx/pull/6661)) - Fix: allow 0 in monetary field [@​shamoon](https://togithub.com/shamoon) ([#​6658](https://togithub.com/paperless-ngx/paperless-ngx/pull/6658)) - Fix: custom field removal doesnt always trigger change detection [@​shamoon](https://togithub.com/shamoon) ([#​6653](https://togithub.com/paperless-ngx/paperless-ngx/pull/6653)) - Fix: correctly handle global search esc key when open and button foucsed [@​shamoon](https://togithub.com/shamoon) ([#​6644](https://togithub.com/paperless-ngx/paperless-ngx/pull/6644)) - Fix: consistent monetary field display in list and cards [@​shamoon](https://togithub.com/shamoon) ([#​6645](https://togithub.com/paperless-ngx/paperless-ngx/pull/6645)) - Fix: doc links and more illegible in light mode [@​shamoon](https://togithub.com/shamoon) ([#​6643](https://togithub.com/paperless-ngx/paperless-ngx/pull/6643)) - Fix: Allow auditlog to be disabled [@​stumpylog](https://togithub.com/stumpylog) ([#​6638](https://togithub.com/paperless-ngx/paperless-ngx/pull/6638)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
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.2
|
||||
appVersion: 2.8.3
|
||||
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.3
|
||||
version: 8.2.4
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.8.2@sha256:fe0bb42ecbe4513e021ed612170c4728e963a7b3c47903d285793c9938219980
|
||||
tag: 2.8.3@sha256:a93abe7d41a3011cbdf687eccc1ca4b7c6dbc199449fb9651a3bcd7e7f0ff9ee
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user