Compare commits

..

No commits in common. "31376a3ee6bda4ff735ce43bf76e808a6593873f" and "3fcaa30290759266e42bec75da034d1bbb5729f0" have entirely different histories.

4 changed files with 6 additions and 33 deletions

View file

@ -4,22 +4,6 @@ ansible.posix Release Notes
.. contents:: Topics .. contents:: Topics
v1.6.2
======
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
--------
- backport - Drop ansible-core 2.14 and set 2.15 minimum version (https://github.com/ansible-collections/ansible.posix/issues/578).
v1.6.1 v1.6.1
====== ======

View file

@ -429,19 +429,3 @@ releases:
- 571_ci_bump_core_version.yml - 571_ci_bump_core_version.yml
- 572_revert_removal_of_skippy.yml - 572_revert_removal_of_skippy.yml
release_date: '2024-10-11' release_date: '2024-10-11'
1.6.2:
changes:
bugfixes:
- backport - Drop ansible-core 2.14 and set 2.15 minimum version (https://github.com/ansible-collections/ansible.posix/issues/578).
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.2.yml
- 580_drop_ansible214.yml
release_date: '2024-10-22'

View file

@ -0,0 +1,5 @@
---
bugfixes:
- backport - Drop ansible-core 2.14 and set 2.15 minimum version (https://github.com/ansible-collections/ansible.posix/issues/578).
trivial:
- selinux - conditions for selinux integration tests have been modified to be more accurate.

View file

@ -1,7 +1,7 @@
--- ---
namespace: ansible namespace: ansible
name: posix name: posix
version: 1.6.2 version: 1.6.1
readme: README.md readme: README.md
authors: authors:
- Ansible (github.com/ansible) - Ansible (github.com/ansible)