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

chore(deps): update dependency community.zabbix to v1.6.0 #370

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

berendt
Copy link
Member

@berendt berendt commented Apr 20, 2022

This PR contains the following updates:

Package Update Change
community.zabbix minor 1.5.1 -> 1.6.0

Release Notes

ansible-collections/community.zabbix

v1.6.0

Compare Source

======

Minor Changes

  • all modules - prepare for deprecation of distutils LooseVersion.
  • collection - Add dependencies to other collections. This helps Ansible Galaxy automatically downloading collections that this collection relies on to run.
  • connection.httpapi (plugin) - add initial httpapi connection plugin.
  • httpapi.jsonrpc (plugin) - add initial httpapi for future handling of json-rpc.
  • new module zabbix authentication for configuring global authentication settings in Zabbix Server's Settings section of GUI.
  • new module zabbix_autoregister for configuring global autoregistration settings in Zabbix Server's Settings section of GUI.
  • new module zabbix_housekeeping for configuring global housekeeping settings in Zabbix Server's Settings section of GUI.
  • test_zabbix_host_info - fix Template/Group names for 5.4
  • test_zabbix_screen - disable testing for screen in 5.4 (deprecated)
  • zabbix_action - additional fixes to make module work with Zabbix 6.0 (Fixes for community.zabbix.zabbix_action ansible-collections/community.zabbix#664)
  • zabbix_action - module ported to work with Zabbix 6.0 (fix zabbix_action module for zabbix6 ansible-collections/community.zabbix#648, fix zabbix_action module for zabbix6 - discovery action ansible-collections/community.zabbix#653)
  • zabbix_agent - Check if 'firewalld' exist and is running when handler is executed.
  • zabbix_agent - Install the correct Python libxml2 package on SLES15
  • zabbix_agent - Move inclusion of the apache.yml tasks to later stage during execution of role.
  • zabbix_agent - Prepare for Zabbix 6.0.
  • zabbix_agent - Specify a minor version with zabbix_agent_version_minor for RH systems.
  • zabbix_agent - There was no way to configure a specific type for the macro.
  • zabbix_agent - Use multiple aliases in the configuration file with zabbix_agent_zabbix_alias or zabbix_agent2_zabbix_alias.
  • zabbix_maintenance - added new module parameter tags, which allows configuring Problem Tags on maintenances.
  • zabbix_proxy - Prepare for Zabbix 6.0.
  • zabbix_proxy - Specify a minor version with zabbix_proxy_version_minor for RH systems.
  • zabbix_proxy - Support for Sangoma and treat it like a RHEL system.
  • zabbix_server - Check the 'zabbix_server_install_database_client' variable in RedHat tasks.
  • zabbix_server - Prepare for Zabbix 6.0.
  • zabbix_server - Specify a minor version with zabbix_server_version_minor for RH systems.
  • zabbix_user - change alias property to username (changed in 5.4) (alias is now an alias for username)
  • zabbix_user_info - change alias property to username (changed in 5.4) (alias is now an alias for username)
  • zabbix_web - Change format ENCRYPTION, VERIFY_HOST from string to boolean.
  • zabbix_web - Specify a minor version with zabbix_web_version_minor for RH systems.

Bugfixes

  • Various modules and plugins - use vendored version of distutils.version instead of the deprecated Python standard library distutils (Fix unintended breaking change by vendoring distutils.version ansible-collections/community.zabbix#603). This superseedes #​597.
  • ZapiWrapper (module_utils) - fix only partial zabbix version is returned.
  • zabbix_agent - Install Zabbix packages when zabbix_repo == other is used with yum.
  • zabbix_agent - Install the Agent for MacOSX sooner than its configuration.
  • zabbix_agent - The Install gpg key task for Debian did not work when a http proxy is configured.
  • zabbix_agent - Use the correct URL with correct version.
  • zabbix_agent - Use the correct path to determine Zabbix Agent 2 installation on Windows.
  • zabbix_agent - Using the correct hostgroup as default now.
  • zabbix_agent - fix for the autopsk, incl. tests with Molecule.
  • zabbix_host - Added small notification that an user should have read access to get hostgroups overview.
  • zabbix_host - adapter changed properties for interface comparisson
  • zabbix_maintenance - should now work when creating maintenace on Zabbix 6.0 server
  • zabbix_proxy - 'zcat' the zipped sql files to /tmp before executing it.
  • zabbix_proxy - Check MySQL version before settings mysql_innodb_default_row_format value.
  • zabbix_proxy - Install Zabbix packages when zabbix_repo == other is used with yum.
  • zabbix_server - 'zcat' the zipped sql files to /tmp before executing it.
  • zabbix_server - Check MySQL version before settings mysql_innodb_default_row_format value.
  • zabbix_server - Install Zabbix packages when zabbix_repo == other is used with yum.
  • zabbix_template - setting correct null values to fix unintentional changes
  • zabbix_web - Added some default variables if the geerlingguys apache role is not used.
  • zabbix_web - Specified the correct versions for php.

New Plugins

Connection


- community.zabbix.httpapi - Use httpapi to run command on network appliances

Httpapi
~~~~~~~

- community.zabbix.jsonrpc - HttpApi Plugin for Zabbix

New Modules
-----------

- community.zabbix.zabbix_authentication - Update Zabbix authentication
- community.zabbix.zabbix_autoregister - Update Zabbix autoregistration
- community.zabbix.zabbix_housekeeping - Update Zabbix housekeeping

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@berendt berendt merged commit b19ffe5 into main Apr 20, 2022
@berendt berendt deleted the renovate/community.zabbix-1.x branch April 20, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants