From a6d51efc3fefed2389a56f87251fe5b095270428 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Wed, 6 Apr 2022 14:19:13 +0200 Subject: [PATCH] Prepare 0.8.0 release --- .github/dependabot.yml | 3 +++ CHANGELOG.md | 3 ++- molecule/default/converge.yml | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b584e043..27d05501 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,9 @@ updates: interval: weekly day: monday time: "00:00" + labels: + - "dependencies" + - "skip-changelog" - package-ecosystem: pip directory: /.github/workflows/requirements schedule: diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e74714..29f1cd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.8.0 (Unreleased) +## 0.8.0 (April 6, 2022) BREAKING CHANGES: @@ -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: diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index e3c7a6c8..c2f0b26e 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -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