Skip to content

Commit

Permalink
3.1.1-Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 committed Aug 10, 2024
1 parent c5881ae commit c2e1bbc
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

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.1.0
version: 3.1.1
- 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 @@ -236,4 +236,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 3.1.0
version: 3.1.1
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 0 additions & 2 deletions changelogs/fragments/1361_userparameters_fix.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.1.0
version: 3.1.1
readme: README.md
authors:
- Dusan Matejka (@D3DeFi)
Expand Down

0 comments on commit c2e1bbc

Please sign in to comment.