Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.3.0 Release Prep #1155

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ community.zabbix Release Notes
.. contents:: Topics


v2.3.0
======

Minor Changes
-------------

- api_requests - Handled error from depricated CertificateError class
- multiple roles - Removed unneeded Apt Clean commands.
- proxy role - Updated MariaDB version for Centos 7 to 10.11
- zabbix web - Allowed the independent configuration of php-fpm without creating vhost.
- zabbix_host_info - added ability to get all the hosts configured in Zabbix
- zabbix_proxy role - Add variable zabbix_proxy_dbpassword_hash_method to control whether you want postgresql user password to be hashed with md5 or want to use db default. When zabbix_proxy_dbpassword_hash_method is set to anything other than md5 then do not hash the password with md5 so you could use postgresql scram-sha-256 hashing method.
- zabbix_server role - Add variable zabbix_server_dbpassword_hash_method to control whether you want postgresql user password to be hashed with md5 or want to use db default. When zabbix_server_dbpassword_hash_method is set to anything other than md5 then do not hash the password with md5 so you could use postgresql scram-sha-256 hashing method.
- zabbix_templategroup module added

Bugfixes
--------

- api module - Fixed certificiate errors
- proxy and server roles - Defaulted location of fping and fping6 based on OS.
- proxy role - Removed requirement for mysql group definition.
- server role - typo in configuration var StasAllowedIP to StatsAllowedIP
- zabbix-{agent, javagateway, proxy, server, web} - support raspberry pi without repository url specification

v2.2.0
======

Expand All @@ -27,9 +51,9 @@ Minor Changes
Bugfixes
--------

- zabbix_inventory - fixed handeling of add_zabbix_groups option
- zabbix_template - fix template export when template's content has "error" word
- zabbix_web role - fix variable naming issues (undefined) to zabbix_web_version and zabbix_web_apt_repository
- zabbix_inventory - fixed handeling of add_zabbix_groups option

v2.1.0
======
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ You can also include it in a `requirements.yml` file along with other required c
---
collections:
- name: community.zabbix
version: 2.2.0
version: 2.3.0
- name: ansible.posix
version: 1.3.0
- name: community.general
Expand Down
12 changes: 10 additions & 2 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
objects: {}
objects:
role: {}
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi:
zabbix:
description: HttpApi Plugin for Zabbix
Expand Down Expand Up @@ -142,6 +144,11 @@ plugins:
name: zabbix_template_info
namespace: ''
version_added: null
zabbix_templategroup:
description: Create/delete Zabbix template groups
name: zabbix_templategroup
namespace: ''
version_added: null
zabbix_token:
description: Create/Update/Generate/Delete Zabbix token.
name: zabbix_token
Expand Down Expand Up @@ -180,5 +187,6 @@ plugins:
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 2.2.0
version: 2.3.0
1,884 changes: 961 additions & 923 deletions changelogs/changelog.yaml

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions changelogs/fragments/1136.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1142.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/fping.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/host_info_all_hosts.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/php_fpm_config.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/pr_1104.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/pr_647.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/proxy_mysql.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/pymysql.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/raspberrypi.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: community
name: zabbix
version: 2.2.0
version: 2.3.0
readme: README.md
authors:
- Dusan Matejka (@D3DeFi)
Expand Down