From e98d9a0756458be1ac710988498000973889075c Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Mon, 13 Jul 2026 10:14:46 +0900 Subject: [PATCH] Release 2.2.2 commit (#771) Signed-off-by: Hideki Saito --- CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 17 +++++++++++++++++ .../767_remove_unsupported_version_skip.yml | 4 ---- .../fragments/768_update_support_section.yml | 4 ---- galaxy.yml | 2 +- 5 files changed, 34 insertions(+), 9 deletions(-) delete mode 100644 changelogs/fragments/767_remove_unsupported_version_skip.yml delete mode 100644 changelogs/fragments/768_update_support_section.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6b49dd2..64e74e8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,22 @@ 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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 20b9259..946b3da 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -602,3 +602,20 @@ releases: - 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' diff --git a/changelogs/fragments/767_remove_unsupported_version_skip.yml b/changelogs/fragments/767_remove_unsupported_version_skip.yml deleted file mode 100644 index ba5bcaf..0000000 --- a/changelogs/fragments/767_remove_unsupported_version_skip.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -trivial: - - ansible-lint - Removed ``meta-runtime[unsupported-version]`` from the skip_list in ``.ansible-lint``. -... diff --git a/changelogs/fragments/768_update_support_section.yml b/changelogs/fragments/768_update_support_section.yml deleted file mode 100644 index bfd3b70..0000000 --- a/changelogs/fragments/768_update_support_section.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - README - Added ``Red Hat Automation Hub`` as correct contact information for Red Hat Ansible Automation Platform subscribers. -... diff --git a/galaxy.yml b/galaxy.yml index cf96546..72c8493 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: ansible name: posix -version: 2.2.1 +version: 2.2.2 readme: README.md authors: - Ansible (github.com/ansible)