Update Python packages and update copyright notice (#356)
This commit is contained in:
parent
63e5182ce3
commit
f383b06e75
8
.github/workflows/molecule.yml
vendored
8
.github/workflows/molecule.yml
vendored
@ -44,12 +44,12 @@ jobs:
|
|||||||
- name: Install Molecule dependencies
|
- name: Install Molecule dependencies
|
||||||
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
||||||
run: |
|
run: |
|
||||||
pip3 install ansible-base==2.10.3
|
pip3 install ansible-base==2.10.4
|
||||||
pip3 install ansible==2.10.3
|
pip3 install ansible==2.10.5
|
||||||
pip3 install ansible-lint==4.3.7
|
pip3 install ansible-lint==4.3.7
|
||||||
pip3 install yamllint==1.25.0
|
pip3 install yamllint==1.25.0
|
||||||
pip3 install "molecule[docker]"==3.2.1
|
pip3 install "molecule[docker]"==3.2.2
|
||||||
pip3 install docker==4.4.0
|
pip3 install docker==4.4.1
|
||||||
|
|
||||||
- name: Run Molecule tests
|
- name: Run Molecule tests
|
||||||
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
ENHANCEMENTS:
|
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)
|
## 0.19.0 (December 23, 2020)
|
||||||
|
|
||||||
|
@ -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)
|
[Tom Gamull](https://github.com/magicalyak)
|
||||||
|
|
||||||
© [F5 Networks, Inc.](https://www.f5.com/) 2018 - 2020
|
© [F5 Networks, Inc.](https://www.f5.com/) 2018 - 2021
|
||||||
|
Loading…
Reference in New Issue
Block a user