Updater bot : unpackerr updated to v0.15.0

This commit is contained in:
alexbelgium
2026-03-07 06:44:33 +01:00
parent 4f99299934
commit 4d57d79db0
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 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.
## v0.14.5-2 (2025-07-23)

View File

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

View File

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