From d792d39716f9d46c5691ca89190a868c4a46d6ef Mon Sep 17 00:00:00 2001 From: saito-hideki Date: Wed, 16 Jul 2025 14:29:10 +0900 Subject: [PATCH] Release 2.1.0 commit Signed-off-by: saito-hideki --- CHANGELOG.rst | 21 ++++++++++++++++++ changelogs/changelog.yaml | 22 +++++++++++++++++++ .../fragments/631_fixes_module_path.yml | 6 ----- changelogs/fragments/642_ci_add_rhel10.yml | 2 -- .../fragments/650-profile_tasks_roles.yml | 2 -- .../fragments/654_ci_bump_core_version.yml | 3 --- galaxy.yml | 2 +- 7 files changed, 44 insertions(+), 14 deletions(-) delete mode 100644 changelogs/fragments/631_fixes_module_path.yml delete mode 100644 changelogs/fragments/642_ci_add_rhel10.yml delete mode 100644 changelogs/fragments/650-profile_tasks_roles.yml delete mode 100644 changelogs/fragments/654_ci_bump_core_version.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 75def47..436655d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,27 @@ ansible.posix Release Notes .. contents:: Topics +v2.1.0 +====== + +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.0.0 + +Minor Changes +------------- + +- profile_tasks and profile_roles callback plugins - avoid deleted/deprecated callback functions, instead use modern interface that was introduced a longer time ago (https://github.com/ansible-collections/ansible.posix/issues/650). + +Bugfixes +-------- + +- ansible.posix.cgroup_perf_recap - fixes json module load path (https://github.com/ansible-collections/ansible.posix/issues/630). + v2.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2fbc83f..5517d06 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -490,3 +490,25 @@ releases: - 597_remove_fstab_comment_on_updating.yml - 598_icmp_block_inversion.yml release_date: '2024-12-04' + 2.1.0: + changes: + bugfixes: + - ansible.posix.cgroup_perf_recap - fixes json module load path (https://github.com/ansible-collections/ansible.posix/issues/630). + minor_changes: + - profile_tasks and profile_roles callback plugins - avoid deleted/deprecated + callback functions, instead use modern interface that was introduced a longer + time ago (https://github.com/ansible-collections/ansible.posix/issues/650). + 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.0.0' + fragments: + - 2.1.0.yml + - 631_fixes_module_path.yml + - 642_ci_add_rhel10.yml + - 650-profile_tasks_roles.yml + - 654_ci_bump_core_version.yml + release_date: '2025-07-16' diff --git a/changelogs/fragments/631_fixes_module_path.yml b/changelogs/fragments/631_fixes_module_path.yml deleted file mode 100644 index 7aad317..0000000 --- a/changelogs/fragments/631_fixes_module_path.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -bugfixes: - - ansible.posix.cgroup_perf_recap - fixes json module load path (https://github.com/ansible-collections/ansible.posix/issues/630). -trivial: - - ansible.posix.seboolean - remove unnecessary condition from seboolean integration tests (https://github.com/ansible-collections/ansible.posix/issues/630). - - ansible.posix.selinux - optimize conditions for selinux integration tests (https://github.com/ansible-collections/ansible.posix/issues/630). diff --git a/changelogs/fragments/642_ci_add_rhel10.yml b/changelogs/fragments/642_ci_add_rhel10.yml deleted file mode 100644 index 759ba31..0000000 --- a/changelogs/fragments/642_ci_add_rhel10.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: - - Add Red Hat Enterprise Linux 10.0 to the CI matrix (https://github.com/ansible-collections/ansible.posix/issues/642). diff --git a/changelogs/fragments/650-profile_tasks_roles.yml b/changelogs/fragments/650-profile_tasks_roles.yml deleted file mode 100644 index d8664b8..0000000 --- a/changelogs/fragments/650-profile_tasks_roles.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "profile_tasks and profile_roles callback plugins - avoid deleted/deprecated callback functions, instead use modern interface that was introduced a longer time ago (https://github.com/ansible-collections/ansible.posix/issues/650)." diff --git a/changelogs/fragments/654_ci_bump_core_version.yml b/changelogs/fragments/654_ci_bump_core_version.yml deleted file mode 100644 index d738204..0000000 --- a/changelogs/fragments/654_ci_bump_core_version.yml +++ /dev/null @@ -1,3 +0,0 @@ -~-- -trivial: - - Bump ansible-core version to 2.20 of devel branch and add 2.19 to CI diff --git a/galaxy.yml b/galaxy.yml index 01e619c..64e48d8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: ansible name: posix -version: 2.0.0 +version: 2.1.0 readme: README.md authors: - Ansible (github.com/ansible)