Skip to content

Commit

Permalink
3.2.0 prep (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 authored Nov 19, 2024
1 parent 89e949a commit 0ce31b0
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ community.zabbix Release Notes

.. contents:: Topics

v3.2.0
======

Bugfixes
--------

- zabbix_agent Role - Add Zabbix 7.0 LTS in supported versions for windows.
- zabbix_agent Role - Added ability to set the monitored_by and proxy_group values.
- zabbix_agent Role - Set become parameter explicitly to false for API tasks to run without sudo on the local computer.

v3.1.2
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ You can also include it in a `requirements.yml` file along with other required c
---
collections:
- name: community.zabbix
version: 3.1.2
version: 3.2.0
- 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 @@ -239,4 +239,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 3.1.2
version: 3.2.0
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1347,3 +1347,16 @@ releases:
- fix-zabbix-authentication-passwd-check-rules.yml
- relogin-when-username-changes.yml
release_date: '2024-09-07'
3.2.0:
changes:
bugfixes:
- zabbix_agent Role - Add Zabbix 7.0 LTS in supported versions for windows.
- zabbix_agent Role - Added ability to set the monitored_by and proxy_group
values.
- zabbix_agent Role - Set become parameter explicitly to false for API tasks
to run without sudo on the local computer.
fragments:
- 1393-fix-api-tasks-in-zabbix-agent-role-to-run-without-sudo.yml
- 1395-fix-zabbix-agent-install-in-windows.yml
- monitored_by.yml
release_date: '2024-11-18'

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/monitored_by.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.2
version: 3.2.0
readme: README.md
authors:
- Dusan Matejka (@D3DeFi)
Expand Down
2 changes: 1 addition & 1 deletion molecule/zabbix_server/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

tasks:
- name: "Installing packages on CentOS"
ansible.builtin.yum:
ansible.builtin.dnf:
name:
- net-tools
- which
Expand Down

0 comments on commit 0ce31b0

Please sign in to comment.