diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index f212c483..0984b5d7 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,5 +1,5 @@ ansible-base==2.10.7 ansible-lint==4.3.7 yamllint==1.26.0 -molecule[docker]==3.2.3 +molecule[docker]==3.2.4 docker==4.4.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4748f925..0c598c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ FEATURES: ENHANCEMENTS: -* Update Ansible base to `2.10.7`, Molecule to `3.2.3`, yamllint to `1.26.0` and Docker Python SDK to `4.4.4`. +* Update Ansible base to `2.10.7`, Molecule to `3.2.4`, yamllint to `1.26.0` and Docker Python SDK to `4.4.4`. * Specify GitHub actions Ubuntu release. * Minor GitHub template tweaks, including the creation of a SECURITY doc. * Only run GitHub actions Galaxy CI/CD workflow when a new release is published.