From dd2782d81c76ba6bd5dcc51e6dee37bf75153dbb Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Mon, 2 Aug 2021 08:29:49 +0900 Subject: [PATCH] Update README.md with ansible versions and release notes * Update ansible-core versions in the Tested with ansible section. * Change the Release notes section to use CHANGELOG.rst link. Signed-off-by: Hideki Saito --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 73d8a05..db8e3ac 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://dev.azure.com/ansible/ansible.posix/_apis/build/status/CI?branchName=mai An Ansible Collection of modules and plugins that target POSIX UNIX/Linux and derivative Operating Systems. - + ## Supported Versions of Ansible ## Ansible version compatibility @@ -75,9 +75,7 @@ This collection follows the Ansible project's Please read and familiarize yourself with this document. ## Release notes - -* 0.1.1 Initial stable build -* 0.1.0 Internal only build +See [changelog](https://github.com/ansible-collections/ansible.posix/blob/main/CHANGELOG.rst) for more details. ## External requirements @@ -87,9 +85,10 @@ None -* ansible-base 2.11 (devel) -* ansible-base 2.10 (Beta) -* ansible-base 2.9 (stable) +* ansible-core 2.12 (devel) +* ansible-core 2.11 (stable) +* ansible-base 2.10 (stable) +* ansible 2.9 (stable) ## Roadmap