From afe61f67036681912b7405018953fd4a0af463ab Mon Sep 17 00:00:00 2001 From: Troy Ward Date: Sun, 8 Sep 2024 01:48:04 +0000 Subject: [PATCH] 3.1.2 Release --- CHANGELOG.rst | 17 +++++++++++++++++ README.md | 2 +- changelogs/.plugin-cache.yaml | 7 +++++-- changelogs/changelog.yaml | 15 +++++++++++++++ ...-actions-proxy-get-name-compatibility-v7.yml | 2 -- ...zabbix-authentication-passwd-check-rules.yml | 3 --- .../fragments/relogin-when-username-changes.yml | 2 -- galaxy.yml | 2 +- 8 files changed, 39 insertions(+), 11 deletions(-) delete mode 100644 changelogs/fragments/fix-zabbix-actions-proxy-get-name-compatibility-v7.yml delete mode 100644 changelogs/fragments/fix-zabbix-authentication-passwd-check-rules.yml delete mode 100644 changelogs/fragments/relogin-when-username-changes.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index add53b488..932f6ee77 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,23 @@ community.zabbix Release Notes .. contents:: Topics +v3.1.2 +====== + +Minor Changes +------------- + +- httpapi - added ability to switch username/password during playbook execution. + +Bugfixes +-------- + +- zabbix_actions - fix proxy get compatibility for zabbix 7.0 +- zabbix_agent Role - fixed problem with Windows include dir. +- zabbix_authentication - fix inability to set passwd_check_rules to empty list +- zabbix_authentication - fix inability to update passwd_check_rules +- zabbix_proxy Role - Fixed TLS configuration + v3.1.1 ====== diff --git a/README.md b/README.md index d2f082873..5379ffe79 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ You can also include it in a `requirements.yml` file along with other required c --- collections: - name: community.zabbix - version: 3.1.1 + version: 3.1.2 - name: ansible.posix version: 1.3.0 - name: community.general diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 271953fd4..e0593a250 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -1,10 +1,12 @@ -objects: {} +objects: + role: {} plugins: become: {} cache: {} callback: {} cliconf: {} connection: {} + filter: {} httpapi: zabbix: description: HttpApi Plugin for Zabbix @@ -235,5 +237,6 @@ plugins: netconf: {} shell: {} strategy: {} + test: {} vars: {} -version: 3.1.1 +version: 3.1.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1ea361991..45359615f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1332,3 +1332,18 @@ releases: fragments: - 1361_userparameters_fix.yml release_date: '2024-08-09' + 3.1.2: + changes: + bugfixes: + - zabbix_actions - fix proxy get compatibility for zabbix 7.0 + - zabbix_agent Role - fixed problem with Windows include dir. + - zabbix_authentication - fix inability to set passwd_check_rules to empty list + - zabbix_authentication - fix inability to update passwd_check_rules + - zabbix_proxy Role - Fixed TLS configuration + minor_changes: + - httpapi - added ability to switch username/password during playbook execution. + fragments: + - fix-zabbix-actions-proxy-get-name-compatibility-v7.yml + - fix-zabbix-authentication-passwd-check-rules.yml + - relogin-when-username-changes.yml + release_date: '2024-09-07' diff --git a/changelogs/fragments/fix-zabbix-actions-proxy-get-name-compatibility-v7.yml b/changelogs/fragments/fix-zabbix-actions-proxy-get-name-compatibility-v7.yml deleted file mode 100644 index 21784314b..000000000 --- a/changelogs/fragments/fix-zabbix-actions-proxy-get-name-compatibility-v7.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - zabbix_actions - fix proxy get compatibility for zabbix 7.0 \ No newline at end of file diff --git a/changelogs/fragments/fix-zabbix-authentication-passwd-check-rules.yml b/changelogs/fragments/fix-zabbix-authentication-passwd-check-rules.yml deleted file mode 100644 index 73996dfc1..000000000 --- a/changelogs/fragments/fix-zabbix-authentication-passwd-check-rules.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - zabbix_authentication - fix inability to update passwd_check_rules - - zabbix_authentication - fix inability to set passwd_check_rules to empty list diff --git a/changelogs/fragments/relogin-when-username-changes.yml b/changelogs/fragments/relogin-when-username-changes.yml deleted file mode 100644 index 38cea23d5..000000000 --- a/changelogs/fragments/relogin-when-username-changes.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - httpapi - added ability to switch username/password during playbook execution. diff --git a/galaxy.yml b/galaxy.yml index 40dcb067d..3349bbb73 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: community name: zabbix -version: 3.1.1 +version: 3.1.2 readme: README.md authors: - Dusan Matejka (@D3DeFi)