Updater bot : changedetection.io updated to 0.52.4

This commit is contained in:
alexbelgium
2026-01-14 22:04:04 +01:00
parent 330406e390
commit 2fe9eafc2e
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 0.52.4 (2026-01-14)
- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases)
## 0.52.2-1 (2026-01-13) ## 0.52.2-1 (2026-01-13)
- Add ingress support - Add ingress support

View File

@@ -34,5 +34,5 @@ schema:
slug: changedetection.io slug: changedetection.io
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io url: https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io
version: "0.52.2-1" version: "0.52.4"
webui: http://[HOST]:[PORT:5000] webui: http://[HOST]:[PORT:5000]

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "false", "github_fulltag": "false",
"last_update": "2026-01-13", "last_update": "2026-01-14",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "changedetection.io", "slug": "changedetection.io",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-changedetection.io", "upstream_repo": "linuxserver/docker-changedetection.io",
"upstream_version": "0.52.2" "upstream_version": "0.52.4"
} }