From f383b06e751d49083921d4090285c3d3ea63acf4 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Mon, 11 Jan 2021 17:19:58 +0100 Subject: [PATCH] Update Python packages and update copyright notice (#356) --- .github/workflows/molecule.yml | 8 ++++---- CHANGELOG.md | 4 +++- README.md | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index e2559a4..2207a3c 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -44,12 +44,12 @@ jobs: - name: Install Molecule dependencies if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)" run: | - pip3 install ansible-base==2.10.3 - pip3 install ansible==2.10.3 + pip3 install ansible-base==2.10.4 + pip3 install ansible==2.10.5 pip3 install ansible-lint==4.3.7 pip3 install yamllint==1.25.0 - pip3 install "molecule[docker]"==3.2.1 - pip3 install docker==4.4.0 + pip3 install "molecule[docker]"==3.2.2 + pip3 install docker==4.4.1 - name: Run Molecule tests if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b705aa..3906be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ ENHANCEMENTS: -The GitHub actions Molecule CI/CD workflow should now correctly avoid running 'plus' related tests on external PRs. +* The GitHub actions Molecule CI/CD workflow should now correctly avoid running 'plus' related tests on external PRs. +* Update Ansible base to `2.10.4`, Ansible to `2.10.5`, Molecule to `3.2.2` and Docker Python SDK to `4.4.1`. +* Update copyright notice. ## 0.19.0 (December 23, 2020) diff --git a/README.md b/README.md index 35683ca..aba5ddf 100644 --- a/README.md +++ b/README.md @@ -179,4 +179,4 @@ You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://gi [Tom Gamull](https://github.com/magicalyak) -© [F5 Networks, Inc.](https://www.f5.com/) 2018 - 2020 +© [F5 Networks, Inc.](https://www.f5.com/) 2018 - 2021