Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ install:
- pip install ansible==2.10.3
- pip install ansible-lint==4.3.7
- pip install yamllint==1.25.0
- pip install 'molecule[docker]'==3.1.5
- pip install docker==4.3.1
- pip install 'molecule[docker]'==3.2.0
- pip install docker==4.4.0
script:
- molecule --version
- ansible --version
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.2 (Unreleased)

ENHANCEMENTS:

* Update Molecule to `3.2.0` and Docker Python SDK to `4.4.0`.
* Remove CentOS/RHEL `6` from supported platforms due to EOL.

## 0.2.1 (November 19, 2020)

ENHANCEMENTS:
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ galaxy_info:
- buster
- name: EL
versions:
- 6
- 7
- name: FreeBSD
versions:
Expand Down
7 changes: 0 additions & 7 deletions molecule/default_centos/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ lint: |
yamllint .
ansible-lint --force-color
platforms:
- name: centos-6
image: centos:6
dockerfile: ../common/Dockerfile.j2
privileged: true
volumes:
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
command: "/sbin/init"
- name: centos-7
image: centos:7
dockerfile: ../common/Dockerfile.j2
Expand Down