Updater bot : zoneminder updated to 1.36.37

This commit is contained in:
alexbelgium
2025-12-23 17:21:03 +01:00
parent 024c0d7141
commit 18c385cf67
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 1.36.37 (23-12-2025)
- Update to latest version from zoneminder-containers/zoneminder-base (changelog : https://github.com/zoneminder-containers/zoneminder-base/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

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.36.36"
ARG BUILD_UPSTREAM="1.36.37"
FROM tritruongtr/zoneminder:latest
##################

View File

@@ -95,5 +95,5 @@ services:
slug: zoneminder
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 1.36.36
version: "1.36.37"
webui: "[PROTO:ssl]://[HOST]:[PORT:80]/zm"

View File

@@ -1,8 +1,8 @@
{
"last_update": "11-10-2025",
"last_update": "23-12-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "zoneminder",
"source": "github",
"upstream_repo": "zoneminder-containers/zoneminder-base",
"upstream_version": "1.36.36"
"upstream_version": "1.36.37"
}