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
|
||||
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)"
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user