Updater bot : joal updated to 2.1.31

This commit is contained in:
alexbelgium
2022-08-04 01:56:59 +02:00
parent 82885053b9
commit ff713d89d2
4 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
## 2.1.31 (04-08-2022)
- Update to latest version from anthonyraymond/joal
## 2.1.30 (19-04-2022) ## 2.1.30 (19-04-2022)
- Update to latest version from anthonyraymond/joal - Update to latest version from anthonyraymond/joal
- Add codenotary sign - Add codenotary sign

View File

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

View File

@@ -34,5 +34,5 @@
}, },
"slug": "joal", "slug": "joal",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.30" "version": "2.1.31"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "19-04-2022", "last_update": "04-08-2022",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "joal", "slug": "joal",
"source": "github", "source": "github",
"upstream_repo": "anthonyraymond/joal", "upstream_repo": "anthonyraymond/joal",
"upstream_version": "2.1.30" "upstream_version": "2.1.31"
} }