Updater bot : joal updated to 2.1.30

This commit is contained in:
alexbelgium
2022-04-19 01:57:06 +02:00
parent f23813244f
commit d1c3afd9e9
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.1.30 (19-04-2022)
- Update to latest version from anthonyraymond/joal
- Add codenotary sign
## 2.1.29 (23-12-2021)

View File

@@ -16,7 +16,7 @@
ARG BUILD_VERSION
ARG BUILD_FROM
ARG BUILD_UPSTREAM="2.1.29"
ARG BUILD_UPSTREAM="2.1.30"
FROM anthonyraymond/joal:$BUILD_UPSTREAM
##################

View File

@@ -38,8 +38,8 @@
},
"slug": "joal",
"startup": "services",
"upstream": "2.1.29",
"upstream": "2.1.30",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.29",
"version": "2.1.30",
"webui": "http://[HOST]:[PORT:8081]/joal/ui?ui_credentials=%7B%22host%22%3A%22[HOST]%22%2C%22port%22%3A%22[PORT:8081]%22%2C%22pathPrefix%22%3A%22joal%22%2C%22secretToken%22%3A%22lrMY24Byhx%22%7D"
}