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:
44
44
- name : Install Molecule dependencies
45
45
if : " !(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
46
46
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
49
49
pip3 install ansible-lint==4.3.7
50
50
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
53
53
54
54
- name : Run Molecule tests
55
55
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 4
4
5
5
ENHANCEMENTS:
6
6
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.
8
10
9
11
## 0.19.0 (December 23, 2020)
10
12
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
179
179
180
180
[Tom Gamull](https://github.com/magicalyak)
181
181
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