Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

3.1.2 Release #1389

Merged
merged 1 commit into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ community.zabbix Release Notes

.. contents:: Topics

v3.1.2
======

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

- httpapi - added ability to switch username/password during playbook execution.

Bugfixes
--------

- zabbix_actions - fix proxy get compatibility for zabbix 7.0
- zabbix_agent Role - fixed problem with Windows include dir.
- zabbix_authentication - fix inability to set passwd_check_rules to empty list
- zabbix_authentication - fix inability to update passwd_check_rules
- zabbix_proxy Role - Fixed TLS configuration

v3.1.1
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ You can also include it in a `requirements.yml` file along with other required c
---
collections:
- name: community.zabbix
version: 3.1.1
version: 3.1.2
- name: ansible.posix
version: 1.3.0
- name: community.general
Expand Down
7 changes: 5 additions & 2 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
objects: {}
objects:
role: {}
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi:
zabbix:
description: HttpApi Plugin for Zabbix
Expand Down Expand Up @@ -235,5 +237,6 @@ plugins:
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 3.1.1
version: 3.1.2
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1332,3 +1332,18 @@ releases:
fragments:
- 1361_userparameters_fix.yml
release_date: '2024-08-09'
3.1.2:
changes:
bugfixes:
- zabbix_actions - fix proxy get compatibility for zabbix 7.0
- zabbix_agent Role - fixed problem with Windows include dir.
- zabbix_authentication - fix inability to set passwd_check_rules to empty list
- zabbix_authentication - fix inability to update passwd_check_rules
- zabbix_proxy Role - Fixed TLS configuration
minor_changes:
- httpapi - added ability to switch username/password during playbook execution.
fragments:
- fix-zabbix-actions-proxy-get-name-compatibility-v7.yml
- fix-zabbix-authentication-passwd-check-rules.yml
- relogin-when-username-changes.yml
release_date: '2024-09-07'

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/relogin-when-username-changes.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.1
version: 3.1.2
readme: README.md
authors:
- Dusan Matejka (@D3DeFi)
Expand Down