3 Commits

Author SHA1 Message Date
Alexandre
6312b9a3f8 Merge pull request #2266 from baldarn/master
[WHATSAPPER] Update whatsapper
2025-12-10 10:42:21 +01:00
baldarn
76a8da33ed update correct version 2025-12-09 15:37:02 +01:00
baldarn
d4d005b29e update whatsapper 2025-12-09 15:24:30 +01:00
5 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
## 1.1.0 (9-12-2025)
- Move docker image from docker to github
- Update to latest version from baldarn/whatsapper (changelog : https://github.com/baldarn/whatsapper/releases/tag/1.1.0)
## 1.0.5 (18-11-2025)
- Added `env_vars` option to allow passing custom environment variables from the add-on configuration.

View File

@@ -14,7 +14,7 @@
# 1 Build Image #
#################
ARG BUILD_FROM=baldarn/whatsapper
ARG BUILD_FROM=ghcr.io/baldarn/whatsapper
FROM ${BUILD_FROM}

View File

@@ -1,5 +1,5 @@
{
"build_from": {
"amd64": "baldarn/whatsapper:latest"
"amd64": "ghcr.io/baldarn/whatsapper:latest"
}
}

View File

@@ -19,4 +19,4 @@ schema:
slug: whatsapper
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper
version: 1.0.5
version: 1.1.0

View File

@@ -5,5 +5,5 @@
"slug": "whatsapper",
"source": "github",
"upstream_repo": "baldarn/whatsapper",
"upstream_version": "1.0.4"
"upstream_version": "1.1.0"
}