Skip to content

Commit

Permalink
Prepare 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Sep 28, 2022
1 parent 32ce340 commit cf0b6ea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.8.1 (Unreleased)
## 0.8.1 (September 28, 2022)

FEATURES:

Expand All @@ -11,7 +11,7 @@ FEATURES:

ENHANCEMENTS:

Bump the Ansible `community.general` collection to `5.501`, `ansible.posix` collection to `1.4.0` and `community.docker` collection to `3.1.0`.
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`.

BUG FIXES:

Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,13 @@ Ubuntu:
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:

```yaml
Alpine:
- 3.15
CentOS:
- 7.4+
Debian:
- buster (10)
- bullseye (11)
RHEL:
- 7.4+
- 8.0+
Expand Down Expand Up @@ -132,7 +135,11 @@ A working functional playbook example can be found in the **`molecule/default/`*

| Name | Description |
| ---- | ----------- |
| **[`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 |
| **[`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 |
**[`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 |
| **[`molecule/dos/converge.yml`](https://github.com/nginxinc/ansible-role-nginx-app-protect/blob/main/molecule/dos/converge.yml)** | Install NGINX App Protect DoS |
| **[`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 |
| **[`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 |

## Other NGINX Ansible Collections and Roles

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

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

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).

You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://github.com/nginxinc/ansible-role-nginx-unit).

## License
Expand Down
4 changes: 4 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ galaxy_info:
min_ansible_version: "2.11"

platforms:
- name: Alpine
versions:
- all
- name: Amazon Linux 2
versions:
- all
Expand All @@ -20,6 +23,7 @@ galaxy_info:
- name: Debian
versions:
- buster
- bullseye
- name: Ubuntu
versions:
- bionic
Expand Down

0 comments on commit cf0b6ea

Please sign in to comment.