You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #600 from saito-hideki/release_2.0.0
Release 2.0.0 commit
SUMMARY
Release 2.0.0 commit
Release Plan #149
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
ansible.posix
ADDITIONAL INFORMATION
This will be merged on 5 December if there are no problems
Reviewed-by: Adam Miller <admiller@redhat.com>
Reviewed-by: Andrew Klychkov <aklychko@redhat.com>
Copy file name to clipboardexpand all lines: CHANGELOG.rst
+68
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,74 @@ ansible.posix Release Notes
4
4
5
5
.. contents:: Topics
6
6
7
+
v2.0.0
8
+
======
9
+
10
+
Release Summary
11
+
---------------
12
+
13
+
This is the major release of the ``ansible.posix`` collection.
14
+
This changelog contains all changes to the modules and plugins
15
+
in this collection that have been added after the release of
16
+
``ansible.posix`` 1.6.2
17
+
18
+
Minor Changes
19
+
-------------
20
+
21
+
- authorized_keys - allow using absolute path to a file as a SSH key(s) source (https://github.com/ansible-collections/ansible.posix/pull/568)
22
+
- callback plugins - Add recap information to timer, profile_roles and profile_tasks callback outputs (https://github.com/ansible-collections/ansible.posix/pull/387).
23
+
24
+
Breaking Changes / Porting Guide
25
+
--------------------------------
26
+
27
+
- firewalld - Changed the type of forward and masquerade options from str to bool (https://github.com/ansible-collections/ansible.posix/issues/582).
28
+
- firewalld - Changed the type of icmp_block_inversion option from str to bool (https://github.com/ansible-collections/ansible.posix/issues/586).
29
+
30
+
Removed Features (previously deprecated)
31
+
----------------------------------------
32
+
33
+
- skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350).
34
+
35
+
Bugfixes
36
+
--------
37
+
38
+
- acl - Fixed to set ACLs on paths mounted with NFS version 4 correctly (https://github.com/ansible-collections/ansible.posix/issues/240).
39
+
- mount - Handle ``boot`` option on Linux, NetBSD and OpenBSD correctly (https://github.com/ansible-collections/ansible.posix/issues/364).
40
+
- mount - If a comment is appended to a fstab entry, state present creates a double-entry (https://github.com/ansible-collections/ansible.posix/issues/595).
41
+
42
+
v1.6.2
43
+
======
44
+
45
+
Release Summary
46
+
---------------
47
+
48
+
This is the bugfix release of the stable version ``ansible.posix`` collection.
49
+
This changelog contains all changes to the modules and plugins
50
+
in this collection that have been added after the release of
51
+
``ansible.posix`` 1.6.1.
52
+
53
+
Bugfixes
54
+
--------
55
+
56
+
- backport - Drop ansible-core 2.14 and set 2.15 minimum version (https://github.com/ansible-collections/ansible.posix/issues/578).
57
+
58
+
v1.6.1
59
+
======
60
+
61
+
Release Summary
62
+
---------------
63
+
64
+
This is the bugfix release of the stable version ``ansible.posix`` collection.
65
+
This changelog contains all changes to the modules and plugins
66
+
in this collection that have been added after the release of
67
+
``ansible.posix`` 1.6.1.
68
+
69
+
Bugfixes
70
+
--------
71
+
72
+
- acl - Fixed to set ACLs on paths mounted with NFS version 4 correctly (https://github.com/ansible-collections/ansible.posix/issues/240).
73
+
- mount - Handle ``boot`` option on Linux, NetBSD and OpenBSD correctly (https://github.com/ansible-collections/ansible.posix/issues/364).
74
+
- skippy - Revert removal of skippy plugin. It will be removed in version 2.0.0 (https://github.com/ansible-collections/ansible.posix/issues/573).
0 commit comments