fix(changedetection-io): update image ghcr.io/dgtlmoon/changedetection.io 0.54.6 → 0.54.7 (#46426)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://changedetection.io) ([source](https://redirect.github.com/dgtlmoon/changedetection.io)) | patch | `7611738` → `b632a9f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.54.7`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.54.7) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.54.6...0.54.7) #### Security - XPath json-doc() Arbitrary File Read Bypass ( Similar fix as CVE-2026-29039 ) - CVE-2026-33981 - Environment Variable Disclosure via jq env Builtin in Include Filters #### What's Changed - UI - Text tidyup by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3989](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3989) - Realtime - Suppress socket.io errors in logs by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3991](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3991) - Restock - Add previous\_price to restock values [#​3987](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3987) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3993](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3993) - fix: correct critical errors in Spanish (es) translation by [@​rasputino](https://redirect.github.com/rasputino) in [#​3994](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3994) - `last_error` should be cleared if page content was the same and there was no error by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3997](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3997) - fix: Czech translation strings updated by [@​svetlemodry](https://redirect.github.com/svetlemodry) in [#​4008](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4008) #### New Contributors - [@​rasputino](https://redirect.github.com/rasputino) made their first contribution in [#​3994](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3994) - [@​svetlemodry](https://redirect.github.com/svetlemodry) made their first contribution in [#​4008](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4008) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.54.6...0.54.7> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2hhbmdlZGV0ZWN0aW9uLWlvIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.54.6
|
||||
appVersion: 0.54.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -37,5 +37,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: 6.0.0
|
||||
version: 6.0.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/dgtlmoon/changedetection.io
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.54.6@sha256:7611738e564caa08a9b7591a7909e4f6c78d34d289873b9fd7d320af50943419
|
||||
tag: 0.54.7@sha256:b632a9fb6be702fb859e02cd5cac5de7a7466ce1e97f5f5347a1d012c0720108
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user