7d798564b89e00f7ba2eae88321dc49beff5e2f4
144 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
e4530d6348 |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.12 → 0.49.13 (#34239)
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 <details> <summary>dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)</summary> ### [`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 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
81131bc7f2 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
b3c027f0c8 | fix(clustertool): new round of indent fixes | ||
|
|
d5e6babdf8 | chore: manual genmeta | ||
|
|
f8e33766bf |
feat(common): remove portal and ensure appUrl is used for notes.txt (#34047)
**Description** This removes old portal references (from truenas times) from common and notes.txt Also ensures chartContext is used for notes.txt Technically breaking in case any down-stream users use portal configmap/data ⚒️ Fixes #31880 **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
2fce051aaa |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
76732478b2 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
b84d8c0eac | chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.11 → 0.49.12 (#33941) | ||
|
|
a8797a0f42 |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.10 → 0.49.11 (#33916)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `26d194c` -> `26b7c7a` | --- > [!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.49.11`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.11): Windows/Apple fix for startup crash - Only register memory signal handler on Linux [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.10...0.49.11) 0.49.11 Windows/Apple fix for startup crash - Only register memory signal handler on Linux </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
8dd35fb6c1 |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.9 → 0.49.10 (#33881)
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 <details> <summary>dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)</summary> ### [`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 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
67eee9466f |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.4 → 0.49.9 (#33538)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `42e81c2` -> `d45fe27` | 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.49.9`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.9): One for the RSS lovers [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.8...0.49.9) #### What's Changed - RSS Fixes and improvements - Ability to set "RSS Color HTML Format" in Settings, detect and filter content with bad content that could break RSS by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3055](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3055) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.8...0.49.9 ### [`v0.49.8`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.8) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.7...0.49.8) #### What's Changed - pyppeteer-ng 2.0.0rc8 has much looser requirements by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3050](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3050) - API - Search by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3052](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3052) - Path blueprint fixes and moving code blueprint by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3054](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3054) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.7...0.49.8 ### [`v0.49.7`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.7): Adding "Tags" API [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.6...0.49.7) #### What's Changed - Tags API by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3049](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3049) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.6...0.49.7 ### [`v0.49.6`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.6): API Access should still work even when UI Password is enabled [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.5...0.49.6) #### What's Changed - Re [#​3045](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3045) - API Access should still work even when UI Password is enabled by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3046](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3046) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.5...0.49.6 ### [`v0.49.5`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.5): New "CONDITIONS" function, fixes and improvements [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.4...0.49.5) #### What's Changed - Initial WIP for adding support for CONDITIONS by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2952](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2952) - Refactor blueprints by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3030](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3030) - Replace Linux only 'resource' library with cross-platform 'psutil' library by [@​nicoell](https://redirect.github.com/nicoell) in [https://github.com/dgtlmoon/changedetection.io/pull/3037](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3037) - Re [#​3041](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3041) Ensure atomic/safe history data disk writes by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3042](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3042) - Template tidyup & UI Fixes by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3044](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3044) #### New Contributors - [@​nicoell](https://redirect.github.com/nicoell) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/3037](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3037) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.4...0.49.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
e05b17d798 |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.3 → 0.49.4 (#33219)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `f87e0a2` -> `42e81c2` | 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.49.4`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.4): Minor bug fixes and improvements [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.3...0.49.4) #### What's Changed - BrowserSteps - Speed up scraping, refactor screenshot handling for very long pages by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2999](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2999) - Update stock-not-in-stock.js - French by [@​boustea](https://redirect.github.com/boustea) in [https://github.com/dgtlmoon/changedetection.io/pull/3012](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3012) - Re [#​3004](https://redirect.github.com/dgtlmoon/changedetection.io/issues/3004) - Saving fetch error text - Always use utf-8 encoding (Incase the system decides elseway) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/3015](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3015) Misc UI fixes #### New Contributors - [@​boustea](https://redirect.github.com/boustea) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/3012](https://redirect.github.com/dgtlmoon/changedetection.io/pull/3012) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.3...0.49.4 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
30fc2b3a5d | chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.2 → 0.49.3 (#32435) | ||
|
|
5ea5fdbc3c |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.1 → 0.49.2 (#32276)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `c48b0b8` -> `0ce7a61` | --- > [!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.49.2`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.2): Bug fix release [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.1...0.49.2) #### What's Changed - Fix mute/unmute alt/title label by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2951](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2951) - Adding `browser_steps` JSON Schema rule for API updates by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2957](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2957) - UI - "Browser Steps" tab should be always available with helpful info by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2955](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2955) - removing deprecated docker version attribute by [@​panzli](https://redirect.github.com/panzli) in [https://github.com/dgtlmoon/changedetection.io/pull/2967](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2967) - Use JS for switching tabs because sometimes the DOM wasnt ready when the CSS tried to fire &:target by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2971](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2971) - Filter - unique lines fix for empty set by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2972](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2972) - More W3C validation fixes by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2973](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2973) - UI - Make the setup and error messages for Visual Selector and Browser Steps a lot more meaningful by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2977](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2977) - Lots of HTML validation fixes which may resolve certain cases of the interface not working for some users #### New Contributors - [@​panzli](https://redirect.github.com/panzli) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/2967](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2967) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.1...0.49.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
8917edf7b5 |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.49.0 → 0.49.1 (#31771)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `56eb0be` -> `c48b0b8` | --- > [!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.49.1`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.1): Fixes and improvements [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.49.0...0.49.1) #### What's Changed - Fix custom header parsing to split on the first colon only by [@​iafuad](https://redirect.github.com/iafuad) in [https://github.com/dgtlmoon/changedetection.io/pull/2929](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2929) - Adding jinja2/browsersteps test by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2915](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2915) - Add multiple semver tags to docker releases by [@​RoboMagus](https://redirect.github.com/RoboMagus) in [https://github.com/dgtlmoon/changedetection.io/pull/2938](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2938) - Re [#​2945](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2945) - Handle ByteOrderMark in JSON strings by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2947](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2947) - Update stock-not-in-stock.js (Italian translations) by [@​vin86](https://redirect.github.com/vin86) in [https://github.com/dgtlmoon/changedetection.io/pull/2948](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2948) #### New Contributors - [@​iafuad](https://redirect.github.com/iafuad) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/2929](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2929) - [@​RoboMagus](https://redirect.github.com/RoboMagus) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/2938](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2938) - [@​vin86](https://redirect.github.com/vin86) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/2948](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2948) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.49.0...0.49.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjIuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
f9718aaf9e |
chore(helm): update chart common to v25.4.10 (#31268)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.4.4` -> `25.4.10` | | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.3.1` -> `25.4.10` | | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.2.6` -> `25.4.10` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciIsInR5cGUvcGF0Y2giXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
836c4134f2 |
chore(helm): update chart common 25.3.1 → 25.4.4 (#30594)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.3.1` -> `25.4.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
21637d2645 |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.48.06 → 0.49.0 (#31112)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | minor | `c67332c` -> `56eb0be` | --- > [!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.49.0`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.49.0): Small fixes as Semantic Versioning enforcement [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.48.06...0.49.0) #### What's Changed - Re [#​2896](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2896) 204 and other 20x responses are OK by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2897](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2897) - Pin `referencing` library by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2912](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2912) - 0.49.00 by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2919](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2919) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.48.06...0.49.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
310b9933d3 | chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.48.05 → 0.48.06 (#30745) | ||
|
|
29122ab3d0 |
chore(helm): update chart common 25.2.5 → 25.3.1 (#30462)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.2.5` -> `25.3.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44NC4xIiwidXBkYXRlZEluVmVyIjoiMzkuODQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==--> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> |
||
|
|
36b91b5aa4 |
chore(helm): update chart common 25.2.4 → 25.2.5 (#30408)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.4` -> `25.2.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
317f86f30a |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.48.04 → 0.48.05 (#30349)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `f818ba7` -> `c207685` | --- > [!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.48.05`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.48.05): Security update [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.48.04...0.48.05) #### What's Changed Fixes path traversal file: syntax https://nvd.nist.gov/vuln/detail/CVE-2024-56509 - Fixing test for CVE-2024-56509 by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2864](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2864) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.48.04...0.48.05 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
9dd3627c8b |
chore(helm): update chart common 25.2.2 → 25.2.4 (#30345)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.2` -> `25.2.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
72ef984c5c |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.47.06 → 0.48.04 (#30264)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | minor | `6e9dcf4` -> `f818ba7` | --- > [!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.48.04`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.48.04): Fix for windows missing timezone data [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.48.03...0.48.04) #### What's Changed - Re [#​2826](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2826) - Windows was sometimes missing timezone data by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2845](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2845) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.48.03...0.48.04 ### [`v0.48.03`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.48.03): Small bump release to force pypi/pip/python package update of 0.48.02 [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.48.02...0.48.03) Made a small mess releasing the last version to pypi :) tho this is the same 0.48.02 ### [`v0.48.02`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.48.02): HTML Color notifications, small UI fixes [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.48.01...0.48.02) #### What's Changed - Re [#​2769](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2769) - Support for commented out notification URLs by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2825](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2825) - Re [#​2785](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2785) Make 'tag' sticky - redirect to current tag on edit or add watch by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2824](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2824) - Notifcations - Adding "HTML Color" notification format option by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2837](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2837) - Re [#​2554](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2554) - Colors should be same as UI, {{diff_full}} token should also get HTML colours by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2842](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2842) - Default notification format now "HTML color" by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2843](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2843) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.48.01...0.48.02 ### [`v0.48.01`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.48.01): Single release - Fixing Scheduler UI options [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.48.00...0.48.01) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.48.00...0.48.01 ### [`v0.48.00`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.48.00): General fixes, improvements and new "scheduler" functionality [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.47.06...0.48.00) #### What's Changed - More debug around queue size by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2776](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2776) - Disable version check option - [#​2773](https://redirect.github.com/dgtlmoon/changedetection.io/issues/2773) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2775](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2775) - UI - Show local timezone info in settings (for future functionality) by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2793](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2793) - VisualSelector - Use 'deflate' for storing elements.json, 90% file size reduction by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2794](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2794) - Update .gitignore and .dockerignore by [@​kruton](https://redirect.github.com/kruton) in [https://github.com/dgtlmoon/changedetection.io/pull/2797](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2797) - Python 3.13 compatibility by [@​kruton](https://redirect.github.com/kruton) in [https://github.com/dgtlmoon/changedetection.io/pull/2791](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2791) - Always use UTC by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2799](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2799) - Add Turkish phrases for out-of-stock detection by [@​TaylanTatli](https://redirect.github.com/TaylanTatli) in [https://github.com/dgtlmoon/changedetection.io/pull/2809](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2809) - Time scheduler / duration by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2802](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2802) - Fix HIDE_REFERER env option by [@​Tschrock](https://redirect.github.com/Tschrock) in [https://github.com/dgtlmoon/changedetection.io/pull/2787](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2787) #### New Contributors - [@​TaylanTatli](https://redirect.github.com/TaylanTatli) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/2809](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2809) - [@​Tschrock](https://redirect.github.com/Tschrock) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/2787](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2787) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.47.06...0.48.00 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
5d3ff8ed26 |
chore(helm): update chart common to v25.2.2 (#29971)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.1.7` -> `25.2.2` | | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.0` -> `25.2.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
218212f2cc |
chore(helm): update chart common 25.1.5 → 25.1.7 (#29017)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.1.5` -> `25.1.7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
ecb854b2b8 |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.47.05 → 0.47.06 (#28967)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `e7e886d` -> `6e9dcf4` | --- > [!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.47.06`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.47.06): CVE-2024-51998 - file:/ path traversal access should not be allowed to access a file without ALLOW_FILE_URI set (requires a chrome/webdriver browser) [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.47.05...0.47.06) CVE-2024-51998 - file:/ path traversal access should not be allowed to access a file without ALLOW_FILE_URI (single forward slash) #### What's Changed - Pinning werkzeug by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2757](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2757) - Price tracker - fix for sites that supply an empty additional price by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2758](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2758) - Update docker-compose.yml by [@​arthurnn](https://redirect.github.com/arthurnn) in [https://github.com/dgtlmoon/changedetection.io/pull/2767](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2767) #### New Contributors - [@​arthurnn](https://redirect.github.com/arthurnn) made their first contribution in [https://github.com/dgtlmoon/changedetection.io/pull/2767](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2767) **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.47.05...0.47.06 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
b70a504cf2 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
d25d00b9c2 | fix(website): remove references to deprecated guides | ||
|
|
5af23e550b |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.47.04 → 0.47.05 (#28698)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/dgtlmoon/changedetection.io](https://redirect.github.com/dgtlmoon/changedetection.io) | patch | `96e0e3e` -> `e7e886d` | --- > [!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.47.05`](https://redirect.github.com/dgtlmoon/changedetection.io/releases/tag/0.47.05): CVE-2024-51483 security update, small feature/fixes updates [Compare Source](https://redirect.github.com/dgtlmoon/changedetection.io/compare/0.47.04...0.47.05) #### What's Changed - Filters - Process all CSS and XPath 'subtract' selectors in a single pass to prevent index shifting and reference loss during DOM manipulation. by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2754](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2754) - Slightly better backup handling UI by [@​dgtlmoon](https://redirect.github.com/dgtlmoon) in [https://github.com/dgtlmoon/changedetection.io/pull/2755](https://redirect.github.com/dgtlmoon/changedetection.io/pull/2755) CVE-2024-51483 security update **Full Changelog**: https://github.com/dgtlmoon/changedetection.io/compare/0.47.04...0.47.05 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDEuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
9aa8869003 |
chore(helm): update image ghcr.io/dgtlmoon/changedetection.io 0.47.03 → 0.47.04 (#28531)
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 <details> <summary>dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)</summary> ### [`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 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
87cd1e0ffc |
chore(helm): update chart common 25.1.0 → 25.1.5 (#28377)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.1.0` -> `25.1.5` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzEuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
37bd2b67d5 |
chore(helm): update chart common 25.0.0 → 25.1.0 by renovate (#27948)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.0.0` -> `25.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19--> |
||
|
|
2b7e990d03 | chore(deps): update container image ghcr.io/dgtlmoon/changedetection.io to v0.47.03@1e8135d by renovate (#27586) | ||
|
|
b16319b23b | chore(deps): update container image ghcr.io/dgtlmoon/changedetection.io to v0.47.00@8384f62 by renovate (#27579) | ||
|
|
d1abf80d18 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
6479095334 |
chore(deps): update container image common to v25.0.0@6c13a11 by renovate (#26977)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | major | `24.1.16` -> `25.0.0` | | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | major | `24.1.19` -> `25.0.0` | | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | major | `24.1.18` -> `25.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEwNi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
3fc10f588f |
chore(deps): update container image common to v24.1.16@ea19f8a by renovate (#26428)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | patch | `24.1.15` -> `24.1.16` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
5fca841356 |
chore(deps): update container image common to v24.1.15@0763087 by renovate (#26098)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://redirect.github.com/truecharts/apps/tree/master/charts/common) ([source](https://redirect.github.com/truecharts/apps)) | patch | `24.1.14` -> `24.1.15` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4wIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
9a3ab9661a |
chore(deps): update container image ghcr.io/dgtlmoon/changedetection.io to v0.46.04@cfe4379 by renovate (#25914)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/dgtlmoon/changedetection.io | patch | `0.46.03` -> `0.46.04` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC42Ny4yIiwidXBkYXRlZEluVmVyIjoiMzguNjcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
7f5c638c42 |
chore(deps): update container image common to v24.1.14@d84223d by renovate (#25511)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.5` -> `24.1.14` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.10` -> `24.1.14` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.7` -> `24.1.14` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Mi4yIiwidXBkYXRlZEluVmVyIjoiMzguNTIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: kqmaverick <kqmaverick@gmail.com> |
||
|
|
2385f3c950 |
chore(deps): update container image ghcr.io/dgtlmoon/changedetection.io to v0.46.03@5a9f049 by renovate (#25337)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/dgtlmoon/changedetection.io | patch | `0.46.02` -> `0.46.03` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40Ni4xIiwidXBkYXRlZEluVmVyIjoiMzguNDYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
2f70a633ac |
chore(deps): update container image ghcr.io/dgtlmoon/changedetection.io to v0.46.02@1a7e703 by renovate (#24469)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/dgtlmoon/changedetection.io | patch | `0.46.01` -> `0.46.02` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzOC44LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==--> |
||
|
|
a5a8a62cbe | chore(deps): update container image ghcr.io/dgtlmoon/changedetection.io to v0.46.01@1de9d65 by renovate (#24162) | ||
|
|
8f5306e263 | chore(deps): update container image ghcr.io/dgtlmoon/changedetection.io to v0.45.26@85371f9 by renovate (#24086) | ||
|
|
9c6cf1b50b |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
54ae87acc3 |
chore(deps): update container image common to v24.1.5@80d8ad4 by renovate (#23765)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.2` -> `24.1.5` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.3` -> `24.1.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
9dfc98c4e0 |
chore(deps): update container image common to v24.1.2@b2bbd35 by renovate (#23691)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.1` -> `24.1.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> |
||
|
|
72f48acf01 |
chore(deps): update container image ghcr.io/dgtlmoon/changedetection.io to 0.45.24@bee11cb by renovate (#23546)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/dgtlmoon/changedetection.io | digest | `e44d834` -> `bee11cb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> |
||
|
|
5e190a7662 |
chore(deps): update container image common to v24.1.1@b724c5c by renovate (#23513)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/apps)) | patch | `24.1.0` -> `24.1.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> |