Skip to content

Commit

Permalink
3.1.0 Prep (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 authored Aug 4, 2024
1 parent a09cb00 commit 2010af5
Show file tree
Hide file tree
Showing 9 changed files with 1,180 additions and 1,148 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ community.zabbix Release Notes

.. contents:: Topics

v3.1.0
======

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

- zabbix_agent Role - Reworked Include logic based on Alias logic
- zabbix_inventory Plugin - Add support for jinja2 templating for auth_token in zabbix_inventory.yml
- zabbix_mfa module added

Bugfixes
--------

- zabbix_host - delete denied parameter from interfaces

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

- community.zabbix.zabbix_mfa - Create/update/delete Zabbix MFA method

v3.0.4
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ You can also include it in a `requirements.yml` file along with other required c
---
collections:
- name: community.zabbix
version: 3.0.4
version: 3.1.0
- name: ansible.posix
version: 1.3.0
- name: community.general
Expand Down
7 changes: 6 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ plugins:
name: zabbix_mediatype
namespace: ''
version_added: null
zabbix_mfa:
description: Create/update/delete Zabbix MFA method
name: zabbix_mfa
namespace: ''
version_added: 3.1.0
zabbix_proxy:
description: Create/delete/get/update Zabbix proxies
name: zabbix_proxy
Expand Down Expand Up @@ -231,4 +236,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 3.0.4
version: 3.1.0
2,287 changes: 1,152 additions & 1,135 deletions changelogs/changelog.yaml

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions changelogs/fragments/1335-rework-include-logic.yml

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1353-add-zabbix_mfa_module.yml

This file was deleted.

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: 3.0.4
version: 3.1.0
readme: README.md
authors:
- Dusan Matejka (@D3DeFi)
Expand Down

0 comments on commit 2010af5

Please sign in to comment.