Skip to content

Commit a6d51ef

Browse files
committed
Prepare 0.8.0 release
1 parent e5ef713 commit a6d51ef

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ updates:
77
interval: weekly
88
day: monday
99
time: "00:00"
10+
labels:
11+
- "dependencies"
12+
- "skip-changelog"
1013
- package-ecosystem: pip
1114
directory: /.github/workflows/requirements
1215
schedule:

CHANGELOG.md

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

3-
## 0.8.0 (Unreleased)
3+
## 0.8.0 (April 6, 2022)
44

55
BREAKING CHANGES:
66

@@ -21,6 +21,7 @@ ENHANCEMENTS:
2121
* Add support of RHEL 7.4+ and 8.x for NGINX App Protect DoS 2.1.
2222
* New molecule tests for RHEL 7/8 and for NGINX App Protect WAF/DoS removal scenarios.
2323
* Bump the Ansible `community.general` collection to `4.7.0` and `community.docker` collection to `2.3.0`.
24+
* 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.
2425

2526
BUG FIXES:
2627

molecule/default/converge.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
nginx_app_protect_remove_license: false
3131
nginx_app_protect_waf_install_signatures: true
3232
nginx_app_protect_waf_install_threat_campaigns: true
33-
nginx_app_protect_configure: true
3433
nginx_app_protect_security_policy_file_enable: true
3534
nginx_app_protect_security_policy_file:
3635
- src: files/test-security-policy.json

0 commit comments

Comments
 (0)