This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `96e0e3e` -> `e7e886d` | --- > [!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.47.05`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.47.05): CVE-2024-51483 security update, small feature/fixes updates [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.47.04...0.47.05) #### What's Changed - Filters - Process all CSS and XPath 'subtract' selectors in a single pass to prevent index shifting and reference loss during DOM manipulation. by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2754](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2754) - Slightly better backup handling UI by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2755](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2755) CVE-2024-51483 security update **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.47.04...0.47.05 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDEuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
33 lines
585 B
YAML
33 lines
585 B
YAML
image:
|
|
repository: ghcr.io/dgtlmoon/changedetection.io
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.47.05@sha256:e7e886dfa8917962206aa5a80deeb47b5a29b6736a3c862e499a5252d1ebbafc
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 5000
|
|
port: 5000
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
BASE_URL: ""
|
|
USE_X_SETTINGS: true
|
|
HIDE_REFERER: true
|
|
FETCH_WORKERS: 10
|
|
|
|
persistence:
|
|
datastore:
|
|
enabled: true
|
|
mountPath: "/datastore"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|