chore(helm): update image ghcr.io/paperless-ngx/paperless-ngx 2.14.5 → 2.14.6 (#31317)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx) | patch | `0dd0569` -> `471a276` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>paperless-ngx/paperless-ngx (ghcr.io/paperless-ngx/paperless-ngx)</summary> ### [`v2.14.6`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.14.6): Paperless-ngx v2.14.6 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.14.5...v2.14.6) #### paperless-ngx 2.14.6 ##### Bug Fixes - Fix: backwards-compatible versioned API response for custom field select fields, update default API version [@​shamoon](https://redirect.github.com/shamoon) ([#​8912](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8912)) - Tweak: place items with 0 documents at bottom of filterable list, retain alphabetical [@​shamoon](https://redirect.github.com/shamoon) ([#​8924](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8924)) - Fix: set larger page size for abstract service getFew [@​shamoon](https://redirect.github.com/shamoon) ([#​8920](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8920)) - Fix/refactor: remove doc observables, fix username async [@​shamoon](https://redirect.github.com/shamoon) ([#​8908](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8908)) - Fix: include missing fields for saved view widgets [@​shamoon](https://redirect.github.com/shamoon) ([#​8905](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8905)) - Fix: force set document not dirty before close after save [@​shamoon](https://redirect.github.com/shamoon) ([#​8888](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8888)) - Fixhancement: restore search highlighting and add for built-in viewer [@​shamoon](https://redirect.github.com/shamoon) ([#​8885](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8885)) - Fix: resolve cpu usage due to incorrect interval use [@​shamoon](https://redirect.github.com/shamoon) ([#​8884](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8884)) ##### All App Changes <details> <summary>10 changes</summary> - Fix: backwards-compatible versioned API response for custom field select fields, update default API version [@​shamoon](https://redirect.github.com/shamoon) ([#​8912](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8912)) - Tweak: place items with 0 documents at bottom of filterable list, retain alphabetical [@​shamoon](https://redirect.github.com/shamoon) ([#​8924](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8924)) - Fix: set larger page size for abstract service getFew [@​shamoon](https://redirect.github.com/shamoon) ([#​8920](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8920)) - Fix/refactor: remove doc observables, fix username async [@​shamoon](https://redirect.github.com/shamoon) ([#​8908](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8908)) - Chore: Upgrades dependencies and hook versions [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8895](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8895)) - Fix: include missing fields for saved view widgets [@​shamoon](https://redirect.github.com/shamoon) ([#​8905](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8905)) - Fix: force set document not dirty before close after save [@​shamoon](https://redirect.github.com/shamoon) ([#​8888](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8888)) - Change: Revert dropdown sorting by doc count [@​shamoon](https://redirect.github.com/shamoon) ([#​8887](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8887)) - Fixhancement: restore search highlighting and add for built-in viewer [@​shamoon](https://redirect.github.com/shamoon) ([#​8885](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8885)) - Fix: resolve cpu usage due to incorrect interval use [@​shamoon](https://redirect.github.com/shamoon) ([#​8884](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8884)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.14.5
|
||||
appVersion: 2.14.6
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -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.17.1
|
||||
version: 9.17.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/paperless-ngx/paperless-ngx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.14.5@sha256:0dd05692644ab4e052aa9f0e3029436ca77b0385453ec7a6c8f8785ae2179c02
|
||||
tag: 2.14.6@sha256:471a276d09a13b6933f4435fa7e57d9236eb255246d9cdd8e81da0d5a873a18a
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user