Skip to content

Commit 6e7839f

Browse files
authored
Update packages (#48)
1 parent 710efa6 commit 6e7839f

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
*~
66
\#*
77

8-
# OS Specific
8+
# OS Specific #
9+
###############
910
Thumbs.db
1011
.DS_Store
1112
.vscode
1213

13-
# Ansible specific
14+
# Ansible specific #
15+
####################
1416
*.retry
1517

16-
# Python specific
18+
# Python specific #
19+
###################
1720
__pycache__

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ install:
2828
- pip install ansible==2.10.3
2929
- pip install ansible-lint==4.3.7
3030
- pip install yamllint==1.25.0
31-
- pip install 'molecule[docker]'==3.1.5
32-
- pip install docker==4.3.1
31+
- pip install 'molecule[docker]'==3.2.0
32+
- pip install docker==4.4.0
3333
script:
3434
- molecule --version
3535
- ansible --version

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
## 0.3.1 (Unreleased)
44

5+
ENHANCEMENTS:
6+
7+
Update Molecule to `3.2.0` and Docker Python SDK to `4.4.0`.
8+
59
BUG FIXES:
610

7-
* Switch to explicit boolean values in `sub_filter` defaults for `last_modified` and `since` in `nginx_config_main_template`. `"on"` and `"off"` values are treated as true instead of true/false when surrounded by double quotes. By always resorting to true/false we avoid unaccounted edge cases.
11+
Switch to explicit boolean values in `sub_filter` defaults for `last_modified` and `since` in `nginx_config_main_template`. `"on"` and `"off"` values are treated as true instead of true/false when surrounded by double quotes. By always resorting to true/false we avoid unaccounted edge cases.
812

913
## 0.3.0 (November 17, 2020)
1014

meta/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ galaxy_info:
2525
- buster
2626
- name: EL
2727
versions:
28-
- 6
2928
- 7
3029
- 8
3130
- name: FreeBSD

0 commit comments

Comments
 (0)