Skip to content

Commit 34aeb0e

Browse files
authored
Update Ansible Collections (#89)
1 parent f66a511 commit 34aeb0e

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,13 @@ autolabeler:
7272
branch:
7373
- "/docs\/.+/"
7474
files:
75-
- "*.md"
75+
- "**/!(changelog).md"
7676
title:
7777
- "/docs/i"
7878
- "/documentation/i"
7979
- label: "dependencies"
8080
files:
8181
- ".github/workflows/requirements/*"
82-
branch:
83-
- "/bump\/.+/"
84-
- "/update\/.+/"
85-
title:
86-
- "/bump/i"
87-
- "/update/i"
8882
template: |
8983
👾 *Help make the NGINX App Protect Ansible role better by participating in our [survey](https://forms.office.com/Pages/ResponsePage.aspx?id=L_093Ttq0UCb4L-DJ9gcUKLQ7uTJaE1PitM_37KR881UM0NCWkY5UlE5MUYyWU1aTUcxV0NRUllJSC4u)!* 👾
9084
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
collections:
33
- name: community.general
4-
version: 3.0.0
4+
version: 3.0.2
55
- name: ansible.posix
66
version: 1.2.0
77
- name: community.docker
8-
version: 1.5.0
8+
version: 1.6.0

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
BREAKING CHANGES:
66

7-
* The NGINX App Protect repository has been updated. This might cause some issues when running the role on an instance that already has NGINX Plus or NGINX App Protect installed. **Starting with NGINX Plus R25, you will need to install NGINX Plus using release `0.5.0`. If you are trying to install R23, please use release `0.4.3`. NGINX Plus R24 should work with both release `0.4.3` and `0.5.0`.**
7+
The NGINX App Protect repository has been updated. This might cause some issues when running the role on an instance that already has NGINX Plus or NGINX App Protect installed. **Starting with NGINX Plus R25, you will need to install NGINX Plus using release `0.5.0`. If you are trying to install R23, please use release `0.4.3`. NGINX Plus R24 should work with both release `0.4.3` and `0.5.0`.**
88

99
DEPRECATION WARNINGS:
1010

@@ -20,7 +20,7 @@ ENHANCEMENTS:
2020

2121
* Changing the default policy directory from `/etc/nginx` to `/etc/app_protect/conf` to align with this change introduced in App Protect 3.2.
2222
* Update Ansible base to `2.10.8`, Ansible Lint to `5.0.7`, yamllint to `1.26.1` and Docker Python SDK to `5.0.0`.
23-
* Update the Ansible `community.general` collection to `2.5.1` and `community.docker` collection to `1.5.0`.
23+
* Update the Ansible `community.general` collection to `3.0.2` and `community.docker` collection to `1.6.0`.
2424

2525
## 0.4.3 (April 6, 2020)
2626

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This role installs and configures NGINX App Protect (WAF) for NGINX Plus on your
2020
---
2121
collections:
2222
- name: community.general
23-
version: 3.0.0
23+
version: 3.0.2
2424
- name: ansible.posix
2525
version: 1.2.0
2626
```

0 commit comments

Comments
 (0)