Skip to content

Commit f383b06

Browse files
authored
Update Python packages and update copyright notice (#356)
1 parent 63e5182 commit f383b06

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/molecule.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)"

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
ENHANCEMENTS:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)