From 2312e6ca68fc9dc3693dd1346f3247d2a74493ad Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 25 Oct 2025 01:56:19 +0200 Subject: [PATCH] Updater bot : changedetection.io updated to 0.50.30 --- changedetection.io/CHANGELOG.md | 3 +++ changedetection.io/config.yaml | 2 +- changedetection.io/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changedetection.io/CHANGELOG.md b/changedetection.io/CHANGELOG.md index e584a7d87..02804ff09 100644 --- a/changedetection.io/CHANGELOG.md +++ b/changedetection.io/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.50.30 (25-10-2025) +- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases) ## "0.50.26" (18-10-2025) - Minor bugs fixed diff --git a/changedetection.io/config.yaml b/changedetection.io/config.yaml index 13968de71..fb8bed04f 100644 --- a/changedetection.io/config.yaml +++ b/changedetection.io/config.yaml @@ -28,5 +28,5 @@ schema: slug: changedetection.io udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io -version: "0.50.26" +version: "0.50.30" webui: http://[HOST]:[PORT:5000] diff --git a/changedetection.io/updater.json b/changedetection.io/updater.json index 89a47ab88..095c04d87 100644 --- a/changedetection.io/updater.json +++ b/changedetection.io/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "18-10-2025", + "last_update": "25-10-2025", "repository": "alexbelgium/hassio-addons", "slug": "changedetection.io", "source": "github", "upstream_repo": "linuxserver/docker-changedetection.io", - "upstream_version": "0.50.26" + "upstream_version": "0.50.30" }