diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 932f6ee77..e0f30a373 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,16 @@ community.zabbix Release Notes .. contents:: Topics +v3.2.0 +====== + +Bugfixes +-------- + +- zabbix_agent Role - Add Zabbix 7.0 LTS in supported versions for windows. +- zabbix_agent Role - Added ability to set the monitored_by and proxy_group values. +- zabbix_agent Role - Set become parameter explicitly to false for API tasks to run without sudo on the local computer. + v3.1.2 ====== diff --git a/README.md b/README.md index 81ebd4df9..666cc4311 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ You can also include it in a `requirements.yml` file along with other required c --- collections: - name: community.zabbix - version: 3.1.2 + version: 3.2.0 - name: ansible.posix version: 1.3.0 - name: community.general diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index e0593a250..7764a65c7 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -239,4 +239,4 @@ plugins: strategy: {} test: {} vars: {} -version: 3.1.2 +version: 3.2.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 45359615f..4b62f2030 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1347,3 +1347,16 @@ releases: - fix-zabbix-authentication-passwd-check-rules.yml - relogin-when-username-changes.yml release_date: '2024-09-07' + 3.2.0: + changes: + bugfixes: + - zabbix_agent Role - Add Zabbix 7.0 LTS in supported versions for windows. + - zabbix_agent Role - Added ability to set the monitored_by and proxy_group + values. + - zabbix_agent Role - Set become parameter explicitly to false for API tasks + to run without sudo on the local computer. + fragments: + - 1393-fix-api-tasks-in-zabbix-agent-role-to-run-without-sudo.yml + - 1395-fix-zabbix-agent-install-in-windows.yml + - monitored_by.yml + release_date: '2024-11-18' diff --git a/changelogs/fragments/1393-fix-api-tasks-in-zabbix-agent-role-to-run-without-sudo.yml b/changelogs/fragments/1393-fix-api-tasks-in-zabbix-agent-role-to-run-without-sudo.yml deleted file mode 100644 index dab355b17..000000000 --- a/changelogs/fragments/1393-fix-api-tasks-in-zabbix-agent-role-to-run-without-sudo.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - zabbix_agent Role - Set become parameter explicitly to false for API tasks to run without sudo on the local computer. diff --git a/changelogs/fragments/1395-fix-zabbix-agent-install-in-windows.yml b/changelogs/fragments/1395-fix-zabbix-agent-install-in-windows.yml deleted file mode 100644 index 637cfa16c..000000000 --- a/changelogs/fragments/1395-fix-zabbix-agent-install-in-windows.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - zabbix_agent Role - Add Zabbix 7.0 LTS in supported versions for windows. diff --git a/changelogs/fragments/monitored_by.yml b/changelogs/fragments/monitored_by.yml deleted file mode 100644 index 8c515f1c8..000000000 --- a/changelogs/fragments/monitored_by.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - zabbix_agent Role - Added ability to set the monitored_by and proxy_group values. \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 3349bbb73..ef66610f3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: community name: zabbix -version: 3.1.2 +version: 3.2.0 readme: README.md authors: - Dusan Matejka (@D3DeFi) diff --git a/molecule/zabbix_server/prepare.yml b/molecule/zabbix_server/prepare.yml index 0ea40b4c9..eb50ad68b 100644 --- a/molecule/zabbix_server/prepare.yml +++ b/molecule/zabbix_server/prepare.yml @@ -4,7 +4,7 @@ tasks: - name: "Installing packages on CentOS" - ansible.builtin.yum: + ansible.builtin.dnf: name: - net-tools - which