Skip to content

Commit cf0b6ea

Browse files
committed
Prepare 0.8.1 release
1 parent 32ce340 commit cf0b6ea

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.8.1 (Unreleased)
3+
## 0.8.1 (September 28, 2022)
44

55
FEATURES:
66

@@ -11,7 +11,7 @@ FEATURES:
1111

1212
ENHANCEMENTS:
1313

14-
Bump the Ansible `community.general` collection to `5.501`, `ansible.posix` collection to `1.4.0` and `community.docker` collection to `3.1.0`.
14+
Bump the Ansible `community.general` collection to `5.5.0`, `ansible.posix` collection to `1.4.0` and `community.docker` collection to `3.1.0`.
1515

1616
BUG FIXES:
1717

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,13 @@ Ubuntu:
9696
The NGINX App Protect Ansible role supports all platforms supported by [NGINX Plus](https://www.nginx.com/products/technical-specs/) that intersect with the following list of distributions of App Protect DoS:
9797

9898
```yaml
99+
Alpine:
100+
- 3.15
99101
CentOS:
100102
- 7.4+
101103
Debian:
102104
- buster (10)
105+
- bullseye (11)
103106
RHEL:
104107
- 7.4+
105108
- 8.0+
@@ -132,7 +135,11 @@ A working functional playbook example can be found in the **`molecule/default/`*
132135

133136
| Name | Description |
134137
| ---- | ----------- |
135-
| **[`molecule/default/converge.yml`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/molecule/default/converge.yml)** | Install and configure NGINX App Protect |
138+
| **[`molecule/default/converge.yml`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/molecule/default/converge.yml)** | Install and configure NGINX App Protect WAF |
139+
**[`molecule/advanced/converge.yml`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/molecule/advanced/converge.yml)** | Advanced integration test including NGINX App Protect WAF sending log data to a "remote" syslog server |
140+
| **[`molecule/dos/converge.yml`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/molecule/dos/converge.yml)** | Install NGINX App Protect DoS |
141+
| **[`molecule/specific-version/converge.yml`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/molecule/specific-version/converge.yml)** | Install a specific version of NGINX App Protect WAF signatures |
142+
| **[`molecule/uninstall/converge.yml`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/molecule/uninstall/converge.yml)** | Uninstall NGINX App Protect WAF/DoS |
136143

137144
## Other NGINX Ansible Collections and Roles
138145

@@ -142,8 +149,6 @@ You can find the Ansible NGINX role to install NGINX OSS and NGINX Plus [here](h
142149

143150
You can find the Ansible NGINX configuration role to configure NGINX [here](https://github.com/nginxinc/ansible-role-nginx-config).
144151

145-
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).
146-
147152
You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://github.com/nginxinc/ansible-role-nginx-unit).
148153

149154
## License

meta/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ galaxy_info:
1010
min_ansible_version: "2.11"
1111

1212
platforms:
13+
- name: Alpine
14+
versions:
15+
- all
1316
- name: Amazon Linux 2
1417
versions:
1518
- all
@@ -20,6 +23,7 @@ galaxy_info:
2023
- name: Debian
2124
versions:
2225
- buster
26+
- bullseye
2327
- name: Ubuntu
2428
versions:
2529
- bionic

0 commit comments

Comments
 (0)