Skip to content

Commit

Permalink
Merge pull request #574 from saito-hideki/stable-1_v1.6.1
Browse files Browse the repository at this point in the history
Release 1.6.1 commit

SUMMARY
Release 1.6.1 commit

#149
#463

ISSUE TYPE

Feature Pull Request

COMPONENT NAME

ansible.posix

ADDITIONAL INFORMATION
None
  • Loading branch information
softwarefactory-project-zuul[bot] authored Oct 11, 2024
2 parents 5717de0 + 6c3892c commit 3155944
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 3155944

Please sign in to comment.