This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff 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
2727script :
2828 - molecule --version
2929 - ansible --version
Original file line number Diff line number Diff line change 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
512ENHANCEMENTS:
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ galaxy_info:
2525 - buster
2626 - name : EL
2727 versions :
28- - 6
2928 - 7
3029 - name : FreeBSD
3130 versions :
Original file line number Diff line number Diff line change 66 yamllint .
77 ansible-lint --force-color
88platforms :
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
You can’t perform that action at this time.
0 commit comments