Skip to content

Commit

Permalink
Prepare 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Apr 6, 2022
1 parent e5ef713 commit a6d51ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ updates:
interval: weekly
day: monday
time: "00:00"
labels:
- "dependencies"
- "skip-changelog"
- package-ecosystem: pip
directory: /.github/workflows/requirements
schedule:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.8.0 (Unreleased)
## 0.8.0 (April 6, 2022)

BREAKING CHANGES:

Expand All @@ -21,6 +21,7 @@ ENHANCEMENTS:
* Add support of RHEL 7.4+ and 8.x for NGINX App Protect DoS 2.1.
* New molecule tests for RHEL 7/8 and for NGINX App Protect WAF/DoS removal scenarios.
* Bump the Ansible `community.general` collection to `4.7.0` and `community.docker` collection to `2.3.0`.
* Update Dependabot to trigger updates at the same time across all NGINX core roles at the same time and to avoid triggering release drafter on GitHub actions dependency updates.

BUG FIXES:

Expand Down
1 change: 0 additions & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
nginx_app_protect_remove_license: false
nginx_app_protect_waf_install_signatures: true
nginx_app_protect_waf_install_threat_campaigns: true
nginx_app_protect_configure: true
nginx_app_protect_security_policy_file_enable: true
nginx_app_protect_security_policy_file:
- src: files/test-security-policy.json
Expand Down

0 comments on commit a6d51ef

Please sign in to comment.