Skip to content

Commit

Permalink
3.1.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 committed Sep 8, 2024
1 parent 710260b commit afe61f6
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 11 deletions.
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

0 comments on commit afe61f6

Please sign in to comment.