From 5040a3625f6c702fac3e0374006ff85c5992a170 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 8 Nov 2025 01:56:18 +0100 Subject: [PATCH] Updater bot : changedetection.io updated to 0.50.40 --- 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 e3eb010eb..62b4b657f 100644 --- a/changedetection.io/CHANGELOG.md +++ b/changedetection.io/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.50.40 (08-11-2025) +- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases) - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. ## "0.50.38" (01-11-2025) diff --git a/changedetection.io/config.yaml b/changedetection.io/config.yaml index ca2baed42..4a927a467 100644 --- a/changedetection.io/config.yaml +++ b/changedetection.io/config.yaml @@ -31,5 +31,5 @@ schema: slug: changedetection.io udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io -version: "0.50.38" +version: "0.50.40" webui: http://[HOST]:[PORT:5000] diff --git a/changedetection.io/updater.json b/changedetection.io/updater.json index c9dec07a4..b418cfbc8 100644 --- a/changedetection.io/updater.json +++ b/changedetection.io/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "01-11-2025", + "last_update": "08-11-2025", "repository": "alexbelgium/hassio-addons", "slug": "changedetection.io", "source": "github", "upstream_repo": "linuxserver/docker-changedetection.io", - "upstream_version": "0.50.38" + "upstream_version": "0.50.40" }