chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.10.2@f603852 by renovate (#23736)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/paperless-ngx/paperless-ngx](https://togithub.com/paperless-ngx/paperless-ngx) | patch | `2.10.1` -> `2.10.2` | --- > [!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.10.2`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.10.2): Paperless-ngx v2.10.2 [Compare Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.10.1...v2.10.2) #### paperless-ngx 2.10.2 ##### Bug Fixes - Fix: always update document modified property on bulk edit operations [@​shamoon](https://togithub.com/shamoon) ([#​7079](https://togithub.com/paperless-ngx/paperless-ngx/pull/7079)) - Fix: correct frontend retrieval of trash delay setting [@​shamoon](https://togithub.com/shamoon) ([#​7067](https://togithub.com/paperless-ngx/paperless-ngx/pull/7067)) - Fix: index fresh document data after update archive file [@​shamoon](https://togithub.com/shamoon) ([#​7057](https://togithub.com/paperless-ngx/paperless-ngx/pull/7057)) - Fix: Safari browser PDF viewer not loading in 2.10.x [@​shamoon](https://togithub.com/shamoon) ([#​7056](https://togithub.com/paperless-ngx/paperless-ngx/pull/7056)) - Fix: Prefer the exporter metadata JSON file over the version JSON file [@​stumpylog](https://togithub.com/stumpylog) ([#​7048](https://togithub.com/paperless-ngx/paperless-ngx/pull/7048)) ##### All App Changes <details> <summary>5 changes</summary> - Fix: always update document modified property on bulk edit operations [@​shamoon](https://togithub.com/shamoon) ([#​7079](https://togithub.com/paperless-ngx/paperless-ngx/pull/7079)) - Fix: correct frontend retrieval of trash delay setting [@​shamoon](https://togithub.com/shamoon) ([#​7067](https://togithub.com/paperless-ngx/paperless-ngx/pull/7067)) - Fix: index fresh document data after update archive file [@​shamoon](https://togithub.com/shamoon) ([#​7057](https://togithub.com/paperless-ngx/paperless-ngx/pull/7057)) - Fix: Safari browser PDF viewer not loading in 2.10.x [@​shamoon](https://togithub.com/shamoon) ([#​7056](https://togithub.com/paperless-ngx/paperless-ngx/pull/7056)) - Fix: Prefer the exporter metadata JSON file over the version JSON file [@​stumpylog](https://togithub.com/stumpylog) ([#​7048](https://togithub.com/paperless-ngx/paperless-ngx/pull/7048)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.10.1
|
||||
appVersion: 2.10.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.2
|
||||
@@ -43,4 +43,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx
|
||||
- https://paperless-ngx.readthedocs.io/en/latest/
|
||||
type: application
|
||||
version: 9.3.2
|
||||
version: 9.3.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.10.1@sha256:a132c2ac7c572fd34d8af32048a2ef2b99f25c32fce6bbfbf5bef5b770b19a46
|
||||
tag: 2.10.2@sha256:f6038522ba8029e765dfbd9366ed41d65c3f0f5be5aacabbae501eb7e3ff3944
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user