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: .github/pull_request_template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,5 @@ Describe the use case and detail of the change. If this PR addresses an issue on
6
6
7
7
Before creating a PR, run through this checklist and mark each as complete.
8
8
9
-
-[ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/ansible-collection-nginx/blob/main/CONTRIBUTING.md) document
10
-
-[ ] I have updated any relevant documentation (`README.md` and `CHANGELOG.md`)
9
+
-[ ] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/ansible-collection-nginx/blob/main/CONTRIBUTING.md) document
10
+
-[ ] I have updated any relevant documentation ([`README`](https://github.com/nginxinc/ansible-collection-nginx/blob/main/README.md) and [`CHANGELOG`](https://github.com/nginxinc/ansible-collection-nginx/blob/main/CHANGELOG.md))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# CHANGELOG
2
2
3
+
## 0.6.0 (April 7, 2022)
4
+
5
+
Update `nginx` role to `0.23.1`, `nginx_config` role to `0.5.1`, and `nginx_app_protect` role to `0.8.0`. Check each role's respective CHANGELOG to see what's changed since the latest NGINX collection release:
Update `nginx` role to `0.23.0`, `nginx_config` role to `0.5.0`, and `nginx_app_protect` role to `0.7.1`. Check each role's respective CHANGELOG to see what's changed since the latest NGINX collection release:
Update `nginx` role to `0.21.3`, `nginx_config` role to `0.4.2`, and `nginx_app_protect` role to `0.7.0`. Check each role's respective CHANGELOG to see what's changed since the latest NGINX collection release:
* The NGINX Ansible collection is written in `yaml` and supports NGINX Open Source, NGINX Plus and NGINX App Protect.
31
31
* The project follows the standard [Ansible collection directory structure](https://docs.ansible.com/ansible/latest/dev_guide/developing_collections.html):
32
-
* The main code is found at `roles/` (do note that all roles are Git submodules).
33
-
* Sample playbooks and instructions can be found at `docs/`.
32
+
* The main code is found in [`roles/`](https://github.com/nginxinc/ansible-collection-nginx/blob/main/roles/) directory (do note that all roles are Git submodules).
33
+
* Sample playbooks and instructions can be found in the [`playbooks/`](https://github.com/nginxinc/ansible-collection-nginx/blob/main/playbooks/) directory.
34
34
35
35
## Contributing
36
36
@@ -44,7 +44,7 @@ To suggest an enhancement, please create an issue on GitHub with the label `enha
44
44
45
45
### Open a Pull Request
46
46
47
-
* Fork the repo, create a branch, submit a PR when your changes are **tested** and ready for review.
47
+
* Fork the repo, create a branch, implement your changes, submit a PR when your changes are **tested** and ready for review.
48
48
* Fill in [our pull request template](https://github.com/nginxinc/ansible-collection-nginx/blob/main/.github/PULL_REQUEST_TEMPLATE.md).
49
49
50
50
Note: if you'd like to implement a new feature, please consider creating a feature request issue first to start a discussion about the feature.
@@ -53,8 +53,8 @@ Note: if you'd like to implement a new feature, please consider creating a featu
53
53
54
54
### Ansible Guidelines
55
55
56
-
* Run `molecule lint`over your code to automatically resolve a lot of `yaml` and Ansible style issues.
57
-
* Run `molecule test --all`on your code to catch any other issues.
56
+
* Run `molecule lint`in each role directory to automatically resolve a lot of `yaml` and Ansible style issues.
57
+
* Run `molecule test --all`in each role directory to catch any other issues.
58
58
* Follow these guides on some good practices for Ansible:
|[nginxinc.nginx_app_protect](https://github.com/nginxinc/ansible-role-nginx-app-protect)| Install and configure NGINX App Protect | 0.8.0|
21
21
22
22
## Requirements
23
23
@@ -38,11 +38,11 @@ If you wish to install NGINX App Protect WAF or NGINX App Protect DoS using this
38
38
---
39
39
collections:
40
40
- name: community.general
41
-
version: 4.4.0
41
+
version: 4.6.0
42
42
- name: ansible.posix
43
43
version: 1.3.0
44
44
- name: community.docker # Only required if you plan to use Molecule (see below)
45
-
version: 2.1.1
45
+
version: 2.3.0
46
46
```
47
47
48
48
**Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections.
@@ -81,7 +81,7 @@ You can also include the collection in a `requirements.yml` file and install it
0 commit comments