diff --git a/spotweb/CHANGELOG.md b/spotweb/CHANGELOG.md index 6f31c242f..63d2a7066 100644 --- a/spotweb/CHANGELOG.md +++ b/spotweb/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.5.7 (30-11-2024) +- Update to latest version from spotweb/spotweb (changelog : https://github.com/spotweb/spotweb/releases) + ## 1.5.6 (23-11-2024) - Update to latest version from spotweb/spotweb (changelog : https://github.com/spotweb/spotweb/releases) ## 1.5.5-6 (28-10-2024) diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index 87ab39eff..5c05ec977 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -34,7 +34,7 @@ ENV LANG C.UTF-8 ENV APP_ID="spotweb" ENV APP_NAME="Spotweb" ENV APP_DIR="/app" -ENV BUILD_UPSTREAM="1.5.6" +ENV BUILD_UPSTREAM="1.5.7" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/spotweb/config.json b/spotweb/config.json index a7d596e2b..f9b0fd44f 100644 --- a/spotweb/config.json +++ b/spotweb/config.json @@ -47,5 +47,5 @@ "slug": "spotweb", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/spotweb", - "version": "1.5.6" + "version": "1.5.7" } diff --git a/spotweb/updater.json b/spotweb/updater.json index 31c8728d7..7e2314822 100644 --- a/spotweb/updater.json +++ b/spotweb/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-11-2024", + "last_update": "30-11-2024", "repository": "alexbelgium/hassio-addons", "slug": "spotweb", "source": "github", "upstream_repo": "spotweb/spotweb", - "upstream_version": "1.5.6" + "upstream_version": "1.5.7" }