Skip to content

Commit

Permalink
Release 1.6.1 commit
Browse files Browse the repository at this point in the history
Signed-off-by: Hideki Saito <[email protected]>
  • Loading branch information
saito-hideki committed Oct 11, 2024
1 parent 5717de0 commit 6c3892c
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 21 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ ansible.posix Release Notes

.. contents:: Topics

v1.6.1
======

Release Summary
---------------

This is the bugfix release of the stable version ``ansible.posix`` collection.
This changelog contains all changes to the modules and plugins
in this collection that have been added after the release of
``ansible.posix`` 1.6.1.

Bugfixes
--------

- acl - Fixed to set ACLs on paths mounted with NFS version 4 correctly (https://github.com/ansible-collections/ansible.posix/issues/240).
- mount - Handle ``boot`` option on Linux, NetBSD and OpenBSD correctly (https://github.com/ansible-collections/ansible.posix/issues/364).
- skippy - Revert removal of skippy plugin. It will be removed in version 2.0.0 (https://github.com/ansible-collections/ansible.posix/issues/573).

v1.6.0
======
Expand Down
24 changes: 24 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,27 @@ releases:
- dropping-ansible29.yml
- test-reqs.yml
release_date: '2024-09-11'
1.6.1:
changes:
bugfixes:
- acl - Fixed to set ACLs on paths mounted with NFS version 4 correctly (https://github.com/ansible-collections/ansible.posix/issues/240).
- mount - Handle ``boot`` option on Linux, NetBSD and OpenBSD correctly (https://github.com/ansible-collections/ansible.posix/issues/364).
- skippy - Revert removal of skippy plugin. It will be removed in version 2.0.0
(https://github.com/ansible-collections/ansible.posix/issues/573).
release_summary: 'This is the bugfix release of the stable version ``ansible.posix``
collection.
This changelog contains all changes to the modules and plugins
in this collection that have been added after the release of
``ansible.posix`` 1.6.1.'
fragments:
- 1.6.1.yml
- 365-boot-linux.yml
- 566_bump_version_161.yml
- 567_remove_version_added.yml
- 570_nfs4_acl.yml
- 571_ci_bump_core_version.yml
- 572_revert_removal_of_skippy.yml
release_date: '2024-10-11'
3 changes: 0 additions & 3 deletions changelogs/fragments/365-boot-linux.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/566_bump_version_161.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/567_remove_version_added.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/570_nfs4_acl.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/571_ci_bump_core_version.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/572_revert_removal_of_skippy.yml

This file was deleted.

0 comments on commit 6c3892c

Please sign in to comment.