chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.51.3 → 0.51.4 (#42231)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `46ed4c0` -> `99cf11f` | --- > [!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.51.4`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.51.4) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.51.3...0.51.4) Actually this fixes one very very old bug in xpath filter handling :) #### What's Changed - playwright 1.56 by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3644](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3644) - Specify UTF-8 encoding for xpath\_element\_js by [@​voczi](https://redirect.github.com/voczi) in [#​3650](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3650) - Bump actions/checkout from 5 to 6 in the all group by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​3651](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3651) - Improving UTF-8 handling for xPath selectors (Stop the xpath filter from chewing up non-regulat-latin-text style content) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3659](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3659) #### New Contributors - [@​voczi](https://redirect.github.com/voczi) made their first contribution in [#​3650](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3650) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.51.3...0.51.4> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.51.3
|
||||
appVersion: 0.51.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.2
|
||||
@@ -40,5 +40,5 @@ sources:
|
||||
- https://github.com/dgtlmoon/changedetection.io/tree/master
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/changedetection-io
|
||||
type: application
|
||||
version: 5.14.1
|
||||
version: 5.14.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/dgtlmoon/changedetection.io
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.51.3@sha256:46ed4c0d67cd78228df430a4e56956a233f7055576b64fc849b4487e6d2c303d
|
||||
tag: 0.51.4@sha256:99cf11f04b5d1f1300b5b68f17dc22e76bdb5d6695d7e6590d2df92eca8fb339
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user