chore(helm): update image ghcr.io/sbondco/watcharr v2.1.0 → v2.1.1 (#37655)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sbondco/watcharr](https://redirect.github.com/sbondCo/Watcharr) | patch | `09f4dbc` -> `e19f8be` | 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.1.1`](https://redirect.github.com/sbondCo/Watcharr/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/sbondCo/Watcharr/compare/v2.1.0...v2.1.1) #### Fixed - import: Perfect matching now takes Year into account if provided by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/915](https://redirect.github.com/sbondCo/Watcharr/pull/915) - StarRating: Ignore star presses if scroll position changes from start to end of click (this should fix accidental rating changes when trying to scroll down the page on mobile) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/916](https://redirect.github.com/sbondCo/Watcharr/pull/916) - Fix Twitch init error logging bug by [@​ParksideParade](https://redirect.github.com/ParksideParade) in [https://github.com/sbondCo/Watcharr/pull/921](https://redirect.github.com/sbondCo/Watcharr/pull/921) - fix bug on return from blurhash.Encode by [@​ParksideParade](https://redirect.github.com/ParksideParade) in [https://github.com/sbondCo/Watcharr/pull/922](https://redirect.github.com/sbondCo/Watcharr/pull/922) #### Credits Many thanks to everyone who has worked on this release! - [@​ParksideParade](https://redirect.github.com/ParksideParade) made their first contribution in [https://github.com/sbondCo/Watcharr/pull/921](https://redirect.github.com/sbondCo/Watcharr/pull/921) #### 🆘 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/orgs/sbondCo/packages/container/watcharr/462309867?tag=v2.1.1 or on [docker hub](https://hub.docker.com/layers/sbondco/watcharr/v2.1.1/images/sha256-8a94e8c5b718e61c073117b6eaef24095b326e94a9114bf56fe10ad0f0ae959e). **Full Changelog**: https://github.com/sbondCo/Watcharr/compare/v2.1.0...v2.1.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.0
|
||||
appVersion: 2.1.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.13.0
|
||||
@@ -36,5 +36,4 @@ sources:
|
||||
- https://github.com/sbondCo/Watcharr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/watcharr
|
||||
type: application
|
||||
version: 8.1.1
|
||||
|
||||
version: 8.1.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/sbondco/watcharr
|
||||
tag: v2.1.0@sha256:df20b1c1337f76808c60e895360fadd82b38a33cd07cce5c1a8f20b5f2cba594
|
||||
tag: v2.1.1@sha256:e19f8beec1269b4a6677549ca212acbba829fae5ee4113c9687f0b04611db7b8
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user