Skip to content

chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.55.5#164

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-dgtlmoon-changedetection.io-0.x
Open

chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.55.5#164
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-dgtlmoon-changedetection.io-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 21, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/dgtlmoon/changedetection.io (source) minor 0.48.060.55.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)

v0.55.5

Compare Source

What's Changed

  • Fix Spanish translations for 'Changed' and 'Last Changed' by @​maperal in #​4160
  • Notifications - Fix 'str' object is not callable when {{ diff(...)}} callable tokens are used with HTML/htmlcolor output by @​dgtlmoon in #​4161
  • LLM - Master on/off switch (enable/disable) by @​dgtlmoon in #​4162

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.55.4...0.55.5

v0.55.4

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.55.3...0.55.4

v0.55.3

Compare Source

Full Changelog: dgtlmoon/changedetection.io@0.55.2...0.55.3

v0.55.1

Compare Source

Big stuff

AI / LLM rulesets - Set your AI change detection rules and text summary rules, use hundreds of existing providers via LiteLLM.

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.10...0.55.1

v0.54.10

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.54.9...0.54.10

v0.54.9

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.8...0.54.9

v0.54.8

Compare Source

What's Changed

CVE-2026-35490 - Authentication Bypass via Decorator Ordering

Full Changelog: dgtlmoon/changedetection.io@0.54.7...0.54.8

v0.54.7

Compare Source

Security

  • XPath json-doc() Arbitrary File Read Bypass ( Similar fix as CVE-2026-29039 )
  • CVE-2026-33981 - Environment Variable Disclosure via jq env Builtin in Include Filters

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.6...0.54.7

v0.54.6

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.5...0.54.6

v0.54.5

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.4...0.54.5

v0.54.4

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.3...0.54.4

v0.54.3

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.2...0.54.3

v0.54.2

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.54.1...0.54.2

v0.54.1

Compare Source

Full Changelog: dgtlmoon/changedetection.io@0.53.7...0.54.1

v0.53.7

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.53.6...0.53.7

v0.53.6

Compare Source

What's Changed

  • Pip installs - remove flask patch and pin library versions by @​dgtlmoon in #​3912 #​3910
  • Fixing exclude compression (which has some kind of memory leak with flask-socketio)

Full Changelog: dgtlmoon/changedetection.io@0.53.5...0.53.6

v0.53.5

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.53.4...0.53.5

v0.53.4

Compare Source

What's Changed

  • Pluggy plugin hook for before and after a watch is processed by @​dgtlmoon in #​3888
  • UI - Fixing realtime updates for status updates when checking by @​dgtlmoon in #​3889
  • Fix time schedule off-by-one bug at exact end times for all durations and add comprehensive edge case tests Re #​3846 by @​dgtlmoon in #​3890
  • "Error 200 no content" - Some very large SPA pages make HTML to Text fail by dumping 10Mb+ into page header, strip extras. by @​dgtlmoon in #​3892
  • Large html to text error 200 blank by @​dgtlmoon in #​3893
  • Fix: Some SPAs with long content - Stripping tags must also find matching close tag by @​dgtlmoon in #​3895
  • Puppeteer - Adding extra browser cleanup by @​dgtlmoon in #​3897
  • Updates/migration - Re-run tag update, re-save to cleanup changedetection.json, code refactor by @​dgtlmoon in #​3898

Full Changelog: dgtlmoon/changedetection.io@0.53.3...0.53.4

v0.53.3

Compare Source

What's Changed

  • API - Skip validation errors about server path (allows use on sub-paths/reverse proxy etc) by @​dgtlmoon in #​3886

Full Changelog: dgtlmoon/changedetection.io@0.53.2...0.53.3

v0.53.2

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.53.1...0.53.2

v0.53.1

Compare Source

Big changes

  • Very large refactor of the datastore backend, instead of all watch data stored in a single JSON DB, splits the info into uuid/watch.json and uuid/tag.json
  • Lots of API fixes
  • Queuing system refactor (reduces code)

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.9...0.53.1

v0.52.9

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.8...0.52.9

v0.52.8: Memory handling fixes, API validation improvements, small fixes

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.7...0.52.8

v0.52.7: Improvements and small features extras

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.5...0.52.7

v0.52.6: Selenium fetcher fix and small UI update

Compare Source

  • Selenium fetcher fix and small UI update

Full Changelog: dgtlmoon/changedetection.io@0.52.5...0.52.6

v0.52.5: i18n improvements, revert potential CPu hungry brotli sub-process

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.4...0.52.5

v0.52.4: Languages fix for pypi, Fixing Traditional Chinese locale mapping

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.3...0.52.4

v0.52.3: Important fix for Browsers Steps (from UI), minor UI fixes

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.2...0.52.3

v0.52.2: Fetcher speedups, UI, and RSS fixes

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.1...0.52.2

v0.52.1

Compare Source

What's Changed

  • Misc small HTML Validation fixes by @​dgtlmoon in #​3704
  • Use soft delays instead of blocking time sleeps by @​dgtlmoon in #​3710
    Multi-language / Translations Support (#​3696)
    - Complete internationalization system implemented
    - Support for 7 languages: Czech (cs), German (de), French (fr), Italian (it), Korean (ko), Chinese Simplified (zh), Chinese Traditional (zh_TW)
    - Language selector with localized flags and theming
    - Flash message translations
    - Multiple translation fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.0 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.1 Feb 8, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 736f720 to 73ef5b1 Compare February 8, 2025 09:45
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.1 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.2 Feb 19, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 73ef5b1 to 720b53c Compare February 19, 2025 19:02
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.2 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.3 Feb 22, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 720b53c to eadb08c Compare February 22, 2025 10:02
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from eadb08c to 4d24872 Compare March 13, 2025 13:47
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.3 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.4 Mar 13, 2025
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.4 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.6 Mar 23, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch 2 times, most recently from 3727cd2 to 22477a1 Compare March 23, 2025 17:46
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.6 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.7 Mar 23, 2025
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.7 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.8 Mar 26, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 22477a1 to 9512d1c Compare March 26, 2025 02:34
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.8 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.9 Mar 26, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 9512d1c to 46679e0 Compare March 26, 2025 19:14
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 46679e0 to 07351d7 Compare April 3, 2025 10:41
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.9 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.10 Apr 3, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 07351d7 to f5e24c9 Compare April 3, 2025 19:32
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.10 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.11 Apr 3, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from f5e24c9 to c7b527d Compare April 4, 2025 11:59
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.11 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.12 Apr 4, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from c7b527d to 05f960f Compare April 11, 2025 16:13
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.12 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.13 Apr 11, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 05f960f to 32b38b0 Compare April 16, 2025 22:48
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.13 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.14 Apr 16, 2025
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.14 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.15 Apr 18, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 32b38b0 to c836793 Compare April 18, 2025 13:54
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from c836793 to 4384677 Compare May 3, 2025 17:54
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.15 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.16 May 3, 2025
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.4 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.5 Jun 29, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from e60d369 to 84e05d9 Compare July 12, 2025 21:31
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.5 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.6 Jul 12, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 84e05d9 to 80b41b0 Compare July 15, 2025 13:35
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.6 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.7 Jul 15, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 80b41b0 to 2c20c30 Compare July 30, 2025 17:41
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.7 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.8 Jul 30, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 2c20c30 to f3d00ca Compare August 18, 2025 10:11
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.8 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.9 Aug 18, 2025
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.9 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.10 Aug 19, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from f3d00ca to ac077e5 Compare August 19, 2025 22:41
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from ac077e5 to 0303bc3 Compare August 31, 2025 14:32
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.10 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.11 Aug 31, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 0303bc3 to 91e3c5c Compare September 7, 2025 16:55
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.11 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.12 Sep 7, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 91e3c5c to 62fa18a Compare September 16, 2025 14:41
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.12 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.13 Sep 16, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 62fa18a to 465150a Compare September 17, 2025 12:42
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.13 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.14 Sep 17, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 465150a to a241637 Compare October 6, 2025 08:58
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.14 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.15 Oct 6, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from a241637 to 36fc21f Compare October 6, 2025 15:08
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.15 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.16 Oct 6, 2025
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.16 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.18 Oct 9, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch 2 times, most recently from 1d66f87 to 062d1d1 Compare October 10, 2025 00:43
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.18 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.19 Oct 10, 2025
@renovate renovate Bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.19 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.20 Oct 10, 2025
@renovate renovate Bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 062d1d1 to a601343 Compare October 10, 2025 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants