Updater bot : unpackerr updated to v0.15.2

This commit is contained in:
alexbelgium
2026-03-14 01:30:32 +01:00
parent 0258f32944
commit 99eb3a946a
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## v0.15.2 (2026-03-14)
- Update to latest version from Unpackerr/unpackerr (changelog : https://github.com/Unpackerr/unpackerr/releases)
## v0.15.0 (2026-03-07)
- Update to latest version from Unpackerr/unpackerr (changelog : https://github.com/Unpackerr/unpackerr/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -100,4 +100,4 @@ schema:
slug: unpackerr
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "v0.15.0"
version: "v0.15.2"

View File

@@ -1,10 +1,10 @@
{
"dockerhub_by_date": true,
"github_fulltag": true,
"last_update": "2026-03-07",
"last_update": "2026-03-14",
"repository": "alexbelgium/hassio-addons",
"slug": "unpackerr",
"source": "github",
"upstream_repo": "Unpackerr/unpackerr",
"upstream_version": "v0.15.0"
"upstream_version": "v0.15.2"
}