Skip to content

Commit

Permalink
Prep for 2.5.0 (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 authored May 30, 2024
1 parent c665229 commit 1a25f64
Show file tree
Hide file tree
Showing 11 changed files with 82 additions and 21 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ community.zabbix Release Notes

.. contents:: Topics

v2.5.0
======

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

- agent role - Standardized all configuration variables using the `zabbix_agent` prefix vs `zabbix_agent2`. Support for `zabbix_agent2` to be removed in 3.0.0
- agent role - Standardized templating of agent.conf file
- all roles - Added support for Ubuntu 24.04 (Noble Numbat)
- zabbix_discoveryrule module added
- zabbix_host_events_update module added
- zabbix_item - add support for setting master items by name
- zabbix_item module added
- zabbix_itemprototype - add support for setting master items by name
- zabbix_itemprototype module added
- zabbix_trigger module added
- zabbix_triggerprototype module added

Bugfixes
--------

- zabbix_web - make the FPM socket group-writable so the web server can properly forward requests to the FPM process

v2.4.0
======

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ You can also include it in a `requirements.yml` file along with other required c
---
collections:
- name: community.zabbix
version: 2.4.0
version: 2.5.0
- name: ansible.posix
version: 1.3.0
- name: community.general
Expand Down
32 changes: 31 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ plugins:
name: zabbix_discovery_rule
namespace: ''
version_added: null
zabbix_discoveryrule:
description: Create/delete Zabbix discovery rules
name: zabbix_discoveryrule
namespace: ''
version_added: null
zabbix_globalmacro:
description: Create/update/delete Zabbix Global macros
name: zabbix_globalmacro
Expand Down Expand Up @@ -77,6 +82,11 @@ plugins:
name: zabbix_host_events_info
namespace: ''
version_added: null
zabbix_host_events_update:
description: update the status of event(s).
name: zabbix_host_events_update
namespace: ''
version_added: null
zabbix_host_info:
description: Gather information about Zabbix host
name: zabbix_host_info
Expand All @@ -92,6 +102,16 @@ plugins:
name: zabbix_housekeeping
namespace: ''
version_added: 1.6.0
zabbix_item:
description: Create/delete Zabbix items
name: zabbix_item
namespace: ''
version_added: null
zabbix_itemprototype:
description: Create/delete Zabbix item prototypes
name: zabbix_itemprototype
namespace: ''
version_added: null
zabbix_maintenance:
description: Create Zabbix maintenance windows
name: zabbix_maintenance
Expand Down Expand Up @@ -162,6 +182,16 @@ plugins:
name: zabbix_token
namespace: ''
version_added: 2.1.0
zabbix_trigger:
description: Create/delete Zabbix triggers
name: zabbix_trigger
namespace: ''
version_added: null
zabbix_triggerprototype:
description: Create/delete Zabbix triggerprototypes
name: zabbix_triggerprototype
namespace: ''
version_added: null
zabbix_user:
description: Create/update/delete Zabbix users
name: zabbix_user
Expand Down Expand Up @@ -196,4 +226,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 2.4.0
version: 2.5.0
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1150,3 +1150,29 @@ releases:
name: zabbix_correlation
namespace: ''
release_date: '2024-05-13'
2.5.0:
changes:
bugfixes:
- zabbix_web - make the FPM socket group-writable so the web server can properly
forward requests to the FPM process
minor_changes:
- agent role - Standardized all configuration variables using the `zabbix_agent`
prefix vs `zabbix_agent2`. Support for `zabbix_agent2` to be removed in 3.0.0
- agent role - Standardized templating of agent.conf file
- all roles - Added support for Ubuntu 24.04 (Noble Numbat)
- zabbix_discoveryrule module added
- zabbix_host_events_update module added
- zabbix_item - add support for setting master items by name
- zabbix_item module added
- zabbix_itemprototype - add support for setting master items by name
- zabbix_itemprototype module added
- zabbix_trigger module added
- zabbix_triggerprototype module added
fragments:
- 1221-add_support_for_ubuntu_24.04.yml
- 1227-fpm-socket-permissions.yml
- agent.yml
- pr_1222.yml
- pr_1234.yml
- pr_1238.yml
release_date: '2024-05-30'
2 changes: 0 additions & 2 deletions changelogs/fragments/1221-add_support_for_ubuntu_24.04.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1227-fpm-socket-permissions.yml

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/pr_1222.yml

This file was deleted.

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

This file was deleted.

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

0 comments on commit 1a25f64

Please sign in to comment.