Updater bot : zoneminder updated to 1.38.0

This commit is contained in:
alexbelgium
2026-02-04 14:14:21 +01:00
parent fcb3c67dea
commit 53c631d75f
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 1.38.0 (2026-02-04)
- Update to latest version from zoneminder-containers/zoneminder-base (changelog : https://github.com/zoneminder-containers/zoneminder-base/releases)
## 1.36.37-2 (2026-01-03)
- Fix MariaDB addon defaults and migrate legacy database name when detected
- Ensure MySQL data directory is created with correct ownership

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.36.37"
ARG BUILD_UPSTREAM="1.38.0"
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.37-2"
version: "1.38.0"
webui: "[PROTO:ssl]://[HOST]:[PORT:80]/zm"

View File

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