Prepare 0.21.3 release

This commit is contained in:
alessfg 2021-10-25 20:10:25 +02:00
parent 580ecbd1b6
commit 877b191562
No known key found for this signature in database
GPG Key ID: 7E5B134EEDC42A56
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
ansible-core==2.11.6
jinja2==3.0.2
ansible-lint==5.2.0
ansible-lint==5.2.1
yamllint==1.26.3
molecule[docker]==3.5.2
docker==5.0.3

View File

@ -1,11 +1,11 @@
# Changelog
## 0.21.3 (Unreleased)
## 0.21.3 (October 25, 2021)
ENHANCEMENTS:
* Change Dependabot frequency from daily to weekly
* Minor touch-up of GitHub actions workflows
* Change Dependabot frequency from daily to weekly.
* Minor touch-up of GitHub actions workflows.
## 0.21.2 (October 7, 2021)

View File

@ -51,7 +51,7 @@ To suggest an enhancement, please create an issue on GitHub with the label `enha
* Fork the repo, create a branch, implement your changes, add any relevant Molecule tests, submit a PR when your changes are **tested** (using Molecule) and ready for review.
* Fill in [our pull request template](https://github.com/nginxinc/ansible-role-nginx/blob/main/.github/pull_request_template.md).
Note: if youd like to implement a new feature, please consider creating a feature request issue first to start a discussion about the feature.
Note: if you'd like to implement a new feature, please consider creating a feature request issue first to start a discussion about the feature.
## Code Guidelines