@@ -4,11 +4,61 @@ community.zabbix Release Notes
4
4
5
5
.. contents :: Topics
6
6
7
+ v3.0.0
8
+ ======
9
+
10
+ Major Changes
11
+ -------------
12
+
13
+ - All Roles - Add support for openSUSE Leap 15 and SLES 15.
14
+ - All Roles - Separate installation of Zabbix repo from all other roles and link them together.
15
+
16
+ Minor Changes
17
+ -------------
18
+
19
+ - Agent Role - Updated defaults to be inline with Zabbix defaults.
20
+ - All Roles - Add support for yum authentication on RHEL based operating systems.
21
+ - All Roles - Add the `zabbix_manage_repo ` variable.
22
+ - All Roles - Changed logic for installing selinux related changes based the status of selinux on the target system.
23
+ - All Roles - Include installation of GPG key for RHEL based operating systems.
24
+ - All Roles - Updated all Zabbix configuration bool variables to be `true `/`false `.
25
+ - All Roles - Updated include option to include all .conf files.
26
+ - added new module zabbix_proxy_group (Zabbix 7.0)
27
+ - zabbix_agent - added 10 retries to agent API calls to workaround connection problems on macOS
28
+ - zabbix_agent role - refactored userparameter tasks to be more efficient.
29
+ - zabbix_discovery_rule, zabbix_group_events_info, zabbix_host, zabbix_host_events_info, zabbix_proxy, zabbix_proxy_info modules updated to work wih Zabbix 7.0
30
+ - zabbix_host_events_info - add tag support
31
+
32
+ Breaking Changes / Porting Guide
33
+ --------------------------------
34
+
35
+ - Agent Role - Remove support for `zabbix_agent_zabbix_alias `.
36
+ - Agent Role - Remove support for `zabbix_get_package ` variable.
37
+ - Agent Role - Remove support for `zabbix_sender_package ` variable.
38
+ - Agent Role - Remove support for all `zabbix_agent2_* ` variables.
39
+ - All Roles - Remove support for Centos 7
40
+ - All Roles - Remove support for Python2
41
+ - All Roles - Removed support for Debian 10.
42
+ - All Roles - Removed support for Ubuntu 18.08 (Bionic)
43
+ - Remove support for Ansible < 2.15 and Python < 3.9
44
+ - Remove support for Zabbix 6.2
45
+ - Removed support for Zabbix 6.2
46
+
47
+ Bugfixes
48
+ --------
49
+
50
+ - Agent Role - Fixed missing setting for `zabbix_agent_persistentbuffer `
51
+ - remove references to tags in LLD rules
52
+ - zabbix-agent - fix name of Zabbix Agent 2 config filename
53
+ - zabbix_agent - fix error when ``zabbix_agent_tlsaccept `` is not set
54
+ - zabbix_agent - fix error when ``zabbix_agent_tlsconnect `` is not set
55
+ - zabbix_agent - in ``zabbix_agent_interfaces `` directly use ``zabbix_agent_listenport ``, which does already contains the agent2 value if needed
56
+
7
57
v2.5.1
8
58
======
9
59
10
60
Bugfixes
11
- -------------
61
+ --------
12
62
13
63
- zabbix_agent - Fix reading existing psk
14
64
- zabbix_agent - Fix role when zabbix_agent_listenip is undefined
0 commit comments