Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 4fdcfd0

Browse files
authored
Update packages (#8)
1 parent 50a4b28 commit 4fdcfd0

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ install:
2222
- pip install ansible==2.10.3
2323
- pip install ansible-lint==4.3.7
2424
- pip install yamllint==1.25.0
25-
- pip install 'molecule[docker]'==3.1.5
26-
- pip install docker==4.3.1
25+
- pip install 'molecule[docker]'==3.2.0
26+
- pip install docker==4.4.0
2727
script:
2828
- molecule --version
2929
- ansible --version

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.2.2 (Unreleased)
4+
5+
ENHANCEMENTS:
6+
7+
* Update Molecule to `3.2.0` and Docker Python SDK to `4.4.0`.
8+
* Remove CentOS/RHEL `6` from supported platforms due to EOL.
9+
310
## 0.2.1 (November 19, 2020)
411

512
ENHANCEMENTS:

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
- name: FreeBSD
3130
versions:

molecule/default_centos/molecule.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ lint: |
66
yamllint .
77
ansible-lint --force-color
88
platforms:
9-
- name: centos-6
10-
image: centos:6
11-
dockerfile: ../common/Dockerfile.j2
12-
privileged: true
13-
volumes:
14-
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
15-
command: "/sbin/init"
169
- name: centos-7
1710
image: centos:7
1811
dockerfile: ../common/Dockerfile.j2

0 commit comments

Comments
 (0)