diff --git a/joal/CHANGELOG.md b/joal/CHANGELOG.md index e7776eefe..fca434b85 100644 --- a/joal/CHANGELOG.md +++ b/joal/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.1.26 (18-07-2021) +- Update to latest version from anthonyraymond/joal - config exposed in /config/joal ## 2.1.24 diff --git a/joal/Dockerfile b/joal/Dockerfile index b465aeb6e..65d65fcd1 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -5,7 +5,7 @@ FROM $BUILD_FROM SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.1.24" +ARG BUILD_UPSTREAM="2.1.26" RUN \ #Install bashio diff --git a/joal/config.json b/joal/config.json index 551151bc6..fb78ababd 100644 --- a/joal/config.json +++ b/joal/config.json @@ -1,7 +1,7 @@ { "name": "Joal", - "version": "2.1.24-15", - "upstream": "2.1.24", + "version": "2.1.26", + "upstream": "2.1.26", "slug": "joal", "description": "An open source command line RatioMaster with WebUI", "url": "https://github.com/alexbelgium/hassio-addons", @@ -37,7 +37,7 @@ }, "schema": { "ui_path": "str", - "secret_token": "str", + "secret_token": "str", "run_duration": "str?", "verbose": "bool?" }