From 590e5ae76a2c8cf7e4c2edb1959ae0586c164a38 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 25 Jan 2025 08:38:47 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/sbondco?= =?UTF-8?q?/watcharr=20v1.44.2=20=E2=86=92=20v2.0.0=20(#31160)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
sbondCo/Watcharr (ghcr.io/sbondco/watcharr) ### [`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
--- ### 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. --- - [ ] 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). --- charts/stable/watcharr/Chart.yaml | 4 ++-- charts/stable/watcharr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/watcharr/Chart.yaml b/charts/stable/watcharr/Chart.yaml index 6c710d4a291..59563bc3679 100644 --- a/charts/stable/watcharr/Chart.yaml +++ b/charts/stable/watcharr/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.44.2 +appVersion: 2.0.0 dependencies: - name: common version: 25.3.1 @@ -33,4 +33,4 @@ sources: - https://github.com/sbondCo/Watcharr - https://github.com/truecharts/charts/tree/master/charts/stable/watcharr type: application -version: 6.9.0 +version: 7.0.0 diff --git a/charts/stable/watcharr/values.yaml b/charts/stable/watcharr/values.yaml index 297ef23b97f..3a34c098bd3 100644 --- a/charts/stable/watcharr/values.yaml +++ b/charts/stable/watcharr/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/sbondco/watcharr - tag: v1.44.2@sha256:85df9a7f4e7cb73d89edf546c9458a096d40d2641c22e36d6ad41aa15da47625 + tag: v2.0.0@sha256:efaf2f5aed5e6e0ef86f0e981f5c76949147d19fb2f4c28467eb55bf6df4e079 pullPolicy: IfNotPresent securityContext: