mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-29 19:04:46 +00:00
@@ -294,3 +294,30 @@ releases:
|
||||
- 407_fix_firewalld_port_test.yml
|
||||
- 409_update_azp_matrix.yml
|
||||
release_date: '2023-01-20'
|
||||
1.5.2:
|
||||
changes:
|
||||
bugfixes:
|
||||
- Fixed a bug where firewalld module fails to create/remove zones when the daemon
|
||||
is stopped
|
||||
- rhel_facts - Call exit_json with all keyword arguments
|
||||
minor_changes:
|
||||
- Add jsonl callback plugin to ansible.posix collection
|
||||
- firewalld - add `protocol` parameter
|
||||
release_summary: 'This is the minor release of the ``ansible.posix`` collection.
|
||||
|
||||
This changelog contains all changes to the modules and plugins
|
||||
|
||||
in this collection that have been added after the release of
|
||||
|
||||
``ansible.posix`` 1.5.1.'
|
||||
fragments:
|
||||
- 1.5.2.yml
|
||||
- 399_firewalld_create_remove_zone_when_offline.yml
|
||||
- 413-synchronize-seealso.yml
|
||||
- 417-add-protocol-parameter.yml
|
||||
- 419-fix-patch-doc.yml
|
||||
- 425-support_test-sanity-docker-devel.yml
|
||||
- 426-firewalld_info-doc-update.yml
|
||||
- 434-fix-rhel_facts-exit_json.yml
|
||||
- 535-add-jsonl-callback.yml
|
||||
release_date: '2023-04-07'
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Fixed a bug where firewalld module fails to create/remove zones when the daemon is stopped
|
||||
@@ -1,2 +0,0 @@
|
||||
trivial:
|
||||
- "synchronize - fix broken ``seealso`` module reference (https://github.com/ansible-collections/ansible.posix/pull/413)."
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- firewalld - add `protocol` parameter
|
||||
@@ -1,2 +0,0 @@
|
||||
trivial:
|
||||
- patch - fix format syntax and boolean values on document (https://github.com/ansible-collections/ansible.posix/pull/419).
|
||||
@@ -1,2 +0,0 @@
|
||||
trivial:
|
||||
- ansible.posix - removed unused module import from the code.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
|
||||
trivial:
|
||||
- firewalld_info - fixed typo in return value and improved examples in documentation
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- rhel_facts - Call exit_json with all keyword arguments
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- Add jsonl callback plugin to ansible.posix collection
|
||||
Reference in New Issue
Block a user