From 285b7454895cf8145cb0559b51e42e74b63a18d5 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Wed, 28 Sep 2022 13:39:49 +0200 Subject: [PATCH] Prepare 0.23.2 release --- CHANGELOG.md | 2 +- README.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af4db98b..cfce888eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.23.2 (Unreleased) +## 0.23.2 (September 28, 2022) FEATURES: diff --git a/README.md b/README.md index 0d7847176..29f65b88b 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,10 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG ```yaml --- collections: - - name: community.general - version: 5.5.0 - name: ansible.posix version: 1.4.0 + - name: community.general + version: 5.5.0 - name: community.crypto # Only required if you plan to install NGINX Plus version: 2.5.0 - name: community.docker # Only required if you plan to use Molecule (see below) @@ -196,8 +196,6 @@ You can find the Ansible NGINX configuration role to configure NGINX [here](http You can find the Ansible NGINX App Protect role to install and configure NGINX App Protect WAF and NGINX App Protect DoS [here](https://github.com/nginxinc/ansible-role-nginx-app-protect). -You can find the Ansible NGINX Controller collection of roles to install and configure NGINX Controller [here](https://github.com/nginxinc/ansible-collection-nginx_controller). - You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://github.com/nginxinc/ansible-role-nginx-unit). ## License