From 50cb23763f0538f8c3d4171deddd2870384e619e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 5 Jul 2025 01:55:45 +0200 Subject: [PATCH] Updater bot : changedetection.io updated to 0.50.5 --- changedetection.io/CHANGELOG.md | 3 +++ changedetection.io/config.json | 11 ++++++++--- changedetection.io/updater.json | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/changedetection.io/CHANGELOG.md b/changedetection.io/CHANGELOG.md index 0b1d6dfd8..72751ea07 100644 --- a/changedetection.io/CHANGELOG.md +++ b/changedetection.io/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.50.5 (05-07-2025) +- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases) ## 0.50.4 (28-06-2025) - Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases) diff --git a/changedetection.io/config.json b/changedetection.io/config.json index e4106bd59..ccadedce9 100644 --- a/changedetection.io/config.json +++ b/changedetection.io/config.json @@ -1,5 +1,8 @@ { - "arch": ["aarch64", "amd64"], + "arch": [ + "aarch64", + "amd64" + ], "codenotary": "alexandrep.github@gmail.com", "description": "web page monitoring, notification and change detection", "environment": { @@ -8,7 +11,9 @@ }, "image": "ghcr.io/alexbelgium/changedetection.io-{arch}", "init": false, - "map": ["config:rw"], + "map": [ + "config:rw" + ], "name": "Changedetection.io", "options": { "PGID": 0, @@ -31,6 +36,6 @@ "slug": "changedetection.io", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io", - "version": "0.50.4", + "version": "0.50.5", "webui": "http://[HOST]:[PORT:5000]" } diff --git a/changedetection.io/updater.json b/changedetection.io/updater.json index 579a33e44..166f1cb89 100644 --- a/changedetection.io/updater.json +++ b/changedetection.io/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "28-06-2025", + "last_update": "05-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "changedetection.io", "source": "github", "upstream_repo": "linuxserver/docker-changedetection.io", - "upstream_version": "0.50.4" + "upstream_version": "0.50.5" }