diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2a7241d4e..e6b53e476 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ community.zabbix Release Notes .. contents:: Topics +v2.3.1 +====== + +Bugfixes +-------- + +- Avoid to update user-directory configuration in dry run. + v2.3.0 ====== diff --git a/README.md b/README.md index 145cd5eb5..be268fc4a 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ You can also include it in a `requirements.yml` file along with other required c --- collections: - name: community.zabbix - version: 2.3.0 + version: 2.3.1 - name: ansible.posix version: 1.3.0 - name: community.general diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index db83c8f4e..9ea52adc2 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -189,4 +189,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.3.0 +version: 2.3.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f43a89908..600e0ab78 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1085,3 +1085,10 @@ releases: - pymysql.yml - raspberrypi.yml release_date: '2024-01-02' + 2.3.1: + changes: + bugfixes: + - Avoid to update user-directory configuration in dry run. + fragments: + - 1156-bugfix_zabbix_user_directory_dryrun.yml + release_date: '2024-01-10' diff --git a/changelogs/fragments/1156-bugfix_zabbix_user_directory_dryrun.yml b/changelogs/fragments/1156-bugfix_zabbix_user_directory_dryrun.yml deleted file mode 100644 index c49e131f2..000000000 --- a/changelogs/fragments/1156-bugfix_zabbix_user_directory_dryrun.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Avoid to update user-directory configuration in dry run. diff --git a/galaxy.yml b/galaxy.yml index 44a3613f9..8888911a4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: community name: zabbix -version: 2.3.0 +version: 2.3.1 readme: README.md authors: - Dusan Matejka (@D3DeFi)