diff --git a/CHANGELOG.rst b/CHANGELOG.rst index faf07fc61..add53b488 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ community.zabbix Release Notes .. contents:: Topics +v3.1.1 +====== + +Bugfixes +-------- + +- zabbix_agent Role - Fix for userparameter because include_dir is list +- zabbix_agent Role - Fix include_dir directory creation logic + v3.1.0 ====== diff --git a/README.md b/README.md index 23f8499ac..252193cdb 100644 --- a/README.md +++ b/README.md @@ -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.1.0 + version: 3.1.1 - name: ansible.posix version: 1.3.0 - name: community.general diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index c66464036..271953fd4 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -236,4 +236,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 3.1.0 +version: 3.1.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4b707e8dd..1ea361991 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1324,3 +1324,11 @@ releases: name: zabbix_mfa namespace: '' release_date: '2024-08-04' + 3.1.1: + changes: + bugfixes: + - zabbix_agent Role - Fix for userparameter because include_dir is list + - zabbix_agent Role - Fix include_dir directory creation logic + fragments: + - 1361_userparameters_fix.yml + release_date: '2024-08-09' diff --git a/changelogs/fragments/1361_userparameters_fix.yml b/changelogs/fragments/1361_userparameters_fix.yml deleted file mode 100644 index ed19b469e..000000000 --- a/changelogs/fragments/1361_userparameters_fix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - zabbix_agent Role - Fix for userparameter because include_dir is list #1361 \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 46ffdebf5..40dcb067d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: community name: zabbix -version: 3.1.0 +version: 3.1.1 readme: README.md authors: - Dusan Matejka (@D3DeFi)