mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 01:11:04 +01:00
Updater bot : zoneminder updated to 1.36.37
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
##################
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user