Update Python packages and update copyright notice (#356)

This commit is contained in:
Alessandro Fael Garcia 2021-01-11 17:19:58 +01:00 committed by GitHub
parent 63e5182ce3
commit f383b06e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -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)"

View File

@ -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)

View File

@ -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