Update to 2.1.26

This commit is contained in:
alexbelgium
2021-07-18 01:56:40 +02:00
parent 82c4d24766
commit ededa42fd4
3 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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?"
}