Skip to content

Commit

Permalink
Update NGINX role to 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Sep 24, 2020
1 parent f78bb90 commit 1989dc4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ Thumbs.db
# Ansible specific
*.retry

# Ansible collection build artifacts
*.tar.gz

# Python specific
__pycache__
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG

## 0.2.0 (September 23, 2020)
## 0.1.2 (September 24, 2020)

Update NGINX role to `0.17.2` to include a major bug fix.

## 0.1.1 (September 23, 2020)

Add example playbooks covering a wide range of use cases.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Ansible NGINX collection includes the following roles:

|Name|Description|Version|
|----|-----------|-------|
|[nginxinc.nginx](https://github.com/nginxinc/ansible-role-nginx)|Install NGINX|0.17.1|
|[nginxinc.nginx](https://github.com/nginxinc/ansible-role-nginx)|Install NGINX|0.17.2|
|[nginxinc.nginx_config](https://github.com/nginxinc/ansible-role-nginx-config)|Configure NGINX|0.2.0|
|[nginxinc.nginx_app_protect](https://github.com/nginxinc/ansible-role-nginx-app-protect)|Install and configure NGINX App Protect|0.3.1|

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: nginxinc
name: nginx_core
description: Install and configure NGINX and NGINX App Protect using Ansible
version: 0.1.1
version: 0.1.2
readme: README.md
license_file: LICENSE
authors:
Expand Down
2 changes: 1 addition & 1 deletion roles/nginx
Submodule nginx updated 2 files
+6 −0 CHANGELOG.md
+10 −10 handlers/main.yml

0 comments on commit 1989dc4

Please sign in to comment.