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 [@​shamoon](https://redirect.github.com/shamoon) ([#​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 [@​shamoon](https://redirect.github.com/shamoon) ([#​10214](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10214)) - Feature: add Persian translation [@​shamoon](https://redirect.github.com/shamoon) ([#​10183](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10183)) - Enhancement: support import of zipped export [@​kaerbr](https://redirect.github.com/kaerbr) ([#​10073](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10073)) ##### Bug Fixes - Fix: more api fixes [@​shamoon](https://redirect.github.com/shamoon) ([#​10204](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10204)) - Fix: restore expected pre-2.16 scheduled workflow offset behavior [@​shamoon](https://redirect.github.com/shamoon) ([#​10218](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10218)) - Fix: fix some API crashes [@​shamoon](https://redirect.github.com/shamoon) ([#​10196](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10196)) - Fix: remove duplicate base path in websocket urls [@​robertmx](https://redirect.github.com/robertmx) ([#​10194](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10194)) - Fix: use hard delete for custom fields with workflow removal [@​shamoon](https://redirect.github.com/shamoon) ([#​10191](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10191)) - Fix: fix mail account test api schema [@​shamoon](https://redirect.github.com/shamoon) ([#​10164](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10164)) - Fix: correct api schema for mail_account process [@​shamoon](https://redirect.github.com/shamoon) ([#​10157](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10157)) - Fix: correct api schema for next_asn [@​shamoon](https://redirect.github.com/shamoon) ([#​10151](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10151)) - Fix: fix email and notes endpoints api spec [@​shamoon](https://redirect.github.com/shamoon) ([#​10148](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10148)) ##### Dependencies - Chore: bump angular/common to 19.12.14 [@​shamoon](https://redirect.github.com/shamoon) ([#​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 [@​shamoon](https://redirect.github.com/shamoon) ([#​10214](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10214)) - Fix: more api fixes [@​shamoon](https://redirect.github.com/shamoon) ([#​10204](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10204)) - Fix: restore expected pre-2.16 scheduled workflow offset behavior [@​shamoon](https://redirect.github.com/shamoon) ([#​10218](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10218)) - Chore: switch from os.path to pathlib.Path [@​gothicVI](https://redirect.github.com/gothicVI) ([#​9933](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/9933)) - Chore: bump angular/common to 19.12.14 [@​shamoon](https://redirect.github.com/shamoon) ([#​10212](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10212)) - Fix: fix some API crashes [@​shamoon](https://redirect.github.com/shamoon) ([#​10196](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10196)) - Fix: remove duplicate base path in websocket urls [@​robertmx](https://redirect.github.com/robertmx) ([#​10194](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10194)) - Fix: use hard delete for custom fields with workflow removal [@​shamoon](https://redirect.github.com/shamoon) ([#​10191](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10191)) - Feature: add Persian translation [@​shamoon](https://redirect.github.com/shamoon) ([#​10183](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10183)) - Enhancement: support import of zipped export [@​kaerbr](https://redirect.github.com/kaerbr) ([#​10073](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10073)) - Fix: fix mail account test api schema [@​shamoon](https://redirect.github.com/shamoon) ([#​10164](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10164)) - Fix: correct api schema for mail_account process [@​shamoon](https://redirect.github.com/shamoon) ([#​10157](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10157)) - Fix: correct api schema for next_asn [@​shamoon](https://redirect.github.com/shamoon) ([#​10151](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/10151)) - Fix: fix email and notes endpoints api spec [@​shamoon](https://redirect.github.com/shamoon) ([#​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=-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0