From 175b2725d70c7a0a0f3325ac7a39cebafa9c5497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 14:00:57 +0100 Subject: [PATCH] Bump molecule[docker] from 3.2.2 to 3.2.3 in /.github/workflows (#361) --- .github/workflows/requirements_molecule.txt | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/requirements_molecule.txt b/.github/workflows/requirements_molecule.txt index 8335c1e..aebb1e8 100644 --- a/.github/workflows/requirements_molecule.txt +++ b/.github/workflows/requirements_molecule.txt @@ -2,5 +2,5 @@ ansible-base==2.10.5 ansible==2.10.6 ansible-lint==4.3.7 yamllint==1.25.0 -molecule[docker]==3.2.2 +molecule[docker]==3.2.3 docker==4.4.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index f94f9b8..510635d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ ENHANCEMENTS: * Only run GitHub actions Galaxy CI/CD workflow when a new release is published. * Specify GitHub actions Ubuntu release. * Update list of supported platforms. -* Update Ansible base to `2.10.5` and Ansible to `2.10.6`. +* Update Ansible base to `2.10.5`, Ansible to `2.10.6` and Molecule to `3.2.3`. ## 0.19.1 (January 11, 2021)