Skip to content

Commit 40751fb

Browse files
authored
Update Python packages and update copyright notice (#55)
1 parent fcf7334 commit 40751fb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/molecule.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
- name: Install Molecule dependencies
3737
if: "!(matrix.scenario == 'plus' && github.event.pull_request.head.repo.full_name != github.repository)"
3838
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
4141
pip3 install ansible-lint==4.3.7
4242
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
4545
4646
- name: Run Molecule tests
4747
if: "!(matrix.scenario == 'plus' && github.event.pull_request.head.repo.full_name != github.repository)"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ENHANCEMENTS:
77
* 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).
88
* The GitHub actions Molecule CI/CD workflow should now correctly avoid running 'Plus' related tests on external PRs.
99
* 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.
1012

1113
## 0.3.1 (December 22, 2020)
1214

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://gi
147147

148148
[Alessandro Fael Garcia](https://github.com/alessfg)
149149

150-
© [F5 Networks, Inc.](https://www.f5.com/) 2020
150+
© [F5 Networks, Inc.](https://www.f5.com/) 2020 - 2021

0 commit comments

Comments
 (0)