From 9aa8869003ea59b55ca40c11da220164cf251349 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 29 Oct 2024 09:26:48 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/dgtlmoo?= =?UTF-8?q?n/changedetection.io=200.47.03=20=E2=86=92=200.47.04=20(#28531)?= 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 | `1e8135d` -> `96e0e3e` | 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.47.04`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.47.04): Bug fixes and small improvements [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.47.03...0.47.04) #### What's Changed - "Block change detection when text exists" should not trigger a change when the original text returns by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2709](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2709) - Fix mobile styling inconsistencies and resolve diff page overflow issue by [@​ojigs](https://redirect.github.com/ojigs) in [https://github.com/dgtlmoon/changedetection.io/pull/2716](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2716) - [#​2727](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2727) fix notification test on empty list by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2731](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2731) - "Send test notification" in "Restock" mode was not working correclty when restock tokens "{{restock.price}}" were in the notification body and headers by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2737](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2737) - Add additional out-of-stock detection for PT by [@​goncalossilva](https://redirect.github.com/goncalossilva) in [https://github.com/dgtlmoon/changedetection.io/pull/2738](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2738) - [#​2502](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2502) - Add jinja2 template handling to request body by [@​cdubz](https://redirect.github.com/cdubz) in [https://github.com/dgtlmoon/changedetection.io/pull/2740](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2740) - Re [#​2742](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2742) Notifications - post://, get:// etc , Fixing URL encoding of headers so that '+' in URL is correctly parsed as ' ' (and other url-encodings) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2745](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2745) - Re [#​2747](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2747) - Do not recheck 'paused' watches on edit/save by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2750](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2750) #### New Contributors - [@​goncalossilva](https://redirect.github.com/goncalossilva) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/2738](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2738) - [@​cdubz](https://redirect.github.com/cdubz) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/2740](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2740) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.47.03...0.47.04
--- ### 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 d8be3e7d780db..fb62d9cf889f0 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.47.03 +appVersion: 0.47.04 dependencies: - name: common version: 25.1.5 @@ -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.4.2 +version: 4.4.3 diff --git a/charts/stable/changedetection-io/values.yaml b/charts/stable/changedetection-io/values.yaml index 63972314726cf..1341a328fc1ab 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.47.03@sha256:1e8135d8fcf27af1991732b72c72dceaf870012c3b355f7b7c3f3a37c2a232aa + tag: 0.47.04@sha256:96e0e3ea7e50f79ee98c745724e70ed7b9a5a163100a0982015e6dc240b47ed3 service: main: