diff --git a/xteve/CHANGELOG.md b/xteve/CHANGELOG.md index 9ec6a9736..beb46de24 100644 --- a/xteve/CHANGELOG.md +++ b/xteve/CHANGELOG.md @@ -1,2 +1,5 @@ + +## 2.2.0.200 (29-09-2021) +- Update to latest version from xteve-project/xTeVe - Allow persistence - Initial release diff --git a/xteve/Dockerfile b/xteve/Dockerfile index 0221de129..a0bd0588d 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.2.0" +ARG BUILD_UPSTREAM="2.2.0.200" FROM collelog/xteve:latest-alpine RUN cp -vnpr /etc/opt/xteve* /data || true diff --git a/xteve/config.json b/xteve/config.json index 7ed657213..81d1cb809 100644 --- a/xteve/config.json +++ b/xteve/config.json @@ -1,7 +1,7 @@ { "name": "Xteve", - "version": "2.2.0-2", - "upstream": "2.2.0", + "version": "2.2.0.200", + "upstream": "2.2.0.200", "slug": "xteve", "description": "M3U Proxy for Plex DVR and Emby Live TV", "url": "https://github.com/alexbelgium/hassio-addons", @@ -12,10 +12,17 @@ "ports_description": { "34400/tcp": "Web interface" }, - "map": ["config:rw", "share:rw"], - "environment": { - }, + "map": [ + "config:rw", + "share:rw" + ], + "environment": {}, "options": {}, "schema": {}, - "arch": ["aarch64", "amd64", "armhf", "armv7"] + "arch": [ + "aarch64", + "amd64", + "armhf", + "armv7" + ] }