Updater bot : joal updated to 2.1.37

This commit is contained in:
alexbelgium
2025-12-23 17:13:30 +01:00
parent 60bf10bd45
commit 017ec9ba2e
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 2.1.37 (23-12-2025)
- Update to latest version from anthonyraymond/joal (changelog : https://github.com/anthonyraymond/joal/releases)
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
- 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

@@ -32,4 +32,4 @@ schema:
slug: joal
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 2.1.36-3
version: "2.1.37"

View File

@@ -1,8 +1,8 @@
{
"last_update": "04-11-2023",
"last_update": "23-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "joal",
"source": "github",
"upstream_repo": "anthonyraymond/joal",
"upstream_version": "2.1.36"
"upstream_version": "2.1.37"
}