From 6aaad78d2856eb0c8d19cbebd029b5dd1a36ac3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 15:17:01 +0200 Subject: [PATCH] Bump ansible-lint from 5.0.6 to 5.0.7 in /.github/workflows/requirements (#388) --- .github/workflows/requirements/requirements_molecule.txt | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index a251396..3878b9c 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,6 +1,6 @@ ansible-base==2.10.7 jinja2==2.11.3 -ansible-lint==5.0.6 +ansible-lint==5.0.7 yamllint==1.26.1 molecule[docker]==3.3.0 docker==5.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4a6e8..514ea16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ ENHANCEMENTS: * Specify GitHub actions Ubuntu release. * Minor GitHub template tweaks, including the creation of a SECURITY doc. * Add Molecule NGINX OSS tests for Alpine 3.13, remove Molecule tests for Debian stretch, and update list of supported platforms. -* Update Ansible base to `2.10.7`, Ansible Lint to `5.0.6`, Molecule to `3.3.0`, yamllint to `1.26.1` and Docker Python SDK to `5.0.0`. +* Update Ansible base to `2.10.7`, Ansible Lint to `5.0.7`, Molecule to `3.3.0`, yamllint to `1.26.1` and Docker Python SDK to `5.0.0`. * Consolidate Molecule testing scenarios to address changes introduced in Ansible Lint `5.*`. * Override of systemd `Restart` value by using proper `nginx_service_restart` variable.