You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# CHANGELOG
2
2
3
+
## 0.3.0 (January 11, 2021)
4
+
5
+
Update `nginx` role to `0.19.1`, `nginx_config` role to `0.3.2`, and `nginx_app_protect` role to `0.4.2`. Check each role's respective CHANGELOG to see what's changed since the latest NGINX collection release.
6
+
3
7
## 0.2.0 (November 18, 2020)
4
8
5
9
Update `nginx` role to `0.18.1`, `nginx_config` role to `0.3.0`, and `nginx_app_protect` role to `0.4.1`. Check each role's respective CHANGELOG to see what's changed since the latest NGINX collection release.
|[nginxinc.nginx_app_protect](https://github.com/nginxinc/ansible-role-nginx-app-protect)|Install and configure NGINX App Protect|0.4.2|
21
21
22
22
## Requirements
23
23
@@ -37,7 +37,7 @@ You can also include the collection in a `requirements.yml` file and install it
37
37
---
38
38
collections:
39
39
- name: nginxinc.nginx_core
40
-
version: 0.2.0
40
+
version: 0.3.0
41
41
```
42
42
43
43
### Git
@@ -64,8 +64,18 @@ Currently, all the NGINX roles included in this collection (found in the [`roles
64
64
65
65
To update the roles included in this collection to their latest version, run `git submodule update --recursive --remote`.
66
66
67
+
## Other NGINX Ansible Collections and Roles
68
+
69
+
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).
70
+
71
+
You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://github.com/nginxinc/ansible-role-nginx-unit).
72
+
73
+
## License
74
+
75
+
[Apache License, Version 2.0](https://github.com/nginxinc/ansible-collection-nginx/blob/main/LICENSE)
0 commit comments