Skip to content

Commit 96d0e83

Browse files
authored
Remove deprecation warning for split up NGINX Config/Unit roles (#432)
1 parent 89c61f0 commit 96d0e83

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.21.0 (Unreleased)
44

5+
BREAKING CHANGES:
6+
7+
Remove the deprecation warning in the README detailing the advent of the [NGINX Core Ansible collection](https://github.com/nginxinc/ansible-collection-nginx) and the subsequent splitting from this role of the [Ansible NGINX Config role](https://github.com/nginxinc/ansible-role-nginx-config) and the [Ansible NGINX Unit role](https://github.com/nginxinc/ansible-role-nginx-unit).
8+
59
FEATURES:
610

711
* Add a `nginx_manage_repo` feature flag which allows disabling NGINX repo management by this role.
@@ -19,7 +23,7 @@ ENHANCEMENTS:
1923
* Replace Ansible base with Ansible core. Ansible core will be the "core" Ansible release moving forward from Ansible `2.11`.
2024
* Update GitHub actions to add a workflow dispatch option.
2125
* Replace "yes"/"no" boolean values with "true"/"false" to comply with YAML spec `1.2`.
22-
* Update the Ansible `community.general` collection to `3.2.0` and `community.docker` collection to `1.7.0`.
26+
* Bump the Ansible `community.general` collection to `3.2.0` and `community.docker` collection to `1.7.0`.
2327

2428
BUG FIXES:
2529

@@ -37,6 +41,8 @@ FEATURES:
3741
version: 3.0.0
3842
- name: ansible.posix
3943
version: 1.2.0
44+
- name: community.docker # This collection is only used as part of the Molecule testing suite
45+
version: 1.5.0
4046
```
4147
* Explicitly list Jinja2 `2.11.3` as a requirement, as well as detail the minimum supported version (`2.11.x`).
4248
* Add support for Dependabot.

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ This role installs NGINX Open Source, NGINX Plus, or the NGINX Amplify agent on
1010

1111
**Note:** This role is still in active development. There may be unidentified issues and the role variables may change as development continues.
1212

13-
**Deprecation Warnings:**
14-
15-
With the advent of Ansible collections and the release of the [NGINX Core Ansible collection](https://github.com/nginxinc/ansible-collection-nginx), the decision has been made to split this role into three smaller roles and reduce the overhead of this role:
16-
* The NGINX Ansible role will keep working as is and be used to install and setup NGINX.
17-
* **The NGINX configuration functionalities included in this role have been removed as of release 0.19.0.** There now is a separate role to manage and create NGINX configurations available [here](https://github.com/nginxinc/ansible-role-nginx-config). Any new issues or PRs related to configuring NGINX should be submitted in the new NGINX configuration Ansible role repository. New issues or PRs related to configuring NGINX submitted in this repository will not be worked on. This disclaimer will be removed in the upcoming `0.21.0` release at some stage after July 2021.
18-
* **The NGINX Unit functionalities included in this role have been removed as of release 0.18.0.** There now is a separate role to install NGINX Unit available [here](https://github.com/nginxinc/ansible-role-nginx-unit). Any new issues or PRs related to NGINX Unit should be submitted in the new NGINX Unit Ansible role repository. New issues or PRs related to NGINX Unit submitted in this repository will not be worked on. This disclaimer will be removed in the upcoming `0.21.0` release at some stage after July 2021.
19-
2013
## Requirements
2114

2215
### Ansible

0 commit comments

Comments
 (0)