diff --git a/zabbix/docker-compose.yml b/zabbix/docker-compose.yml index 35e06d8..80f440c 100644 --- a/zabbix/docker-compose.yml +++ b/zabbix/docker-compose.yml @@ -8,7 +8,7 @@ services: APP_PORT: 8080 zabbix-frontend: - image: zabbix/zabbix-web-nginx-pgsql:7.0.4-alpine@sha256:0856014fe6665e52530f74b5e92124eb06b2c7099e235504a130d97e599eb92c + image: zabbix/zabbix-web-nginx-pgsql:7.0.5-alpine@sha256:7ca165b1c7113426e8cb0d7b1b6ae92a8369c47e0cc77b1fa0b612d754312749 hostname: zabbix-frontend restart: on-failure environment: @@ -22,7 +22,7 @@ services: - zabbix-database zabbix-server: - image: zabbix/zabbix-server-pgsql:7.0.4-alpine@sha256:19de7ef209eee6663de356253c86891ba6b445c3cc1615dc5a04dda0a433e2ff + image: zabbix/zabbix-server-pgsql:7.0.5-alpine@sha256:941e82bcda2672e90a2bb754185b3d73d642230cc389adf2d94a14bf7bd33cb6 hostname: zabbix-server restart: on-failure init: true @@ -36,7 +36,7 @@ services: - zabbix-database zabbix-agent: - image: zabbix/zabbix-agent2:7.0.4-alpine@sha256:2467d406c4ac8d5f25a77d0f5b6cf12b03c1f527d575f53b552d8ff00b5e3253 + image: zabbix/zabbix-agent2:7.0.5-alpine@sha256:d15fa41b6a322ae2f63d4d9f7a686365710d6bcbb3b6cb54a68c5e5edba16177 hostname: zabbix-agent restart: on-failure init: true diff --git a/zabbix/umbrel-app.yml b/zabbix/umbrel-app.yml index 7775917..cbd268c 100644 --- a/zabbix/umbrel-app.yml +++ b/zabbix/umbrel-app.yml @@ -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.0.4" +version: "7.0.5" description: >- ⚠️ Zabbix may take a few minutes to initialize after installation. Please be patient. @@ -46,19 +46,15 @@ defaultUsername: "Admin" defaultPassword: "zabbix" torOnly: false releaseNotes: >- - This release includes several new features and improvements: - - Added links to host configuration forms in entity lists - - Implemented the ability to filter audit log entries by IP - - Added support for macro functions, JSONPath, and XPath extractions in web scenario steps - - Introduced a warning icon for discovery checks used in action conditions - - Added new templates for Microsoft 365 reports, GitHub repository monitoring, and VMware - - Improved AWS templates with support for IMDSv2 and AssumeRole authentication - - Added a new mediatype webhook for MS Teams Workflow + This release includes several improvements and bug fixes: + - Added configurable item timeout support + - Improved monitoring of HA manager process utilization + - Enhanced macro function handling and preprocessing capabilities + - Fixed various UI issues including graph displays and widget configurations + - Improved error handling and system stability + - Enhanced template functionality for various monitoring scenarios - Various bug fixes and performance improvements are also included in this release. - - - For full release notes, please visit https://www.zabbix.com/rn/rn7.0.4 + Full release notes are available at https://www.zabbix.com/release_notes. submitter: DavidGarciaCat submission: https://github.com/getumbrel/umbrel-apps/pull/1376 \ No newline at end of file