summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/community/zabbix/changelogs/changelog.yaml
blob: a8b036dbda69b1d63cbf75f47f5843d9892b15e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
ancestor: null
releases:
  0.1.0:
    changes:
      bugfixes:
      - zabbix_action - allow str values for ``esc_period`` options (see `#66841 <https://github.com/ansible/ansible/pull/66841>`_).
      - zabbix_action - no longer requires ``esc_period`` and ``event_source`` arguments
        when ``state=absent``.
      - zabbix_host - now supports configuring user macros and host tags on the managed
        host (see `#66777 <https://github.com/ansible/ansible/pull/66777>`_).
      - zabbix_host_info - ``host_name`` based search results now include host groups.
      - zabbix_hostmacro - ``macro_name`` now accepts macros in zabbix native format
        as well (e.g. ``{$MACRO}``).
      - zabbix_hostmacro - ``macro_value`` is no longer required when ``state=absent``.
      - zabbix_proxy (module) - ``interface`` sub-options ``type`` and ``main`` are
        now deprecated and will be removed in community.general 3.0.0. Also, the values
        passed to ``interface`` are now checked for correct types and unexpected keys.
      - zabbix_proxy (module) - added option proxy_address for comma-delimited list
        of IP/CIDR addresses or DNS names to accept active proxy requests from.
      - zabbix_template - add new option omit_date to remove date from exported/dumped
        template (see `#67302 <https://github.com/ansible/ansible/pull/67302>`_).
      - zabbix_template - adding new update rule templateLinkage.deleteMissing for
        newer zabbix versions (see `#66747 <https://github.com/ansible/ansible/pull/66747>`_).
      - zabbix_template_info - add new option omit_date to remove date from exported/dumped
        template (see `#67302 <https://github.com/ansible/ansible/pull/67302>`_).
      deprecated_features:
      - zabbix_proxy (module) - deprecates ``interface`` sub-options ``type`` and
        ``main`` when proxy type is set to passive via ``status=passive``. Make sure
        these suboptions are removed from your playbook as they were never supported
        by Zabbix in the first place.
      minor_changes:
      - zabbix inventory plugin now no longer prints DeprecationWarning when used
        with Python3 due to SafeConfigParser.
      - zabbix_action - arguments ``event_source`` and ``esc_period`` no longer required
        when ``state=absent``.
      - zabbix_host - fixed inventory_mode key error, which occurs with Zabbix 4.4.1
        or more (see `#65304 <https://github.com/ansible/ansible/issues/65304>`_).
      - zabbix_host - was not possible to update a host where visible_name was not
        set in zabbix.
      - zabbix_mediatype - Fixed to support zabbix 4.4 or more and python3 (see `#67693
        <https://github.com/ansible/ansible/pull/67693>`_).
      - zabbix_template - fixed error when providing empty ``link_templates`` to the
        module (see `#66417 <https://github.com/ansible/ansible/issues/66417>`_).
      - zabbix_template - fixed invalid (non-importable) output provided by exporting
        XML (see `#66466 <https://github.com/ansible/ansible/issues/66466>`_).
      - zabbix_user - Fixed an issue where module failed with zabbix 4.4 or above
        (see `#67475 <https://github.com/ansible/ansible/pull/67475>`_).
      release_summary: '| Release date: 2020-06-15

        '
    fragments:
    - 010release.yml
    release_date: '2020-06-15'
  0.2.0:
    changes:
      bugfixes:
      - zabbix_action - documented ``value2`` parameter and ``notify_all_involved``
        option.
      - zabbix_maintenance - changing value of ``description`` parameter now actually
        updates maintenance's description.
      - zabbix_template - is now able to perform ``state=dump`` when using ``ansible-playbook
        --check``.
      - zabbix_template - no longer imports template from ``template_json`` or ``template_xml``
        when using ``ansible-playbook --check``.
      minor_changes:
      - Documentation for roles moved to ``docs/`` sub-directory in the collection.
      - New **role zabbix_agent** - previously known as dj-wasabi/zabbix-agent (also
        see `UPGRADE.md <https://github.com/ansible-collections/community.zabbix/blob/main/docs/UPGRADE.md>`_
        for each role).
      - New **role zabbix_javagateway** - previously known as dj-wasabi/zabbix-javagateway.
      - New **role zabbix_proxy** - previously known as dj-wasabi/zabbix-proxy.
      - New **role zabbix_server** - previously known as dj-wasabi/zabbix-server.
      - New **role zabbix_web** - previously known as dj-wasabi/zabbix-web.
      - zabbix_action - new alias ``update_operations`` for ``acknowledge_operations``
        parameter.
      - zabbix_host - ``macros`` now support new macro types ``text`` and ``secret``.
      - zabbix_host - new option ``details`` (additional SNMP details) for ``interfaces``
        parameter.
      - zabbix_host - now supports Zabbix 5.0.
      - zabbix_proxy (module) - now supports Zabbix 5.0.
      - zabbix_screen - ``host_group`` parameter now accepts multiple groups.
      release_summary: '| Release date: 2020-06-15 '
    fragments:
    - 020release.yml
    release_date: '2020-06-15'
  0.3.0:
    changes:
      bugfixes:
      - zabbix_action - choices for the ``inventory`` paramter sub option in ``*operations``
        arguments have been clarified to ``manual`` and ``automatic``.
      - zabbix_action - fixed error on changed API fields ``*default_message`` and
        ``*default_subject`` for Zabbix 5.0 (see `#92 <https://github.com/ansible-collections/community.zabbix/pull/92>`_).
      - zabbix_action - module will no longer fail when searching for global script
        provided to ``script_name`` parameter.
      - zabbix_action - now correctly selects mediatype for the (normal|recovery|update)
        operations with Zabbix 4.4 and newer.
      - zabbix_agent - fixed installation of agent on Windows to directories with
        spaces.
      - zabbix_agent - role should no longer fail when looking for ``getenforce``
        binary.
      - zabbix_host - module will no longer convert context part of user macro to
        upper case.
      - zabbix_proxy (role) - will now correctly install python3-libsemanage on RHEL
        OS family.
      - zabbix_service - fixed the zabbix_service has no idempotency with Zabbix 5.0.
      - zabbix_web - now no longer fails when rendering apache vhost template.
      minor_changes:
      - All roles now **support Zabbix 5.0** and by default install this version (see
        `#131 <https://github.com/ansible-collections/community.zabbix/pull/131>`_
        and `#121 <https://github.com/ansible-collections/community.zabbix/pull/121>`_).
      - Roles will now install gnupg on Debian OS family if not present.
      - zabbix_action - no longer requires ``password`` and ``ssh_*key_file`` parameters
        at the same time for ``remote_command`` operations of type SSH.
      - zabbix_action - parameter ``ssh_auth_type`` for SSH ``remote_command`` operation
        now correctly identifies which other parameters are required.
      - zabbix_discovery_rule - refactoring module to use ``module_utils`` classes
        and functions, adjust return values on success, add documentation for return
        values.
      - zabbix_discovery_rule - refactoring the module to remove unnecessary variables
        and fix a variable typo.
      - zabbix_mediatype - new options ``message_templates``, ``description`` and
        many more related to ``type=webhook``.
      - zabbix_mediatype - now supports new ``webhook`` media type.
      release_summary: '| Release date: 2020-07-26

        '
    fragments:
    - 030release.yml
    modules:
    - description: Create/delete/update Zabbix discovery rules
      name: zabbix_discovery_rule
      namespace: ''
    - description: Create/delete/update Zabbix user groups
      name: zabbix_usergroup
      namespace: ''
    release_date: '2020-07-26'
  1.0.0:
    changes:
      breaking_changes:
      - zabbix_javagateway - options ``javagateway_pidfile``, ``javagateway_listenip``,
        ``javagateway_listenport`` and ``javagateway_startpollers`` renamed to ``zabbix_javagateway_xyz``
        (see `UPGRADE.md <https://github.com/ansible-collections/community.zabbix/blob/main/docs/UPGRADE.md>`_).
      bugfixes:
      - all roles - a ``handler`` is configured when ``zabbix_http(s)_proxy`` is defined
        which will remove the proxy line from the repository files. This results that
        execution of the roles are not idempotent anymore.
      - zabbix_proxy (role) - ``StartPreprocessors`` only works with version 4.2 or
        higher. When a lower version is used, it will not be added to the configuration.
      - zabbix_proxy (role) - only install the sql files that needs to be executed
        for when ``zabbix_repo`` is set to ``epel``.
      - zabbix_server - ``StartPreprocessors`` only works with version 4.2 or higher.
        When a lower version is used, it will not be added to the configuration.
      - zabbix_server - only install the sql files that needs to be executed for when
        ``zabbix_repo`` is set to ``epel``.
      minor_changes:
      - Added the possibility to configure the ``mode`` for the ``zabbix_{agent,server,proxy}_include``
        directories.
      - all roles - added the possibility to configure the ``mode`` for the ``yum``
        repositories files in case it contains credentials.
      - zabbix_agent - ``zabbix-sender`` and ``zabbix-get`` will not be installed
        when ``zabbix_repo`` is set to ``epel``, as they are not part of the repository.
      - zabbix_agent - added option to change between HTTP/HTTPS with ``zabbix_repo_yum_schema``.
      - zabbix_agent - can also install the zabbix-agent2 application when ``zabbix_agent2``
        is set to ``true``.
      - zabbix_proxy (role) - a user and group are created on the host when ``zabbix_repo``
        is set to ``epel``.
      - zabbix_proxy (role) - now supports ``startpreprocessors`` setting and encryption
        when connecting to database (see `#164 <https://github.com/ansible-collections/community.zabbix/pull/164>`_).
      - zabbix_server - a user and group are created on the host when ``zabbix_repo``
        is set to ``epel``.
      - zabbix_server - added option to change between HTTP/HTTPS with ``zabbix_repo_yum_schema``.
      - zabbix_server - now supports ``startpreprocessors`` setting and encryption
        when connecting to database (see `#164 <https://github.com/ansible-collections/community.zabbix/pull/164>`_).
      - zabbix_web - a property is added ``zabbix_web_doubleprecision`` which currently
        is set to ``false`` for default installations. For new installations this
        should be set to ``True``. For upgraded installations, please read database
        `upgrade notes <https://www.zabbix.com/documentation/current/manual/installation/upgrade_notes_500>`_
        (Paragraph "Enabling extended range of numeric (float) values") before enabling
        this option.
      - zabbix_web - added option to change between HTTP/HTTPS with ``zabbix_repo_yum_schema``.
      - zabbix_web - don't remove the files that Zabbix will install during installation
        when you don't want to configure a virtual host configuration.
      release_summary: '| Release date: 2020-08-16

        '
    fragments:
    - 100-release-prep.yaml
    - role-agent-supports-zabbix-agent2.yaml
    - role-all-configure-mode-include.yaml
    - role-all-configure-mode-with-handlers.yaml
    - role-all-fix-epel-installations.yaml
    - role-web-add-doubleprecision.yaml
    - role-web-zabbix_vhost-dont-remove-files.yaml
    release_date: '2020-08-16'
  1.1.0:
    changes:
      bugfixes:
      - all roles - missing ``become`` set to ``true`` was added to each task that
        requires admin privleges.
      - zabbix_agent - added new properties and updated documentation to allow for
        correct Zabbix Agent2 configuration.
      - zabbix_agent - fixed bug where Nginx prevented Apache from working as it was
        part of the FPM configuration.
      minor_changes:
      - all roles - added ``zabbix_{agent,web,server,proxy,javagateway}_conf_mode``
        option for configuring a mode of the configuration file for each Zabbix service.
      - zabbix_proxy (role) - added an option ``innodb_default_row_format`` for MariaDB/MySQL
        if it isn't set to ``dynamic``.
      - zabbix_server - fixed installation output when using MySQL database to not
        print PostgreSQL.
      - zabbix_user - ``passwd`` no longer required when ALL groups in ``usrgrps``
        use LDAP as ``gui_access`` (see `#240 <https://github.com/ansible-collections/community.zabbix/issues/232>`_).
      - zabbix_user - no longer requires ``usrgrps`` when ``state=absent`` (see `#240
        <https://github.com/ansible-collections/community.zabbix/issues/232>`_).
      - zabbix_web - added several configuration options for the PHP-FPM setup to
        configure the listen (socket) file.
      - zabbix_web - added support for configuring Zabbix Web with Nginx, same way
        as with Apache.
      release_summary: '| Release date: 2020-10-22

        '
    fragments:
    - 240-zabbix-user-nopass-ldap.yaml
    - role-agent-correct-usage-acl.yaml
    - role-agent-zabbix-agent2-props.yaml
    - role-server-screen-output.yaml
    - role-web-add-support-for-nginx.yaml
    - role-web-added-some-properties.yaml
    - roles-all-add-become.yaml
    - roles-all-configure-conf-mode.yaml
    - roles-server-proxy-add-innodb-check.yaml
    release_date: '2020-10-22'
  1.2.0:
    changes:
      bugfixes:
      - When installing the Zabbix packages, we disable all other yum repositories
        except the one for the Zabbix.
      - zabbix_agent - Agent 2 also be able to use userparameters file.
      - zabbix_agent - Also work on SLES 12 sp5
      - zabbix_agent - Documented the property 'zabbix_proxy_ip' in the documentation.
      - zabbix_agent - There was an task that wasn't able to use an http(s)_proxy
        environment while installing an package.
      - zabbix_agent - Windows - Able to create PSK file
      - zabbix_agent - Windows - Fixing download links to proper version/url
      - zabbix_agent - Windows - Removal of not working property
      - zabbix_agent - Zabbix packages were not able to install properly on Fedora.
        When the packages are installed, the version will be appended to the package
        name. This is eofr all RedHat related OS'es.
      - zabbix_agent - fixed issue with zabbix_agent2_tlspsk_auto having no effect
        when using zabbix_agent2
      - zabbix_agent - fixed issue with zabbix_api_create_hosts and TLS configuration
        when using zabbix_agent2, where zabbix_agent_tls* settings were used instead
        of zabbix_agent2_tls*
      - zabbix_host - module will no longer require ``interfaces`` to be present when
        creating host  with Zabbix 5.2 (https://github.com/ansible-collections/community.zabbix/pull/291).
      - zabbix_host - should no longer fail with 'host cannot have more than one default
        interface' error (https://github.com/ansible-collections/community.zabbix/pull/309).
      - zabbix_proxy (role) - Added missing paragraph for the SQLite3 as database.
      - zabbix_proxy (role) - The become option was missing in some essential tasks
        when installing the Zabbix Proxy with SQLite3 as database.
      - zabbix_proxy (role) - Various documentation fixes removing the Zabbix Server
        and replaced it with actual Zabbix Proxy information.
      - zabbix_proxy - Added new property 'zabbix_proxy_ip' to determine ip for host
        running the Zabbix Proxy.
      - zabbix_proxy - The 'interface' option was missing when creating an Proxy via
        the API.
      - zabbix_template - fixed documentation for ``macros`` argument (https://github.com/ansible-collections/community.zabbix/pull/296).
      - zabbix_template - fixed encode error when using Python2 (https://github.com/ansible-collections/community.zabbix/pull/297).
      - zabbix_template - fixed issue when importing templates to zabbix version.
        >= 5.2
      - zabbix_template_info - fixed encode error when using Python2 (https://github.com/ansible-collections/community.zabbix/pull/297).
      - zabbix_user - disable no_log warning for option override_password.
      - zabbix_user - fixed issue where module couldn't create a user since Zabbix
        5.2 (https://github.com/ansible-collections/community.zabbix/pull/260).
      - zabbix_web - fixed issue Role cannot install Zabbix web 5.0 on RHEL 7 (https://github.com/ansible-collections/community.zabbix/issues/202).
      minor_changes:
      - Updated the roles to support Zabbix 5.2.
      - zabbix_agent - Added a new property `zabbix_agent_dont_detect_ip` when set
        to true, it won't detect the ips and no need to install the python module
        `netaddr`.
      - zabbix_agent - Added parameter `zabbix_agent_package_remove` when set to `true`
        and `zabbix_agent2` is set to `true` it will uninstall the `zabbix-agent`
        service and package.
      - zabbix_agent - added `zabbix_agent_install_agent_only` Will only install the
        Zabbix Agent package and not the `zabbix-sender` or `zabbix-get` packages.
      - zabbix_template - Fixed to decode Unicode Escape of multibyte strings in an
        importing template data(https://github.com/ansible-collections/community.zabbix/pull/226).
      - zabbix_user - added new parameters to set timezone and role_name for users
        (https://github.com/ansible-collections/community.zabbix/pull/260).
      - zabbix_user - user_medias now defaults to None and is optional (https://github.com/ansible-collections/community.zabbix/pull/264).
      - zabbix_web - added `zabbix_web_rhel_release` which enable scl on RHEL (https://github.com/ansible-collections/community.zabbix/pull/266).
      - zabbix_web - quality of life improvements when using Nginx (https://github.com/ansible-collections/community.zabbix/pull/304).
    fragments:
    - 226-zabbix_template.yaml
    - 254-disable-no-log-warning.yml
    - 260-zabbix_user.yml
    - 264-allow-user_medias-to-be-optional.yaml
    - 266-zabbix_web.yml
    - 297-zabbix_template_modules.yml
    - 309-host-interfaces.yaml
    - agent-missing-proxy-task.yaml
    - agent-not-detect-ips.yml
    - agent-use-version-for-rh.yml
    - agent2-psk-fixes.yml
    - module-zabbix_host-interfaces-not-required.yaml
    - module-zabbix_template-argspec-doc.yaml
    - proxy-able-to-use-interface.yaml
    - role-agent-allow-uninstall-agent.yaml
    - role-agent-userparameter.yaml
    - role-agent-windows-service-handling.yaml
    - role-agent-work-with-sles.yaml
    - role-proxy-sqlite3-zabbix-proxy.yaml
    - roles-all-enable-zabbix-disable-rest.yaml
    - roles-all-update-to-zabbix-52.yml
    - templatescreens-fix.yml
    release_date: '2021-01-04'