From 730f4978db4d583541fbae233d758a10ca165dd2 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 23 Apr 2024 08:23:39 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/sbondco/watcharr to v1.39.0@9c5d999 by renovate (#21201) 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://togithub.com/sbondCo/Watcharr) | minor | `v1.38.2` -> `v1.39.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
sbondCo/Watcharr (ghcr.io/sbondco/watcharr) ### [`v1.39.0`](https://togithub.com/sbondCo/Watcharr/releases/tag/v1.39.0) [Compare Source](https://togithub.com/sbondCo/Watcharr/compare/v1.38.2...v1.39.0) #### 🧠 New - Support pinning watched list items to the top of your list (pinned items are highlighted with a gold outline) by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/498](https://togithub.com/sbondCo/Watcharr/pull/498) ![image](https://togithub.com/sbondCo/Watcharr/assets/37304121/005eb3c4-ea90-428b-8687-91bb729a85a8) - Support emby branding (new `USE_EMBY` setting that will swap out Jellyfin branding for Embys branding, no auth logic has been changed) by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/504](https://togithub.com/sbondCo/Watcharr/pull/504) #### 💯 Changed - Better thoughts (now a modal is opened so you can add your thoughts more easily) by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/495](https://togithub.com/sbondCo/Watcharr/pull/495) - Improve search (add content type filters and remove dumb sort) by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/496](https://togithub.com/sbondCo/Watcharr/pull/496) ![image](https://togithub.com/sbondCo/Watcharr/assets/37304121/6c6a846d-da1e-4061-a2b0-e7839fd87176) - Support detailed view for posters on search page by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/497](https://togithub.com/sbondCo/Watcharr/pull/497) #### 🏗️ Fixed - LastFinished Sort: Prefer custom dates that are set on `FINISHED` activities by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/494](https://togithub.com/sbondCo/Watcharr/pull/494) - Content Pages: Make btns container wrap elements when overflowing by [@​IRHM](https://togithub.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/499](https://togithub.com/sbondCo/Watcharr/pull/499) #### 🥇 Credit A big thanks to [@​n00b12345](https://togithub.com/n00b12345), [@​simonbcn](https://togithub.com/simonbcn), [@​mommyune](https://togithub.com/mommyune), [@​gardebreak](https://togithub.com/gardebreak) and [@​rguinn829](https://togithub.com/rguinn829) for suggesting the improvements/fixes made in this release! #### 🆘 Getting Help If you need help, encounter an issue or find a bug please [create an issue](https://togithub.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/orgs/sbondCo/packages/container/watcharr/207084376?tag=v1.39.0 or [on docker hub](https://hub.docker.com/layers/sbondco/watcharr/v1.39.0/images/sha256-9c5d999d92d3475b6a91317727d1620f14b5d85309a3878604f38c60eee22526?context=explore) **Full Changelog**: https://github.com/sbondCo/Watcharr/compare/v1.38.2...v1.39.0
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/watcharr/Chart.yaml | 6 +++--- charts/stable/watcharr/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/watcharr/Chart.yaml b/charts/stable/watcharr/Chart.yaml index 2a52183ef3e..f36ca6afc76 100644 --- a/charts/stable/watcharr/Chart.yaml +++ b/charts/stable/watcharr/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.38.2 +appVersion: 1.39.0 dependencies: - name: common version: 20.3.11 @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.webp keywords: - watcharr - media -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/watcharr - https://ghcr.io/sbondco/watcharr type: application -version: 4.12.8 +version: 4.13.0 diff --git a/charts/stable/watcharr/values.yaml b/charts/stable/watcharr/values.yaml index 8ad1ad8710a..377bec6b0da 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.38.2@sha256:a30d605acd154d5e346e5ae768cda5df1bbe6f21fac12f90765f3d1c67c57f6e + tag: v1.39.0@sha256:9c5d999d92d3475b6a91317727d1620f14b5d85309a3878604f38c60eee22526 pullPolicy: IfNotPresent securityContext: