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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# CHANGELOG
2
2
3
-
## 0.1.4 (Unreleased)
3
+
## 0.2.0 (November 18, 2020)
4
4
5
-
Add survey to README.
5
+
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.
6
6
7
7
## 0.1.3 (September 24, 2020)
8
8
@@ -18,4 +18,4 @@ Add example playbooks covering a wide range of use cases.
18
18
19
19
## 0.1.0 (September 23, 2020)
20
20
21
-
Initial release of the Ansible NGINX collection.
21
+
Initial release of the Ansible NGINX collection. It includes version `0.17.1` of the `nginx` role, version `0.2.0` of the `nginx_config` role, and version `0.3.1` of the `nginx_app_protect` role.
|[nginxinc.nginx_app_protect](https://github.com/nginxinc/ansible-role-nginx-app-protect)|Install and configure NGINX App Protect|0.4.1|
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.1.3
40
+
version: 0.2.0
41
41
```
42
42
43
43
### Git
@@ -62,11 +62,7 @@ Sample playbooks for each use case covered by this collection can be found in th
62
62
63
63
Currently, all the NGINX roles included in this collection (found in the [`roles/`](https://github.com/nginxinc/ansible-collection-nginx/blob/main/roles/) folder) are Git submodules, and work on the roles themselves should take place in the corresponding upstream role repository.
64
64
65
-
To update the roles included in this collection to their latest version, run:
66
-
67
-
```
68
-
git submodule update --recursive --remote
69
-
```
65
+
To update the roles included in this collection to their latest version, run `git submodule update --recursive --remote`.
0 commit comments