Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de9eb11

Browse files
authored
1 parent 4e2632f commit de9eb11

20 files changed

+1156
-1095
lines changed

CHANGELOG.rst

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,61 @@ community.zabbix Release Notes
44

55
.. contents:: Topics
66

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+
757
v2.5.1
858
======
959

1060
Bugfixes
11-
-------------
61+
--------
1262

1363
- zabbix_agent - Fix reading existing psk
1464
- zabbix_agent - Fix role when zabbix_agent_listenip is undefined

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You can also include it in a `requirements.yml` file along with other required c
110110
---
111111
collections:
112112
- name: community.zabbix
113-
version: 2.5.1
113+
version: 3.0.0
114114
- name: ansible.posix
115115
version: 1.3.0
116116
- name: community.general

changelogs/.plugin-cache.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ plugins:
4848
namespace: ''
4949
version_added: null
5050
zabbix_discoveryrule:
51-
description: Create/delete Zabbix discovery rules
51+
description: Create/delete Zabbix low-level discovery (LLD) rules
5252
name: zabbix_discoveryrule
5353
namespace: ''
5454
version_added: null
@@ -132,6 +132,11 @@ plugins:
132132
name: zabbix_proxy
133133
namespace: ''
134134
version_added: null
135+
zabbix_proxy_group:
136+
description: Create/update/delete Zabbix proxy group
137+
name: zabbix_proxy_group
138+
namespace: ''
139+
version_added: null
135140
zabbix_proxy_info:
136141
description: Gather information about Zabbix proxy
137142
name: zabbix_proxy_info
@@ -226,4 +231,4 @@ plugins:
226231
shell: {}
227232
strategy: {}
228233
vars: {}
229-
version: 2.5.1
234+
version: 3.0.0

changelogs/changelog.yaml

Lines changed: 1096 additions & 1039 deletions
Large diffs are not rendered by default.

changelogs/fragments/1237.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/1250.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/1277-refactor-userparameters.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/fix_vars.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

changelogs/fragments/pr_1194.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/pr_1250.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)