Update zabbix to version 7.4.8 (#5221)

This commit is contained in:
Alexander L. 2026-03-27 12:29:03 +01:00 committed by GitHub
parent 1d57bb44fb
commit 238fe72904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 10 deletions

View File

@ -8,7 +8,7 @@ services:
APP_PORT: 8080
zabbix-frontend:
image: zabbix/zabbix-web-nginx-pgsql:7.2.15-alpine@sha256:03b7261728d512962a4c9d0754480f82a78d230e6d7626e7bb6c682ce3a42f10
image: zabbix/zabbix-web-nginx-pgsql:7.4.8-alpine@sha256:4d23de6390cc1b176214598210df660d7f6904fe66e45d776948740c5a8e2abf
hostname: zabbix-frontend
restart: on-failure
environment:
@ -22,7 +22,7 @@ services:
- zabbix-database
zabbix-server:
image: zabbix/zabbix-server-pgsql:7.2.15-alpine@sha256:8346312bfb43b226d2c129ae2b94f93c95595aadc4e96e193b810ee1c34b3369
image: zabbix/zabbix-server-pgsql:7.4.8-alpine@sha256:b118d2f69194c0bf1cb52698050db06fa06e4a11ebb271c6af889dba183e7d69
hostname: zabbix-server
restart: on-failure
init: true
@ -36,7 +36,7 @@ services:
- zabbix-database
zabbix-agent:
image: zabbix/zabbix-agent2:7.2.15-alpine@sha256:cd9ba342e82deca08b308d0330ded6c2ca837b726d1c3637b4fa1059e2dcd35a
image: zabbix/zabbix-agent2:7.4.8-alpine@sha256:2323ac07ff647f430d48cc0fea16c844a3ff2c46308eebf8af460498b508b336
hostname: zabbix-agent
restart: on-failure
init: true

View File

@ -3,7 +3,7 @@ id: zabbix
category: networking
name: Zabbix
tagline: The all-in-one, open-source solution that lets you monitor anything
version: "7.2.15"
version: "7.4.8"
description: >-
⚠️ Zabbix may take a few minutes to initialize after installation. Please be patient.
@ -38,13 +38,21 @@ defaultUsername: "Admin"
defaultPassword: "zabbix"
torOnly: false
releaseNotes: >-
This is a major release bringing enterprise-class monitoring improvements and enhancements.
Key highlights in this release include:
- Updated maximum supported TimescaleDB version to 2.23
- Updated maximum supported MySQL version to 9.5
- Fixed items not being scheduled if a host is re-enabled after restart when a macro is used in the update interval
- Fixed a rare infinite loop in graph scale generation
- Fixed JSON output for device discovery
- Fixed users with limited permissions being able to access maps containing inaccessible hosts or host groups
- Added support for Cascaded (nested) Low-level discovery (LLD) workflows
- Implemented Host Wizard API and inline form validation for hosts, items, and triggers
- Added OAuth support for Email media type and TLS support for Frontend-to-Server communication
- Implemented Vault macro resolution on Zabbix Proxies for enhanced security
- Updated maximum supported TimescaleDB version to 2.25 and PostgreSQL to 17
- Added new Item Card widget and refactored Graphs to MVC modal windows
- Added support for host prototypes on discovered hosts
- Fixed Zabbix Proxy and Server crash scenarios in discovery and HA manager processes
- Fixed graph rendering for items using throttling and incorrect coloring in Proxy lists
- Fixed session storage defaults and improved history cache clearing logic
- Improved Teams Workflow and Telegram media types with supergroup topic support
Full release notes are available at https://www.zabbix.com/release_notes