Skip to content

Commit

Permalink
Updated Change Logs (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 authored May 27, 2023
1 parent a8a204e commit 864a2f5
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
5 changes: 3 additions & 2 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
objects: {}
objects:
role: {}
plugins:
become: {}
cache: {}
Expand Down Expand Up @@ -156,4 +157,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 2.0.0
version: 2.0.1
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 0 additions & 2 deletions changelogs/fragments/990.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/api_ssl.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/disable_repo.yml

This file was deleted.

0 comments on commit 864a2f5

Please sign in to comment.