From 8dd35fb6c16a0f503bd2ed7a9f296073868ac81b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 3 Apr 2025 14:51:49 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/dgtlmoo?= =?UTF-8?q?n/changedetection.io=200.49.9=20=E2=86=92=200.49.10=20(#33881)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `d45fe27` -> `26d194c` | --- > [!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
dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io) ### [`v0.49.10`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.10): Improvements and changes [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.9...0.49.10) #### What's Changed - Set a graph % of ETA time completed of checking the watch by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3060](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3060) - Conditions - Offer some information about what the filter/condition/trigger saw by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3062](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3062) - Re [#​2782](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2782) - Should be "Clone & Edit" without watch history by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3063](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3063) - Refactor + tests for Apprise custom integration by [@​xLinkOut](https://redirect.github.com/xLinkOut) in [https://github.com/dgtlmoon/changedetection.io/pull/3057](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3057) - Small fix for when last fetched was zero bytes by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3065](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3065) - Tidy up lint errors by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3074](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3074) - Regession - Shared history/diff page with anonymous access turned on should allow screenshot access by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3076](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3076) - Restock detection - Add Indonesian phrases for out-of-stock detection by [@​sayaivan](https://redirect.github.com/sayaivan) in [https://github.com/dgtlmoon/changedetection.io/pull/3075](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3075) - Python 3.11 container base by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3077](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3077) - Adding a GC memory cleanup (releases cached libxml memory and others) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3079](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3079) #### New Contributors - [@​xLinkOut](https://redirect.github.com/xLinkOut) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/3057](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3057) - [@​sayaivan](https://redirect.github.com/sayaivan) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/3075](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3075) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.9...0.49.10
--- ### 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. --- - [ ] 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). --- charts/stable/changedetection-io/Chart.yaml | 4 ++-- charts/stable/changedetection-io/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/changedetection-io/Chart.yaml b/charts/stable/changedetection-io/Chart.yaml index 2d58ed30e36..685bdd31f0d 100644 --- a/charts/stable/changedetection-io/Chart.yaml +++ b/charts/stable/changedetection-io/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.49.9 +appVersion: 0.49.10 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.6 +version: 4.9.7 diff --git a/charts/stable/changedetection-io/values.yaml b/charts/stable/changedetection-io/values.yaml index e2c574da26a..ad285a949b2 100644 --- a/charts/stable/changedetection-io/values.yaml +++ b/charts/stable/changedetection-io/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/dgtlmoon/changedetection.io pullPolicy: IfNotPresent - tag: 0.49.9@sha256:d45fe27fa2749ae8556a36ecbac95993c04339275c2a8cf2324823f7c6f331fb + tag: 0.49.10@sha256:26d194c4ae1fce6c2236d0abe2c1e763d38018a49ea4611fccd60d2c1c76c576 service: main: