Skip to content

Commit

Permalink
3.0.4 Prep (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 authored Jul 14, 2024
1 parent 76f9e1b commit dd26efa
Show file tree
Hide file tree
Showing 9 changed files with 1,158 additions and 1,136 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ community.zabbix Release Notes

.. contents:: Topics

v3.0.4
======

Minor Changes
-------------

- zabbix_agent Role - Fixes assert warning 'conditional statements should not include jinja2 templating delimiters such as..'
- zabbix_agent Role - Set `no_log` parameter to hostmacro API call.

Bugfixes
--------

- zabbix_agent Role - fix TLSAccept parameter provisioning in zabbix_agentd.conf
- zabbix_server Role - fixed creating TimescaleDB hypertables for Zabbix 7.0

v3.0.3
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.3
version: 3.0.4
- name: ansible.posix
version: 1.3.0
- name: community.general
Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 3.0.3
version: 3.0.4
2,263 changes: 1,140 additions & 1,123 deletions changelogs/changelog.yaml

Large diffs are not rendered by default.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/timescaledb70.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/tlsaccept.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: community
name: zabbix
version: 3.0.3
version: 3.0.4
readme: README.md
authors:
- Dusan Matejka (@D3DeFi)
Expand Down

0 comments on commit dd26efa

Please sign in to comment.