mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Merge pull request #2266 from baldarn/master
[WHATSAPPER] Update whatsapper
This commit is contained in:
@@ -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)
|
## 1.0.5 (18-11-2025)
|
||||||
- Added `env_vars` option to allow passing custom environment variables from the add-on configuration.
|
- Added `env_vars` option to allow passing custom environment variables from the add-on configuration.
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
# 1 Build Image #
|
# 1 Build Image #
|
||||||
#################
|
#################
|
||||||
|
|
||||||
ARG BUILD_FROM=baldarn/whatsapper
|
ARG BUILD_FROM=ghcr.io/baldarn/whatsapper
|
||||||
|
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"amd64": "baldarn/whatsapper:latest"
|
"amd64": "ghcr.io/baldarn/whatsapper:latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ schema:
|
|||||||
slug: whatsapper
|
slug: whatsapper
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper
|
url: https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper
|
||||||
version: 1.0.5
|
version: 1.1.0
|
||||||
|
|||||||
@@ -5,5 +5,5 @@
|
|||||||
"slug": "whatsapper",
|
"slug": "whatsapper",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "baldarn/whatsapper",
|
"upstream_repo": "baldarn/whatsapper",
|
||||||
"upstream_version": "1.0.4"
|
"upstream_version": "1.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user