fix(changedetection-io): update image ghcr.io/dgtlmoon/changedetection.io 0.55.4 → 0.55.5 (#48372)
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 | `9d15c62` → `d89d418` | --- > [!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.55.5`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.55.5) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.55.4...0.55.5) #### What's Changed - Fix Spanish translations for 'Changed' and 'Last Changed' by [@​maperal](https://redirect.github.com/maperal) in [#​4160](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4160) - Notifications - Fix `'str' object is not callable` when `{{ diff(...)}}` callable tokens are used with HTML/htmlcolor output by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​4161](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4161) - LLM - Master on/off switch (enable/disable) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​4162](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4162) #### New Contributors - [@​maperal](https://redirect.github.com/maperal) made their first contribution in [#​4160](https://redirect.github.com/dgtlmoon/changedetection.io/pull/4160) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.55.4...0.55.5> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9jaGFuZ2VkZXRlY3Rpb24taW8iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.55.4
|
||||
appVersion: 0.55.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -38,5 +38,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.4.1
|
||||
version: 6.4.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/dgtlmoon/changedetection.io
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.55.4@sha256:9d15c629cb8f1736c21ef0ca1db65e5cecbb2cba0aec14ee1b084931cfe8a964
|
||||
tag: 0.55.5@sha256:d89d4187221206f7f9f2c7946e7483815db905ca7d122644081aebd5d23ba391
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user