From e4530d634838049b6cebf8afb77ca67fd89363c7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 11 Apr 2025 14:17:01 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/dgtlmoo?= =?UTF-8?q?n/changedetection.io=200.49.12=20=E2=86=92=200.49.13=20(#34239)?= 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 | `7b04081` -> `2abff4e` | 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.13`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.13): Big memory management improvements, selenium fetching in headless by default, new UI options, new API endpoint, groups update [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.12...0.49.13) #### What's Changed - Groups - Override extract_text, text_to_ignore, trigger_text and text_should_not_be_present by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3086](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3086) - "Recheck all" should also queue most overdue first for checking (same like automatic scheduler) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3087](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3087) - Field name update - Keyword triggers - Trigger/wait for text by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3088](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3088) - Make chrome browser headless when checking the site with selenium by [@​Tim3141](https://redirect.github.com/Tim3141) in [https://github.com/dgtlmoon/changedetection.io/pull/3095](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3095) - Requests fetcher - remove old screenshot when watch was in a different fetcher type by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3097](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3097) - Add UI options tab and setting to disable opening diff in a new tab by [@​OPerepadia](https://redirect.github.com/OPerepadia) in [https://github.com/dgtlmoon/changedetection.io/pull/3071](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3071) - Support multiline regex in text filtering ([#​2857](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2857)) by [@​MoshiMoshi0](https://redirect.github.com/MoshiMoshi0) in [https://github.com/dgtlmoon/changedetection.io/pull/2889](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2889) - Memory fixes for large playwright screenshots by [@​xconverge](https://redirect.github.com/xconverge) in [https://github.com/dgtlmoon/changedetection.io/pull/3092](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3092) - Update other methods to use screenshot by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3098](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3098) - Refactor image saving with forked process to reduce memory usage, improvements to xpath scraper handling by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3099](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3099) - Dont use .lower() because the html could be very big and this uses a lot of ram by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3105](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3105) - Apprise import only when needed - saves ~50Mb RAM if you dont have any notifications enabled by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3106](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3106) - Use bigger chunks to speed up page screenshot by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3107](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3107) - Added notifications API endpoints by [@​rm335](https://redirect.github.com/rm335) in [https://github.com/dgtlmoon/changedetection.io/pull/3103](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3103) #### New Contributors - [@​Tim3141](https://redirect.github.com/Tim3141) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/3095](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3095) - [@​OPerepadia](https://redirect.github.com/OPerepadia) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/3071](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3071) - [@​xconverge](https://redirect.github.com/xconverge) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/3092](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3092) - [@​rm335](https://redirect.github.com/rm335) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/3103](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3103) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.12...0.49.13
--- ### 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 87289b2c9b3..27b3488e954 100644 --- a/charts/stable/changedetection-io/Chart.yaml +++ b/charts/stable/changedetection-io/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.49.12 +appVersion: 0.49.13 dependencies: - name: common version: 25.4.10 @@ -38,5 +38,5 @@ 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.9 +version: 4.9.10 diff --git a/charts/stable/changedetection-io/values.yaml b/charts/stable/changedetection-io/values.yaml index 24cb1f30153..9c3e0b3ba51 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.12@sha256:7b04081f68bf8d08a40f64fb81f605b58e507e7070ddc9874ee1d58fc646c96f + tag: 0.49.13@sha256:2abff4e2a1275aee7dcf9ded08b1b323dddeaf3e36c9ac8470bf7376d4e84b2f service: main: