Skip to content

feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.54.3 )#566

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

feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.54.3 )#566
mortyops[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-dgtlmoon-changedetection.io-0.x

Conversation

@mortyops
Copy link
Contributor

@mortyops mortyops bot commented Feb 16, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/dgtlmoon/changedetection.io minor 0.52.90.54.3

Release Notes

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

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


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.


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

This PR has been generated by Renovate Bot.

@mortyops
Copy link
Contributor Author

mortyops bot commented Feb 16, 2026

--- kubernetes/apps/selfhosted/changedetection/app Kustomization: selfhosted/changedetection HelmRelease: selfhosted/changedetection

+++ kubernetes/apps/selfhosted/changedetection/app Kustomization: selfhosted/changedetection HelmRelease: selfhosted/changedetection

@@ -74,13 +74,13 @@

             env:
               PLAYWRIGHT_DRIVER_URL: ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/browserless-cache-123
               PORT: 5000
               USE_X_SETTINGS: 1
             image:
               repository: ghcr.io/dgtlmoon/changedetection.io
-              tag: 0.52.9@sha256:e95931043d68da46e90498ce74ad317b392caade07186dc06bdfa1710901bf90
+              tag: 0.54.3@sha256:5e9650300a1a37174834b2528a7e2f0d40511016b55aca47bd65bb0396be7ccb
             resources:
               limits:
                 memory: 512Mi
               requests:
                 cpu: 10m
                 memory: 128Mi

@mortyops
Copy link
Contributor Author

mortyops bot commented Feb 16, 2026

--- HelmRelease: selfhosted/changedetection Deployment: selfhosted/changedetection

+++ HelmRelease: selfhosted/changedetection Deployment: selfhosted/changedetection

@@ -68,13 +68,13 @@

         - name: PLAYWRIGHT_DRIVER_URL
           value: ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/browserless-cache-123
         - name: PORT
           value: '5000'
         - name: USE_X_SETTINGS
           value: '1'
-        image: ghcr.io/dgtlmoon/changedetection.io:0.52.9@sha256:e95931043d68da46e90498ce74ad317b392caade07186dc06bdfa1710901bf90
+        image: ghcr.io/dgtlmoon/changedetection.io:0.54.3@sha256:5e9650300a1a37174834b2528a7e2f0d40511016b55aca47bd65bb0396be7ccb
         name: main
         resources:
           limits:
             memory: 512Mi
           requests:
             cpu: 10m

@mortyops mortyops bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 13e75ad to 52d6211 Compare February 16, 2026 19:20
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.1 ) feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.2 ) Feb 16, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 52d6211 to 3dc607c Compare February 16, 2026 21:13
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.2 ) feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.3 ) Feb 16, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 3dc607c to 6b09dcd Compare February 18, 2026 13:37
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.3 ) feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.4 ) Feb 18, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 6b09dcd to f58338e Compare February 20, 2026 00:42
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.4 ) feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.5 ) Feb 20, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from f58338e to ba0853d Compare February 21, 2026 14:15
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.5 ) feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.6 ) Feb 21, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from ba0853d to b6ccc63 Compare February 23, 2026 07:32
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.6 ) feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.7 ) Feb 23, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from b6ccc63 to 617204a Compare February 23, 2026 22:23
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.53.7 ) feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.54.1 ) Feb 23, 2026
@mortyops mortyops bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 617204a to 699b290 Compare February 27, 2026 11:18
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.54.1 ) feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.54.2 ) Feb 27, 2026
….52.9 ➔ 0.54.3 )

| datasource | package                             | from   | to     |
| ---------- | ----------------------------------- | ------ | ------ |
| docker     | ghcr.io/dgtlmoon/changedetection.io | 0.52.9 | 0.54.3 |
@mortyops mortyops bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 699b290 to e262fa1 Compare March 1, 2026 00:50
@mortyops mortyops bot changed the title feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.54.2 ) feat(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.52.9 ➔ 0.54.3 ) Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants