chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.1 → 0.49.2 (#32276)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `c48b0b8` -> `0ce7a61` | --- > [!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.49.2`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.2): Bug fix release [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.1...0.49.2) #### What's Changed - Fix mute/unmute alt/title label by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2951](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2951) - Adding `browser_steps` JSON Schema rule for API updates by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2957](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2957) - UI - "Browser Steps" tab should be always available with helpful info by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2955](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2955) - removing deprecated docker version attribute by [@​panzli](https://redirect.github.com/panzli) in [https://github.com/dgtlmoon/changedetection.io/pull/2967](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2967) - Use JS for switching tabs because sometimes the DOM wasnt ready when the CSS tried to fire &:target by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2971](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2971) - Filter - unique lines fix for empty set by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2972](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2972) - More W3C validation fixes by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2973](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2973) - UI - Make the setup and error messages for Visual Selector and Browser Steps a lot more meaningful by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2977](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2977) - Lots of HTML validation fixes which may resolve certain cases of the interface not working for some users #### New Contributors - [@​panzli](https://redirect.github.com/panzli) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/2967](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2967) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.1...0.49.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.49.1
|
||||
appVersion: 0.49.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/dgtlmoon/changedetection.io/tree/master
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io
|
||||
type: application
|
||||
version: 4.9.2
|
||||
version: 4.9.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/dgtlmoon/changedetection.io
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.49.1@sha256:c48b0b83d4af7c7e60aef37adcd381c8a8ecb3ec613b19ddcfca880f95a7d004
|
||||
tag: 0.49.2@sha256:0ce7a61684a23796ced09b2b1506234d35c15cd32e8a461621fad6385a55eccd
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user