From 4ac4603af5439a548a76fcefce732e78ac0ee9ec Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Thu, 2 Jul 2026 10:43:07 +0900 Subject: [PATCH] Release 2.2.1 commit (#765) 2.2.1 release Signed-off-by: Hideki Saito --- CHANGELOG.rst | 21 ++++++++++++++++ changelogs/changelog.yaml | 24 +++++++++++++++++++ changelogs/fragments/643-sysctl-docs.yml | 3 --- .../751_ci_test_container_update.yml | 3 --- .../755_ci_test_container_update.yml | 3 --- changelogs/fragments/759_cve_2026_11837.yml | 2 -- .../fragments/763_ci_azp_update_devel.yml | 3 --- changelogs/fragments/freebsd_sysctl.yml | 3 --- galaxy.yml | 2 +- 9 files changed, 46 insertions(+), 18 deletions(-) delete mode 100644 changelogs/fragments/643-sysctl-docs.yml delete mode 100644 changelogs/fragments/751_ci_test_container_update.yml delete mode 100644 changelogs/fragments/755_ci_test_container_update.yml delete mode 100644 changelogs/fragments/759_cve_2026_11837.yml delete mode 100644 changelogs/fragments/763_ci_azp_update_devel.yml delete mode 100644 changelogs/fragments/freebsd_sysctl.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6765eae..6b49dd2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,27 @@ ansible.posix Release Notes .. contents:: Topics +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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 73f5350..20b9259 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -578,3 +578,27 @@ 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' diff --git a/changelogs/fragments/643-sysctl-docs.yml b/changelogs/fragments/643-sysctl-docs.yml deleted file mode 100644 index 54ffa75..0000000 --- a/changelogs/fragments/643-sysctl-docs.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/751_ci_test_container_update.yml b/changelogs/fragments/751_ci_test_container_update.yml deleted file mode 100644 index 1552723..0000000 --- a/changelogs/fragments/751_ci_test_container_update.yml +++ /dev/null @@ -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. diff --git a/changelogs/fragments/755_ci_test_container_update.yml b/changelogs/fragments/755_ci_test_container_update.yml deleted file mode 100644 index 07c4cb3..0000000 --- a/changelogs/fragments/755_ci_test_container_update.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Replace AZP remote test FreeBSD-14.2 with 14.3 for Ansible Core 2.19. diff --git a/changelogs/fragments/759_cve_2026_11837.yml b/changelogs/fragments/759_cve_2026_11837.yml deleted file mode 100644 index 8ae96f1..0000000 --- a/changelogs/fragments/759_cve_2026_11837.yml +++ /dev/null @@ -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). diff --git a/changelogs/fragments/763_ci_azp_update_devel.yml b/changelogs/fragments/763_ci_azp_update_devel.yml deleted file mode 100644 index 1acdbd9..0000000 --- a/changelogs/fragments/763_ci_azp_update_devel.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Replace AZP remote test RHEL9.7 and RHEL10.1 with 9.8 and 10.2 for devel branch. diff --git a/changelogs/fragments/freebsd_sysctl.yml b/changelogs/fragments/freebsd_sysctl.yml deleted file mode 100644 index 1745b7f..0000000 --- a/changelogs/fragments/freebsd_sysctl.yml +++ /dev/null @@ -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). diff --git a/galaxy.yml b/galaxy.yml index d68504a..cf96546 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: ansible name: posix -version: 2.2.0 +version: 2.2.1 readme: README.md authors: - Ansible (github.com/ansible)