From 864a2f50a46687c0b61d8d4c7172b49e288a44e9 Mon Sep 17 00:00:00 2001 From: Troy W Date: Fri, 26 May 2023 20:45:30 -0400 Subject: [PATCH] Updated Change Logs (#1000) --- CHANGELOG.rst | 11 +++++++++++ changelogs/.plugin-cache.yaml | 5 +++-- changelogs/changelog.yaml | 14 ++++++++++++++ changelogs/fragments/990.yml | 2 -- changelogs/fragments/api_ssl.yml | 2 -- changelogs/fragments/disable_repo.yml | 2 -- 6 files changed, 28 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/990.yml delete mode 100644 changelogs/fragments/api_ssl.yml delete mode 100644 changelogs/fragments/disable_repo.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 50c59903e..b63e14f42 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,17 @@ community.zabbix Release Notes .. contents:: Topics +v2.0.1 +====== + +Bugfixes +-------- + +- Proxy and Agent Roles - Added `zabbix_api_use_ssl` variable to allow secure API connections +- Web Role - Added defaults and documentation for `zabbix_apache_custom_includes` +- agent - Handled undefined variable error for Windows default versions +- all roles - Added option to selectively disable a repo on Redhat installs + v2.0.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 5800b3581..b269edc05 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -1,4 +1,5 @@ -objects: {} +objects: + role: {} plugins: become: {} cache: {} @@ -156,4 +157,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 2.0.0 +version: 2.0.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index eb839cb1b..b9e624838 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -942,3 +942,17 @@ releases: - inventory_script.yml - python-ansible.yml release_date: '2023-05-04' + 2.0.1: + changes: + bugfixes: + - Proxy and Agent Roles - Added `zabbix_api_use_ssl` variable to allow secure + API connections + - Web Role - Added defaults and documentation for `zabbix_apache_custom_includes` + - agent - Handled undefined variable error for Windows default versions + - all roles - Added option to selectively disable a repo on Redhat installs + fragments: + - 986.yml + - 990.yml + - api_ssl.yml + - disable_repo.yml + release_date: '2023-05-26' diff --git a/changelogs/fragments/990.yml b/changelogs/fragments/990.yml deleted file mode 100644 index abf09ec6a..000000000 --- a/changelogs/fragments/990.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - agent - Handled undefined variable error for Windows default versions diff --git a/changelogs/fragments/api_ssl.yml b/changelogs/fragments/api_ssl.yml deleted file mode 100644 index 14e9d2893..000000000 --- a/changelogs/fragments/api_ssl.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Proxy and Agent Roles - Added `zabbix_api_use_ssl` variable to allow secure API connections diff --git a/changelogs/fragments/disable_repo.yml b/changelogs/fragments/disable_repo.yml deleted file mode 100644 index 040f5300c..000000000 --- a/changelogs/fragments/disable_repo.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - all roles - Added option to selectively disable a repo on Redhat installs