File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
36
36
- name : Install Molecule dependencies
37
37
if : " !(matrix.scenario == 'plus' && github.event.pull_request.head.repo.full_name != github.repository)"
38
38
run : |
39
- pip3 install ansible-base==2.10.3
40
- pip3 install ansible==2.10.3
39
+ pip3 install ansible-base==2.10.4
40
+ pip3 install ansible==2.10.5
41
41
pip3 install ansible-lint==4.3.7
42
42
pip3 install yamllint==1.25.0
43
- pip3 install "molecule[docker]"==3.2.1
44
- pip3 install docker==4.4.0
43
+ pip3 install "molecule[docker]"==3.2.2
44
+ pip3 install docker==4.4.1
45
45
46
46
- name : Run Molecule tests
47
47
if : " !(matrix.scenario == 'plus' && github.event.pull_request.head.repo.full_name != github.repository)"
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ ENHANCEMENTS:
7
7
* The GitHub actions Molecule CI/CD workflow is no longer run on a new release (this is not necessary since it already runs on every push).
8
8
* The GitHub actions Molecule CI/CD workflow should now correctly avoid running 'Plus' related tests on external PRs.
9
9
* The ` cleanup-config.yml ` playbook has been slightly refactored and simplified.
10
+ * 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 ` .
11
+ * Update copyright notice.
10
12
11
13
## 0.3.1 (December 22, 2020)
12
14
Original file line number Diff line number Diff line change @@ -147,4 +147,4 @@ You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://gi
147
147
148
148
[Alessandro Fael Garcia](https://github.com/alessfg)
149
149
150
- © [F5 Networks, Inc.](https://www.f5.com/) 2020
150
+ © [F5 Networks, Inc.](https://www.f5.com/) 2020 - 2021
You can’t perform that action at this time.
0 commit comments