From 16dd42625d720ec9699b67f3573a97859fd7051c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 27 Nov 2022 15:05:48 +0100 Subject: [PATCH] Updater bot : spotweb updated to 1.5.3 --- spotweb/CHANGELOG.md | 3 +++ spotweb/Dockerfile | 2 +- spotweb/config.json | 4 ++-- spotweb/updater.json | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/spotweb/CHANGELOG.md b/spotweb/CHANGELOG.md index 18dc8c3a6..a1f66c5b8 100644 --- a/spotweb/CHANGELOG.md +++ b/spotweb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.5.3 (27-11-2022) +- Update to latest version from spotweb/spotweb - WARNING : update to supervisor 2022.11 before installing ## 1.5.2 (08-11-2022) diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index c82279daf..95fec88d9 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -33,7 +33,7 @@ ENV LANG C.UTF-8 ENV APP_ID="spotweb" ENV APP_NAME="Spotweb" ENV APP_DIR="/app" -ENV BUILD_UPSTREAM="1.5.2" +ENV BUILD_UPSTREAM="1.5.3" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/spotweb/config.json b/spotweb/config.json index c35291494..143a6eca4 100644 --- a/spotweb/config.json +++ b/spotweb/config.json @@ -45,5 +45,5 @@ ], "slug": "spotweb", "url": "https://github.com/alexbelgium/hassio-addons/spotweb", - "version": "1.5.2" -} \ No newline at end of file + "version": "1.5.3" +} diff --git a/spotweb/updater.json b/spotweb/updater.json index 7fb50cf7f..7e98a9e4c 100644 --- a/spotweb/updater.json +++ b/spotweb/updater.json @@ -1,8 +1,8 @@ { - "last_update": "08-11-2022", + "last_update": "27-11-2022", "repository": "alexbelgium/hassio-addons", "slug": "spotweb", "source": "github", "upstream_repo": "spotweb/spotweb", - "upstream_version": "1.5.2" + "upstream_version": "1.5.3" }