Skip to content

Commit f48515a

Browse files
Merge pull request #458 from maxamillion/release-prep/1.5.4
Release 1.5.4 SUMMARY Release 1.5.4
2 parents ae0380d + 3bbf2e3 commit f48515a

12 files changed

+45
-26
lines changed

CHANGELOG.rst

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ ansible.posix Release Notes
55
.. contents:: Topics
66

77

8+
v1.5.4
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- json and jsonl - Add the ``ANSIBLE_JSON_INDENT`` parameter
15+
- json and jsonl - Add the ``path`` attribute into the play and task output
16+
17+
Bugfixes
18+
--------
19+
20+
- Fix sysctl integration test failing on newer versions of core. Previously NoneType was allowable, now it fails to convert to a str type.
21+
- Support new sanity test for the ansible-core devel branch CI test (https://github.com/ansible-collections/ansible.posix/issues/446).
22+
- firewall - Fix issue where adding an interface to a zone would fail when the daemon is offline
23+
- firewall - Fix issue where opening a specific port resulted in opening the whole protocol of the specified port
24+
- firewalld - Consider value of masquerade and icmp_block_inversion parameters when a boolean like value is passed
25+
826
v1.5.2
927
======
1028

changelogs/changelog.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,29 @@ releases:
321321
- 434-fix-rhel_facts-exit_json.yml
322322
- 535-add-jsonl-callback.yml
323323
release_date: '2023-04-07'
324+
1.5.4:
325+
changes:
326+
bugfixes:
327+
- Fix sysctl integration test failing on newer versions of core. Previously
328+
NoneType was allowable, now it fails to convert to a str type.
329+
- Support new sanity test for the ansible-core devel branch CI test (https://github.com/ansible-collections/ansible.posix/issues/446).
330+
- firewall - Fix issue where adding an interface to a zone would fail when the
331+
daemon is offline
332+
- firewall - Fix issue where opening a specific port resulted in opening the
333+
whole protocol of the specified port
334+
- firewalld - Consider value of masquerade and icmp_block_inversion parameters
335+
when a boolean like value is passed
336+
minor_changes:
337+
- json and jsonl - Add the ``ANSIBLE_JSON_INDENT`` parameter
338+
- json and jsonl - Add the ``path`` attribute into the play and task output
339+
fragments:
340+
- 343-fix-profile_tasks-callback-documentation.yml
341+
- 402_firewall_fix_offline_interface_add.yml
342+
- 404_firewalld_masquerade_icmp_block_inversion_bugfixes.yml
343+
- 440-json-add-path-field.yaml
344+
- 441-json-add-indent-parameter.yaml
345+
- 445_ci_support_stable-215.yml
346+
- 448_support_new_sanity_test.yml
347+
- 451_firewall_fix_protocol_parameter.yml
348+
- 456_sysctl_fix_nonetype.yml
349+
release_date: '2023-05-10'

changelogs/fragments/343-fix-profile_tasks-callback-documentation.yml

-3
This file was deleted.

changelogs/fragments/402_firewall_fix_offline_interface_add.yml

-3
This file was deleted.

changelogs/fragments/404_firewalld_masquerade_icmp_block_inversion_bugfixes.yml

-3
This file was deleted.

changelogs/fragments/440-json-add-path-field.yaml

-2
This file was deleted.

changelogs/fragments/441-json-add-indent-parameter.yaml

-2
This file was deleted.

changelogs/fragments/445_ci_support_stable-215.yml

-3
This file was deleted.

changelogs/fragments/448_support_new_sanity_test.yml

-3
This file was deleted.

changelogs/fragments/451_firewall_fix_protocol_parameter.yml

-3
This file was deleted.

changelogs/fragments/456_sysctl_fix_nonetype.yml

-3
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: ansible
22
name: posix
3-
version: 1.5.3
3+
version: 1.5.4
44
readme: README.md
55
authors:
66
- Ansible (github.com/ansible)

0 commit comments

Comments
 (0)