This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sbondco/watcharr](https://redirect.github.com/sbondCo/Watcharr) | major | `85df9a7` -> `efaf2f5` | --- > [!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>sbondCo/Watcharr (ghcr.io/sbondco/watcharr)</summary> ### [`v2.0.0`](https://redirect.github.com/sbondCo/Watcharr/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/sbondCo/Watcharr/compare/v1.44.2...v2.0.0) > \[!NOTE]\ > The next release is finally here! Don't worry about the major version bump though, there's nothing for you to do, other than update your server as usual ([more details here](https://redirect.github.com/sbondCo/Watcharr/discussions/768)). > > It is still recommended that you perform a backup before updating! #### New - Trusted header authentication by [@​lufixSch](https://redirect.github.com/lufixSch) & [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/736](https://redirect.github.com/sbondCo/Watcharr/pull/736) - Person: Ability to sort items in people view by [@​AlexPerathoner](https://redirect.github.com/AlexPerathoner) in [https://github.com/sbondCo/Watcharr/pull/670](https://redirect.github.com/sbondCo/Watcharr/pull/670) - Person: 'On my list' filter support by [@​AlexPerathoner](https://redirect.github.com/AlexPerathoner) & [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/704](https://redirect.github.com/sbondCo/Watcharr/pull/704) - Person: show message when no credits to show by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/705](https://redirect.github.com/sbondCo/Watcharr/pull/705) - Search by external id (with this format: `provider:id`, example: `imdb:tt15435876`) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/709](https://redirect.github.com/sbondCo/Watcharr/pull/709) - imdb (aliases: `i`, `imd`) - tvdb (aliases: `thetvdb`) - youtube (aliases: `yt`) - wikidata (aliases: `wd`, `wdt`) - facebook - instagram - twitter - tiktok - Search: Support special characters (technically breaking, but only for frontend url, not api) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/713](https://redirect.github.com/sbondCo/Watcharr/pull/713) - Imdb import (for movies & tv) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/726](https://redirect.github.com/sbondCo/Watcharr/pull/726) - Imdb episodes import support (only if show is imported too from list) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/728](https://redirect.github.com/sbondCo/Watcharr/pull/728) - Create a default error page by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/738](https://redirect.github.com/sbondCo/Watcharr/pull/738) - manage_users: Support swapping users between Watcharr/Proxy user types (which enabled a migration path for existing users over to becoming a trusted header user) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/747](https://redirect.github.com/sbondCo/Watcharr/pull/747) #### Changed - Migration to Svelte 5, new code format rules for frontend, some general overdue refactoring by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/762](https://redirect.github.com/sbondCo/Watcharr/pull/762) - Full migration to Svelte 5 (instead of slowly migrating, everything has been moved over to use Svelte 5 features now) - The store is now an object using the $state rune, instead of using a svelte store. All uses have been updated, looks a lot cleaner now! - Edited prettierrc: Use default `printWidth` of 80, Always leave trailing `,`, use tabs. - All code reformatted to use Tabs instead of Spaces (have been meaning to fix this for a while, all the code being changed in this pr was a good excuse to get it done). - Code makeover: A lot of stuff has been refactored to be (more) pleasing to the eyes. #### Fixed - import: Disable 'change statuses' button while importing by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/727](https://redirect.github.com/sbondCo/Watcharr/pull/727) - Fix search debounce and styling by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/770](https://redirect.github.com/sbondCo/Watcharr/pull/770) - Fix importing state error by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/781](https://redirect.github.com/sbondCo/Watcharr/pull/781) #### Documentation - New screenshots for readme/doc site by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/771](https://redirect.github.com/sbondCo/Watcharr/pull/771) #### Maintenance - ui: bump [@​sveltejs/kit](https://redirect.github.com/sveltejs/kit) from 2.5.27 to 2.15.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/737](https://redirect.github.com/sbondCo/Watcharr/pull/737) - ui: bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.14.1 to 8.18.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/733](https://redirect.github.com/sbondCo/Watcharr/pull/733) - ui: bump typescript from 5.5.4 to 5.7.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/703](https://redirect.github.com/sbondCo/Watcharr/pull/703) - ui: bump [@​vite-pwa/sveltekit](https://redirect.github.com/vite-pwa/sveltekit) from 0.5.0 to 0.6.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/669](https://redirect.github.com/sbondCo/Watcharr/pull/669) - ui: bump prettier from 3.3.2 to 3.4.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/714](https://redirect.github.com/sbondCo/Watcharr/pull/714) - server: bump github.com/go-co-op/gocron/v2 from 2.11.0 to 2.14.0 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/731](https://redirect.github.com/sbondCo/Watcharr/pull/731) - server: bump gorm.io/driver/sqlite from 1.5.6 to 1.5.7 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/723](https://redirect.github.com/sbondCo/Watcharr/pull/723) - server: bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/717](https://redirect.github.com/sbondCo/Watcharr/pull/717) - ui: bump [@​types/papaparse](https://redirect.github.com/types/papaparse) from 5.3.14 to 5.3.15 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/742](https://redirect.github.com/sbondCo/Watcharr/pull/742) - server: bump github.com/gin-contrib/cors from 1.7.2 to 1.7.3 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/745](https://redirect.github.com/sbondCo/Watcharr/pull/745) - server: bump golang.org/x/crypto from 0.31.0 to 0.32.0 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/748](https://redirect.github.com/sbondCo/Watcharr/pull/748) - server: bump github.com/gin-contrib/cache from 1.3.0 to 1.3.1 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/746](https://redirect.github.com/sbondCo/Watcharr/pull/746) - server: bump github.com/go-co-op/gocron/v2 from 2.14.0 to 2.14.2 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/761](https://redirect.github.com/sbondCo/Watcharr/pull/761) - ui: bump [@​sveltejs/adapter-node](https://redirect.github.com/sveltejs/adapter-node) from 5.2.11 to 5.2.12 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/763](https://redirect.github.com/sbondCo/Watcharr/pull/763) - ui: bump [@​sveltejs/kit](https://redirect.github.com/sveltejs/kit) from 2.15.1 to 2.16.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/764](https://redirect.github.com/sbondCo/Watcharr/pull/764) #### Thanks - [@​lufixSch](https://redirect.github.com/lufixSch) For getting the base work done for the trusted header authentication support. - [@​christaikobo](https://redirect.github.com/christaikobo) For providing valuable feedback on trusted header authentication implementation. - [@​AlexPerathoner](https://redirect.github.com/AlexPerathoner) For continued work on improving quality of life for the frontend. #### 🆘 Getting Help If you need help, encounter an issue or find a bug please [create an issue](https://redirect.github.com/sbondCo/Watcharr/issues/new/choose) or [join our space on Matrix](https://matrix.to/#/#watcharr:matrix.org) for support. Always happy to help! **Package**: https://github.com/sbondCo/Watcharr/pkgs/container/watcharr/342565711?tag=v2.0.0 or [on docker hub](https://hub.docker.com/layers/sbondco/watcharr/v2.0.0/images/sha256-efaf2f5aed5e6e0ef86f0e981f5c76949147d19fb2f4c28467eb55bf6df4e079) **Full Changelog**: https://github.com/sbondCo/Watcharr/compare/v1.44.2...v2.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19-->
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