diff --git a/.github/workflows/requirements/requirements_collections.yml b/.github/workflows/requirements/requirements_collections.yml index c6f587494..632e0ab7a 100644 --- a/.github/workflows/requirements/requirements_collections.yml +++ b/.github/workflows/requirements/requirements_collections.yml @@ -3,8 +3,8 @@ collections: - name: ansible.posix version: 1.5.4 - name: community.general - version: 9.0.1 + version: 9.2.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.20.0 + version: 2.21.1 - name: community.docker # Only required if you plan to use Molecule - version: 3.10.3 + version: 3.11.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 634981d93..40c242b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ FEATURES: - Add support for installing NGINX Open Source on Alpine Linux 3.20. - Add support for installing NGINX Agent on Ubuntu noble. +- Bump the Ansible `community.general` collection to `9.2.0`, `community.crypto` collection to `2.21.1` and `community.docker` collection to `3.11.0`. DOCUMENTATION: diff --git a/README.md b/README.md index 0e07bd5c7..735e1cd10 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,11 @@ This will also ensure you are deploying/running this role with a fully tested ve - name: ansible.posix version: 1.5.4 - name: community.general - version: 9.0.1 + version: 9.2.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.20.0 + version: 2.21.1 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 3.10.3 + version: 3.11.0 ``` - You will need to run this role as a root user using Ansible's `become` parameter. Make sure you have set up the appropriate permissions on your target hosts.