mirror of
https://github.com/truecharts/charts.git
synced 2026-07-18 02:51:26 -03:00
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.50.39 → 0.50.40 (#41526)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `f67668a` -> `a368433` | --- > [!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.50.40`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.50.40): Non critical bug fixes release [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.50.39...0.50.40) #### What's Changed - Datastore - Use `orjson` for faster saves by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3601](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3601) - Watch history - Don't rescan whole history.txt when looking up a timestamp <->filepath by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3602](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3602) - Real time UI - Remove polling thread for updates - it's all done realtime with signals by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3603](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3603) - Notification body/title - Fixing validation on empty strings [#​3606](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3606) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3607](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3607) - Page <title> should only be captured on HTML documents by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3608](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3608) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.50.39...0.50.40> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.50.39
|
||||
appVersion: 0.50.40
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.3
|
||||
@@ -38,7 +38,8 @@ sources:
|
||||
- https://changedetection.io/
|
||||
- https://ghcr.io/dgtlmoon/changedetection.io
|
||||
- https://github.com/dgtlmoon/changedetection.io/tree/master
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/changedetection-io
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/changedetection-io
|
||||
type: application
|
||||
version: 5.11.15
|
||||
version: 5.11.16
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/dgtlmoon/changedetection.io
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.50.39@sha256:f67668a25429725de212becbdb5d8d783d715b4c99b94da7222a6035ba9f74f6
|
||||
tag: 0.50.40@sha256:a3684335bc4806b305b40271abc787687e716fbf68bfdb8e7e069ee19c599670
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user