Skip to content

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Miller <admiller@redhat.com>
  • Loading branch information
maxamillion committed May 10, 2023
1 parent ae0380d commit 3bbf2e3
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 26 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ ansible.posix Release Notes
.. contents:: Topics


v1.5.4
======

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

- json and jsonl - Add the ``ANSIBLE_JSON_INDENT`` parameter
- json and jsonl - Add the ``path`` attribute into the play and task output

Bugfixes
--------

- Fix sysctl integration test failing on newer versions of core. Previously NoneType was allowable, now it fails to convert to a str type.
- Support new sanity test for the ansible-core devel branch CI test (https://github.com/ansible-collections/ansible.posix/issues/446).
- firewall - Fix issue where adding an interface to a zone would fail when the daemon is offline
- firewall - Fix issue where opening a specific port resulted in opening the whole protocol of the specified port
- firewalld - Consider value of masquerade and icmp_block_inversion parameters when a boolean like value is passed

v1.5.2
======

Expand Down
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,29 @@ releases:
- 434-fix-rhel_facts-exit_json.yml
- 535-add-jsonl-callback.yml
release_date: '2023-04-07'
1.5.4:
changes:
bugfixes:
- Fix sysctl integration test failing on newer versions of core. Previously
NoneType was allowable, now it fails to convert to a str type.
- Support new sanity test for the ansible-core devel branch CI test (https://github.com/ansible-collections/ansible.posix/issues/446).
- firewall - Fix issue where adding an interface to a zone would fail when the
daemon is offline
- firewall - Fix issue where opening a specific port resulted in opening the
whole protocol of the specified port
- firewalld - Consider value of masquerade and icmp_block_inversion parameters
when a boolean like value is passed
minor_changes:
- json and jsonl - Add the ``ANSIBLE_JSON_INDENT`` parameter
- json and jsonl - Add the ``path`` attribute into the play and task output
fragments:
- 343-fix-profile_tasks-callback-documentation.yml
- 402_firewall_fix_offline_interface_add.yml
- 404_firewalld_masquerade_icmp_block_inversion_bugfixes.yml
- 440-json-add-path-field.yaml
- 441-json-add-indent-parameter.yaml
- 445_ci_support_stable-215.yml
- 448_support_new_sanity_test.yml
- 451_firewall_fix_protocol_parameter.yml
- 456_sysctl_fix_nonetype.yml
release_date: '2023-05-10'

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/440-json-add-path-field.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/441-json-add-indent-parameter.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/445_ci_support_stable-215.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: ansible
name: posix
version: 1.5.3
version: 1.5.4
readme: README.md
authors:
- Ansible (github.com/ansible)
Expand Down

0 comments on commit 3bbf2e3

Please sign in to comment.