Updater bot : zoneminder updated to 1.38.3

This commit is contained in:
alexbelgium
2026-05-30 08:26:04 +02:00
parent 4c7e4033c0
commit fed475012b
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 1.38.3 (2026-05-30)
- Update to latest version from zoneminder-containers/zoneminder-base (changelog : https://github.com/zoneminder-containers/zoneminder-base/releases)
## 1.38.1-1 (2026-05-10) ## 1.38.1-1 (2026-05-10)
- Fix MariaDB connection on HAOS >=17.3 by forcing IPv4 host resolution (#2688) - Fix MariaDB connection on HAOS >=17.3 by forcing IPv4 host resolution (#2688)

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-02-21", "last_update": "2026-05-30",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "zoneminder", "slug": "zoneminder",
"source": "github", "source": "github",
"upstream_repo": "zoneminder-containers/zoneminder-base", "upstream_repo": "zoneminder-containers/zoneminder-base",
"upstream_version": "1.38.1" "upstream_version": "1.38.3"
} }