This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | minor | `e959310` → `0c694b7` | --- > [!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>dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)</summary> ### [`v0.53.1`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.53.1) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.52.9...0.53.1) ### Big changes - Very large refactor of the datastore backend, instead of all watch data stored in a single JSON DB, splits the info into `uuid/watch.json` and `uuid/tag.json` - Lots of API fixes - Queuing system refactor (reduces code) #### What's Changed - Bump apprise from 1.9.6 to 1.9.7 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3800](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3800) - Update messages.po // German by [@​DominikHerold](https://redirect.github.com/DominikHerold) in [#​3797](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3797) - Cli options by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3802](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3802) - add support for remote reverse proxies by [@​kyeotic](https://redirect.github.com/kyeotic) in [#​3806](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3806) - Improved catching of errors/exceptions in Browser Steps steps by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3808](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3808) - Big refactor to save watches as their own datafile with some agnostic data store backend by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3775](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3775) - Db data upgrade fixes by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3811](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3811) - Make watch tags link elements by [@​opicron](https://redirect.github.com/opicron) in [#​3813](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3813) - API - Notification URLs werent always being validated by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3812](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3812) - Ability to limit total number of watches with env var `PAGE_WATCH_LIMIT` by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3828](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3828) - Janus queue worker not needed, improves multiple workers by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3826](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3826) - Puppeteer and Playwright browser close/shutdown improvements by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3830](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3830) - Bump elementpath from 5.1.0 to 5.1.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3799](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3799) - Processor plugin improvements by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3739](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3739) - Memory improvement - Use builtin markupsafe instead of creating a jinja2 template env each time for small strings by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3836](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3836) - Limit trim history size by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3834](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3834) - Improved watch global settings handling by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3839](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3839) - Adding more tests and references by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3841](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3841) - Rebuild translations by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3842](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3842) - Fix for When MoreThanOnePriceFound() is raised, plugins dont fire by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3840](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3840) - Bump pyppeteer-ng from 2.0.0rc12 to 2.0.0rc13 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3843](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3843) - Bump psutil from 7.2.1 to 7.2.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3844](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3844) - Refactor by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3847](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3847) - Refactor for Tags storage by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3848](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3848) - Tags update fix by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3849](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3849) - API - Include missing `tags` in fetching watch information. [#​3854](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3854) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3856](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3856) - API - Import - Ability to set any watch value as HTTP URL Query value for example `api/import?processor=restock_diff&time_between_check={'hours':24}` Re [#​3845](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3845) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3857](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3857) - API - Import use background task to import large lists by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3858](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3858) - Refactoring upgrade path by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3861](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3861) - Price tracker - Use subprocess on linux for cleaner memory management. by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3864](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3864) - Update python-engineio requirement from \~=4.13.0 to \~=4.13.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3868](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3868) - API - Remove `flask_expects_json` validation, this is covered entirely by OpenAPI, update OpenAPI spec. by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3871](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3871) - Update python-socketio requirement from \~=5.16.0 to \~=5.16.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3869](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3869) - Avoid reprocessing if the page was the same by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3867](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3867) - UI - Ability to download a complete data package (.zip) of a watch by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3877](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3877) - Browser Steps - Clean off empty fields on save/update, small refactor Re [#​3874](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3874), [#​3879](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3879) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3880](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3880) #### New Contributors - [@​kyeotic](https://redirect.github.com/kyeotic) made their first contribution in [#​3806](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3806) - [@​opicron](https://redirect.github.com/opicron) made their first contribution in [#​3813](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3813) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.52.9...0.53.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NoYW5nZWRldGVjdGlvbi1pbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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 the 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 that 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