Updater bot : joal updated to 2.1.33

This commit is contained in:
alexbelgium
2022-12-01 15:27:50 +01:00
parent f4fc03c597
commit a3e8ddedf9
4 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 2.1.33 (01-12-2022)
- Update to latest version from anthonyraymond/joal
- WARNING : update to supervisor 2022.11 before installing
## 2.1.32 (05-11-2022)

View File

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

View File

@@ -35,5 +35,5 @@
},
"slug": "joal",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.32"
}
"version": "2.1.33"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "05-11-2022",
"last_update": "01-12-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "joal",
"source": "github",
"upstream_repo": "anthonyraymond/joal",
"upstream_version": "2.1.32"
"upstream_version": "2.1.33"
}