Skip to content

Commit

Permalink
2.3.1 Prep (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 authored Jan 10, 2024
1 parent 15cc5bb commit f2287d6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ community.zabbix Release Notes
.. contents:: Topics


v2.3.1
======

Bugfixes
--------

- Avoid to update user-directory configuration in dry run.

v2.3.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.3.0
version: 2.3.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 @@ -189,4 +189,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.3.0
version: 2.3.1
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1085,3 +1085,10 @@ releases:
- pymysql.yml
- raspberrypi.yml
release_date: '2024-01-02'
2.3.1:
changes:
bugfixes:
- Avoid to update user-directory configuration in dry run.
fragments:
- 1156-bugfix_zabbix_user_directory_dryrun.yml
release_date: '2024-01-10'

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.3.0
version: 2.3.1
readme: README.md
authors:
- Dusan Matejka (@D3DeFi)
Expand Down

0 comments on commit f2287d6

Please sign in to comment.