chore(helm): update image ghcr.io/paperless-ngx/paperless-ngx 2.16.3 → 2.17.0 (#36473)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx)
| minor | `5622c95` -> `7e9e4b5` |

---

> [!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.17.0`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.17.0):
Paperless-ngx v2.17.0

[Compare
Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.16.3...v2.17.0)

#### paperless-ngx 2.17.0

##### Breaking Changes

- Fix: restore expected pre-2.16 scheduled workflow offset behavior
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10218](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10218))

> \[!WARNING]
> In versions v2.16.0–v2.16.3, the interpretation of offset days for
scheduled workflows was inverted. This has now been **corrected** to
restore the intuitive, pre-v2.16 behavior:
>
> -   **Positive offsets now trigger workflows *after* the date**
> -   **Negative offsets trigger workflows *before* the date**
>
> If you configured scheduled workflows in v2.16.x with inverted offsets
(or adjusted a trigger created in 2.15.x), you must now **adjust the
offset sign** to match this corrected logic.
>
> If you did not alter your workflow triggers after upgrading from
v2.15, no changes are required.
>
> We apologize for the confusion — this fix restores consistency and
better matches user expectations.

##### Features / Enhancements

- QoL: log version at startup, show backend vs frontend mismatch in
system status [@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10214](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10214))
- Feature: add Persian translation
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10183](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10183))
- Enhancement: support import of zipped export
[@&#8203;kaerbr](https://redirect.github.com/kaerbr)
([#&#8203;10073](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10073))

##### Bug Fixes

- Fix: more api fixes
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10204](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10204))
- Fix: restore expected pre-2.16 scheduled workflow offset behavior
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10218](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10218))
- Fix: fix some API crashes
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10196](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10196))
- Fix: remove duplicate base path in websocket urls
[@&#8203;robertmx](https://redirect.github.com/robertmx)
([#&#8203;10194](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10194))
- Fix: use hard delete for custom fields with workflow removal
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10191](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10191))
- Fix: fix mail account test api schema
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10164](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10164))
- Fix: correct api schema for mail_account process
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10157](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10157))
- Fix: correct api schema for next_asn
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10151](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10151))
- Fix: fix email and notes endpoints api spec
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10148](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10148))

##### Dependencies

- Chore: bump angular/common to 19.12.14
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10212](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10212))

##### All App Changes

<details>
<summary>14 changes</summary>

- QoL: log version at startup, show backend vs frontend mismatch in
system status [@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10214](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10214))
- Fix: more api fixes
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10204](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10204))
- Fix: restore expected pre-2.16 scheduled workflow offset behavior
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10218](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10218))
- Chore: switch from os.path to pathlib.Path
[@&#8203;gothicVI](https://redirect.github.com/gothicVI)
([#&#8203;9933](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9933))
- Chore: bump angular/common to 19.12.14
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10212](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10212))
- Fix: fix some API crashes
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10196](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10196))
- Fix: remove duplicate base path in websocket urls
[@&#8203;robertmx](https://redirect.github.com/robertmx)
([#&#8203;10194](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10194))
- Fix: use hard delete for custom fields with workflow removal
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10191](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10191))
- Feature: add Persian translation
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10183](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10183))
- Enhancement: support import of zipped export
[@&#8203;kaerbr](https://redirect.github.com/kaerbr)
([#&#8203;10073](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10073))
- Fix: fix mail account test api schema
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10164](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10164))
- Fix: correct api schema for mail_account process
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10157](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10157))
- Fix: correct api schema for next_asn
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10151](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10151))
- Fix: fix email and notes endpoints api spec
[@&#8203;shamoon](https://redirect.github.com/shamoon)
([#&#8203;10148](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10148))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-06-19 20:10:59 +02:00
committed by GitHub
parent 0730e051d3
commit ac21a0cdc1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.16.3
appVersion: 2.17.0
dependencies:
- name: common
version: 25.4.10
@@ -46,5 +46,5 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ngx
- https://paperless-ngx.readthedocs.io/en/latest/
type: application
version: 10.1.4
version: 10.2.0
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/paperless-ngx/paperless-ngx
pullPolicy: IfNotPresent
tag: 2.16.3@sha256:5622c95b4e22c6b95d4791563d8ace03ae16e3147e2cdf2016b938dc9341d30a
tag: 2.17.0@sha256:7e9e4b5d47d3221444281edf17f7f8a6c916f628a3514a3241881acdd23d32a2
service:
main:
ports: