File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ jobs:
4444 - name : Install Molecule dependencies
4545 if : " !(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
4646 run : |
47- pip3 install ansible-base==2.10.3
48- pip3 install ansible==2.10.3
47+ pip3 install ansible-base==2.10.4
48+ pip3 install ansible==2.10.5
4949 pip3 install ansible-lint==4.3.7
5050 pip3 install yamllint==1.25.0
51- pip3 install "molecule[docker]"==3.2.1
52- pip3 install docker==4.4.0
51+ pip3 install "molecule[docker]"==3.2.2
52+ pip3 install docker==4.4.1
5353
5454 - name : Run Molecule tests
5555 if : " !(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
Original file line number Diff line number Diff line change 44
55ENHANCEMENTS:
66
7- The GitHub actions Molecule CI/CD workflow should now correctly avoid running 'plus' related tests on external PRs.
7+ * The GitHub actions Molecule CI/CD workflow should now correctly avoid running 'plus' related tests on external PRs.
8+ * 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 ` .
9+ * Update copyright notice.
810
911## 0.19.0 (December 23, 2020)
1012
Original file line number Diff line number Diff line change @@ -179,4 +179,4 @@ You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://gi
179179
180180[Tom Gamull](https://github.com/magicalyak)
181181
182- © [F5 Networks, Inc.](https://www.f5.com/) 2018 - 2020
182+ © [F5 Networks, Inc.](https://www.f5.com/) 2018 - 2021
You can’t perform that action at this time.
0 commit comments