fix(changedetection-io): update image ghcr.io/dgtlmoon/changedetection.io 0.53.1 → 0.53.3 (#45093)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `0c694b7` → `8647583` | --- > [!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.53.3`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.53.3) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.53.2...0.53.3) #### What's Changed - API - Skip validation errors about server path (allows use on sub-paths/reverse proxy etc) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3886](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3886) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.53.2...0.53.3> ### [`v0.53.2`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.53.2) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.53.1...0.53.2) #### What's Changed - Security - Adding small test and fixing overzealous filename cleaner by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3884](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3884) - UI - Watch overview - Restock price, validate number before output by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3883](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3883) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.53.1...0.53.2> </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NoYW5nZWRldGVjdGlvbi1pbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.53.1
|
||||
appVersion: 0.53.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.30.2
|
||||
@@ -43,5 +43,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.17.0
|
||||
version: 5.17.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/dgtlmoon/changedetection.io
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.53.1@sha256:0c694b7f0d8f8a699140c34290ba933edd07d56e3d6d9186bb10d51285b944c9
|
||||
tag: 0.53.3@sha256:8647583c05edcd980feafc0646d75a6ceae19c23f906f35448451ebb5a2c694a
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user