mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Compare commits
No commits in common. "f48515aad3f253fd7f8a2830b42b0bd0fa6cd727" and "ae0380d671c45c4463ecbec980458a689812a27a" have entirely different histories.
f48515aad3
...
ae0380d671
12 changed files with 26 additions and 45 deletions
|
|
@ -5,24 +5,6 @@ ansible.posix Release Notes
|
||||||
.. contents:: Topics
|
.. 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
|
v1.5.2
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -321,29 +321,3 @@ releases:
|
||||||
- 434-fix-rhel_facts-exit_json.yml
|
- 434-fix-rhel_facts-exit_json.yml
|
||||||
- 535-add-jsonl-callback.yml
|
- 535-add-jsonl-callback.yml
|
||||||
release_date: '2023-04-07'
|
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'
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
trivial:
|
||||||
|
- fix profile_tasks callback documentation by using correct markup
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- firewall - Fix issue where adding an interface to a zone would fail when the daemon is offline
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- firewalld - Consider value of masquerade and icmp_block_inversion parameters when a boolean like value is passed
|
||||||
2
changelogs/fragments/440-json-add-path-field.yaml
Normal file
2
changelogs/fragments/440-json-add-path-field.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- json and jsonl - Add the ``path`` attribute into the play and task output
|
||||||
2
changelogs/fragments/441-json-add-indent-parameter.yaml
Normal file
2
changelogs/fragments/441-json-add-indent-parameter.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- json and jsonl - Add the ``ANSIBLE_JSON_INDENT`` parameter
|
||||||
3
changelogs/fragments/445_ci_support_stable-215.yml
Normal file
3
changelogs/fragments/445_ci_support_stable-215.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
trivial:
|
||||||
|
- CI - update AZP to support stable-2.15 branch (https://github.com/ansible-collections/ansible.posix/issues/444).
|
||||||
3
changelogs/fragments/448_support_new_sanity_test.yml
Normal file
3
changelogs/fragments/448_support_new_sanity_test.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- Support new sanity test for the ansible-core devel branch CI test (https://github.com/ansible-collections/ansible.posix/issues/446).
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- firewall - Fix issue where opening a specific port resulted in opening the whole protocol of the specified port
|
||||||
3
changelogs/fragments/456_sysctl_fix_nonetype.yml
Normal file
3
changelogs/fragments/456_sysctl_fix_nonetype.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
bugfixes:
|
||||||
|
- "Fix sysctl integration test failing on newer versions of core. Previously NoneType was allowable, now it fails to convert to a str type."
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: ansible
|
namespace: ansible
|
||||||
name: posix
|
name: posix
|
||||||
version: 1.5.4
|
version: 1.5.3
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible (github.com/ansible)
|
- Ansible (github.com/ansible)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue