mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-25 00:44:46 +00:00
Compare commits
4 Commits
a4805b92b7
...
stable-2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e98d9a0756 | ||
|
|
73939ba8ff | ||
|
|
2504f532b8 | ||
|
|
4ac4603af5 |
@@ -4,7 +4,6 @@
|
||||
# SPDX-FileCopyrightText: 2024, Ansible Project
|
||||
|
||||
skip_list:
|
||||
- meta-runtime[unsupported-version] # This rule doesn't make any sense
|
||||
- fqcn[deep] # This rule produces false positives for files in tests/unit/plugins/action/fixtures/
|
||||
- sanity[cannot-ignore] # This rule is skipped to keep backward compatibility with Python 2
|
||||
|
||||
|
||||
@@ -4,6 +4,43 @@ ansible.posix Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v2.2.2
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
This is the minor release of the ``ansible.posix`` collection.
|
||||
This changelog contains all changes to the modules and plugins
|
||||
in the stable-2 branch that have been added after the release of
|
||||
``ansible.posix`` 2.2.1
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- README - Added ``Red Hat Automation Hub`` as correct contact information for Red Hat Ansible Automation Platform subscribers.
|
||||
|
||||
v2.2.1
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
This is the minor release of the ``ansible.posix`` collection.
|
||||
This changelog contains all changes to the modules and plugins
|
||||
in the stable-2 branch that have been added after the release of
|
||||
``ansible.posix`` 2.2.0
|
||||
|
||||
Security Fixes
|
||||
--------------
|
||||
|
||||
- authorized_key - fix local privilege escalation via symlink-following when running as root (https://github.com/ansible-collections/ansible.posix/issues/759).
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- sysctl - reload sysctl only if the sysctl file is ``/etc/sysctl.conf`` or ``/etc/sysctl.conf.local`` (https://github.com/ansible-collections/ansible.posix/issues/663).
|
||||
|
||||
v2.2.0
|
||||
======
|
||||
|
||||
|
||||
@@ -99,7 +99,8 @@ We welcome community contributions to this collection. For more details, see [Co
|
||||
|
||||
## Support
|
||||
|
||||
See [Communication](#Communication) section.
|
||||
* Community users can find help through the [Communication](#Communication) section.
|
||||
* Red Hat Ansible Automation Platform subscribers can request support through [Automation Hub](https://console.redhat.com/ansible/automation-hub/collections/published/ansible/posix/) by using the "Create issue" button on the collection page.
|
||||
|
||||
## Release Notes and Roadmap
|
||||
|
||||
|
||||
@@ -578,3 +578,44 @@ releases:
|
||||
- firewalld_info_warnings.yml
|
||||
- patch_removed.yml
|
||||
release_date: '2026-05-18'
|
||||
2.2.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- sysctl - reload sysctl only if the sysctl file is ``/etc/sysctl.conf`` or
|
||||
``/etc/sysctl.conf.local`` (https://github.com/ansible-collections/ansible.posix/issues/663).
|
||||
release_summary: 'This is the minor release of the ``ansible.posix`` collection.
|
||||
|
||||
This changelog contains all changes to the modules and plugins
|
||||
|
||||
in the stable-2 branch that have been added after the release of
|
||||
|
||||
``ansible.posix`` 2.2.0'
|
||||
security_fixes:
|
||||
- authorized_key - fix local privilege escalation via symlink-following when
|
||||
running as root (https://github.com/ansible-collections/ansible.posix/issues/759).
|
||||
fragments:
|
||||
- 2.2.1.yml
|
||||
- 643-sysctl-docs.yml
|
||||
- 751_ci_test_container_update.yml
|
||||
- 755_ci_test_container_update.yml
|
||||
- 759_cve_2026_11837.yml
|
||||
- 763_ci_azp_update_devel.yml
|
||||
- freebsd_sysctl.yml
|
||||
release_date: '2026-07-01'
|
||||
2.2.2:
|
||||
changes:
|
||||
bugfixes:
|
||||
- README - Added ``Red Hat Automation Hub`` as correct contact information for
|
||||
Red Hat Ansible Automation Platform subscribers.
|
||||
release_summary: 'This is the minor release of the ``ansible.posix`` collection.
|
||||
|
||||
This changelog contains all changes to the modules and plugins
|
||||
|
||||
in the stable-2 branch that have been added after the release of
|
||||
|
||||
``ansible.posix`` 2.2.1'
|
||||
fragments:
|
||||
- 2.2.2.yml
|
||||
- 767_remove_unsupported_version_skip.yml
|
||||
- 768_update_support_section.yml
|
||||
release_date: '2026-07-08'
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
trivial:
|
||||
- sysctl - added the attributes section to the module documentation to reflect check_mode support (https://github.com/ansible-collections/ansible.posix/issues/643).
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
trivial:
|
||||
- Update Azure Pipelines test container to 8.0.0 and use legacy container for ansible-core 2.16/2.17.
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
trivial:
|
||||
- Replace AZP remote test FreeBSD-14.2 with 14.3 for Ansible Core 2.19.
|
||||
@@ -1,2 +0,0 @@
|
||||
security_fixes:
|
||||
- authorized_key - fix local privilege escalation via symlink-following when running as root (https://github.com/ansible-collections/ansible.posix/issues/759).
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
trivial:
|
||||
- Replace AZP remote test RHEL9.7 and RHEL10.1 with 9.8 and 10.2 for devel branch.
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
bugfixes:
|
||||
- sysctl - reload sysctl only if the sysctl file is ``/etc/sysctl.conf`` or ``/etc/sysctl.conf.local`` (https://github.com/ansible-collections/ansible.posix/issues/663).
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
namespace: ansible
|
||||
name: posix
|
||||
version: 2.2.0
|
||||
version: 2.2.2
|
||||
readme: README.md
|
||||
authors:
|
||||
- Ansible (github.com/ansible)
|
||||
|
||||
Reference in New Issue
Block a user