Skip to content

Commit a04b837

Browse files
authored
Update Python packages and update copyright notice (#47)
1 parent ec90571 commit a04b837

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/molecule.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
- name: Install Molecule dependencies
3535
if: github.event.pull_request.head.repo.full_name == github.repository
3636
run: |
37-
pip3 install ansible-base==2.10.3
38-
pip3 install ansible==2.10.3
37+
pip3 install ansible-base==2.10.4
38+
pip3 install ansible==2.10.5
3939
pip3 install ansible-lint==4.3.7
4040
pip3 install yamllint==1.25.0
41-
pip3 install "molecule[docker]"==3.2.1
42-
pip3 install docker==4.4.0
41+
pip3 install "molecule[docker]"==3.2.2
42+
pip3 install docker==4.4.1
4343
4444
- name: Run Molecule tests
4545
if: github.event.pull_request.head.repo.full_name == github.repository

CHANGELOG.md

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

55
ENHANCEMENTS:
66

7-
* Update Molecule to `3.2.1` and Docker Python SDK to `4.4.0`.
87
* Replace TravisCI with GitHub actions.
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.
910

1011
BUG FIXES:
1112

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ You can find the Ansible NGINX Unit role to install NGINX Unit [here](https://gi
106106
107107
[Alessandro Fael Garcia](https://github.com/alessfg)
108108
109-
© [F5 Networks, Inc.](https://www.f5.com/) 2020
109+
© [F5 Networks, Inc.](https://www.f5.com/) 2020 - 2021

meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
galaxy_info:
33
author: Daniel Edgar
44
description: Official Ansible role for NGINX App Protect
5-
company: F5 Networks, Inc.
65
role_name: nginx_app_protect
6+
company: F5 Networks, Inc.
7+
78
license: Apache License, Version 2.0
89

910
min_ansible_version: 2.9

0 commit comments

Comments
 (0)