diff --git a/spotweb/CHANGELOG.md b/spotweb/CHANGELOG.md index c10e46253..0b3cf8c04 100644 --- a/spotweb/CHANGELOG.md +++ b/spotweb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.5.2 (08-11-2022) +- Update to latest version from spotweb/spotweb - Avoid base_url - Corrects permissions for s6 v3 - Avoid mixed content error diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index 2c4909958..3915031d5 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.1" +ENV BUILD_UPSTREAM="1.5.2" # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"] diff --git a/spotweb/config.json b/spotweb/config.json index b9fcab22d..ca4892ce8 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.1-24" + "version": "1.5.2" } diff --git a/spotweb/updater.json b/spotweb/updater.json index 9a5ffbe00..7fb50cf7f 100644 --- a/spotweb/updater.json +++ b/spotweb/updater.json @@ -1,8 +1,8 @@ { - "last_update": "22-01-2022", + "last_update": "08-11-2022", "repository": "alexbelgium/hassio-addons", "slug": "spotweb", "source": "github", "upstream_repo": "spotweb/spotweb", - "upstream_version": "1.5.1" + "upstream_version": "1.5.2" }