mirror of
https://github.com/truecharts/charts.git
synced 2026-07-05 07:41:24 -03:00
fix(changedetection-io): update image ghcr.io/dgtlmoon/changedetection.io 0.52.8 → 0.52.9 (#43967)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `8ef2849` -> `e959310` | --- > [!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.52.9`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.52.9) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.52.8...0.52.9) #### What's Changed - Update messages.po // German "From" by [@​DominikHerold](https://redirect.github.com/DominikHerold) in [#​3793](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3793) - Open github link on new tab by [@​mstrey](https://redirect.github.com/mstrey) in [#​3791](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3791) - Update French translation by [@​sCreami](https://redirect.github.com/sCreami) in [#​3788](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3788) - Browser page fetching speedup - Element locking was adding up to 1minute page load time, Element locking 'off' by default (so they dont move when the screenshot scroll happens), only lock top viewport elements. Improve logging. by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3796](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3796) - Make language selection sticky and provide a way to return back to default auto-detect [#​3792](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3792) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3795](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3795) - Use credentials to fetch the web manifest by [@​ianis](https://redirect.github.com/ianis) in [#​3790](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3790) - Memory management improvements by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [#​3798](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3798) #### New Contributors - [@​DominikHerold](https://redirect.github.com/DominikHerold) made their first contribution in [#​3793](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3793) - [@​mstrey](https://redirect.github.com/mstrey) made their first contribution in [#​3791](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3791) - [@​sCreami](https://redirect.github.com/sCreami) made their first contribution in [#​3788](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3788) - [@​ianis](https://redirect.github.com/ianis) made their first contribution in [#​3790](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3790) **Full Changelog**: <https://github.com/dgtlmoon/changedetection.io/compare/0.52.8...0.52.9> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2hhbmdlZGV0ZWN0aW9uLWlvIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
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.52.8
|
||||
appVersion: 0.52.9
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.30
|
||||
@@ -40,5 +40,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.15.12
|
||||
version: 5.15.13
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/dgtlmoon/changedetection.io
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.52.8@sha256:8ef2849ceac50e98e37b91dd1b9a32cb495e8ce38937617267d9d22013572659
|
||||
tag: 0.52.9@sha256:e95931043d68da46e90498ce74ad317b392caade07186dc06bdfa1710901bf90
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user