Release 1.4.0 commit

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2022-05-23 16:37:36 +09:00
parent 00a22a525c
commit ab3bf45c6c
30 changed files with 114 additions and 70 deletions

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- mount - add a newline at the end of line in ``fstab`` (https://github.com/ansible-collections/ansible.posix/issues/210).

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- firewalld - Correct usage of queryForwardPort (https://github.com/ansible-collections/ansible.posix/issues/247).

View File

@@ -1,5 +0,0 @@
---
minor_changes:
- firewalld - Show warning message that variable type of ``masquerade`` and
``icmp_block_inversion`` will be changed from ``str`` to ``boolean``
in the future release (https://github.com/ansible-collections/ansible.posix/pull/254).

View File

@@ -1,3 +0,0 @@
---
trivial:
- authorized_keys - add an example involving ``url`` lookup plugin (https://github.com/ansible-collections/ansible.posix/pull/260).

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- profile_tasks - Correctly calculate task execution time with serial execution (https://github.com/ansible-collections/ansible.posix/issues/83).

View File

@@ -1,3 +0,0 @@
---
trivial:
- Copy ignore-2.12.txt to ignore-2.13.txt.

View File

@@ -1,3 +0,0 @@
---
trivial:
- Fix integration tests of synchronize and sysctl to address chaging behavior on devel branch (https://github.com/ansible-collections/overview/issues/45).

View File

@@ -1,3 +0,0 @@
---
trivial:
- Fix unit tests of synchronize action plugin to use yaml.safe_load().

View File

@@ -1,3 +0,0 @@
---
trivial:
- firewalld - add python-firewall to requirements (https://github.com/ansible-collections/ansible.posix/issues/286).

View File

@@ -1,3 +0,0 @@
---
trivial:
- mount - remove deprecated option from nfs example

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- firewalld - Refine the handling of exclusive options (https://github.com/ansible-collections/ansible.posix/issues/255).

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- seboolean - add ``python3-libsemanage`` package dependency for RHEL8+ systems.

View File

@@ -1,3 +0,0 @@
---
trivial:
- CI tests - fix exit code to address shellckeck test issue (https://github.com/ansible-collections/ansible.posix/issues/301).

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- Use vendored version of ``distutils.version`` instead of the deprecated Python standard library to address PEP 632 (https://github.com/ansible-collections/ansible.posix/issues/303).

View File

@@ -1,3 +0,0 @@
---
trivial:
- CI tests - create ignore file for 2.14.0.dev0 (https://github.com/ansible-collections/ansible.posix/issues/345).

View File

@@ -1,3 +0,0 @@
---
trivial:
- CI tests - add CI tests against stable-2.13 (https://github.com/ansible-collections/ansible.posix/issues/345).

View File

@@ -1,3 +0,0 @@
---
trivial:
- CI tests - following the new sanity check guideline (https://github.com/ansible-collections/ansible.posix/issues/348).

View File

@@ -1,3 +0,0 @@
---
trivial:
- CI tests - added check_mode attribute to TaskMock class for synchronize plugin unit test (https://github.com/ansible-collections/ansible.posix/issues/352).

View File

@@ -1,2 +0,0 @@
minor_changes:
- selinux - optionally update kernel boot params when disabling/re-enabling SELinux (https://github.com/ansible-collections/ansible.posix/pull/142).

View File

@@ -1,2 +0,0 @@
bugfixes:
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.

View File

@@ -1,3 +0,0 @@
---
trivial:
- sanity fixes for pylint test.

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- Fix for whitespace in source full path causing error ```code 23) at main.c(1330) [sender=3.2.3]``` (https://github.com/ansible-collections/ansible.posix/pull/278)