Skip to content

Commit c2b8eb7

Browse files
authored
Update packages and list of supported platforms (#350)
* Update Molecule to `3.2.0` and Docker Python SDK to `4.4.0`. * Add Alpine `3.12` to supported platforms for NGINX Plus. * Remove Alpine `3.9` and CentOS/RHEL `6` from supported platforms due to EOL.
1 parent 6645e08 commit c2b8eb7

File tree

17 files changed

+23
-97
lines changed

17 files changed

+23
-97
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
@@ -73,8 +73,8 @@ install:
7373
- pip install ansible==2.10.3
7474
- pip install ansible-lint==4.3.7
7575
- pip install yamllint==1.25.0
76-
- pip install 'molecule[docker]'==3.1.5
77-
- pip install docker==4.3.1
76+
- pip install 'molecule[docker]'==3.2.0
77+
- pip install docker==4.4.0
7878
script:
7979
- travis_wait 50 molecule test -s $scenario
8080
notifications:

CHANGELOG.md

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

3+
## 0.18.2 (Unreleased)
4+
5+
ENHANCEMENTS:
6+
7+
* Update Molecule to `3.2.0` and Docker Python SDK to `4.4.0`.
8+
* Add Alpine `3.12` to supported platforms for NGINX Plus.
9+
* Remove Alpine `3.9` and CentOS/RHEL `6` from supported platforms due to EOL.
10+
311
## 0.18.1 (November 17, 2020)
412

513
ENHANCEMENTS:

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,16 @@ The NGINX Ansible role supports all platforms supported by [NGINX Open Source](h
4747

4848
```yaml
4949
Alpine:
50-
- 3.9
5150
- 3.10
5251
- 3.11
5352
- 3.12
5453
CentOS:
55-
- 6
5654
- 7.4+
5755
- 8
5856
Debian:
5957
- stretch
6058
- buster
6159
Red Hat:
62-
- 6
6360
- 7.4+
6461
- 8
6562
SUSE/SLES:
@@ -76,15 +73,14 @@ Ubuntu:
7673
7774
```yaml
7875
Alpine:
79-
- 3.9
8076
- 3.10
8177
- 3.11
78+
- 3.12
8279
Amazon Linux:
8380
- 2018.03
8481
Amazon Linux 2:
8582
- any
8683
CentOS:
87-
- 6.5+
8884
- 7.4+
8985
- 8
9086
Debian:
@@ -97,7 +93,6 @@ Oracle Linux:
9793
- 6.5+
9894
- 7.4+
9995
Red Hat:
100-
- 6.5+
10196
- 7.4+
10297
- 8
10398
SUSE/SLES:
@@ -116,13 +111,11 @@ Ubuntu:
116111
Amazon Linux:
117112
- 2017.09
118113
CentOS:
119-
- 6
120114
- 7
121115
Debian:
122116
- jessie
123117
- stretch
124118
Red Hat:
125-
- 6
126119
- 7
127120
Ubuntu:
128121
- xenial

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

molecule/default_alpine/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: alpine-3.9
10-
image: alpine:3.9
11-
dockerfile: ../common/Dockerfile.j2
12-
privileged: true
13-
volumes:
14-
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
15-
command: "/sbin/init"
169
- name: alpine-3.10
1710
image: alpine:3.10
1811
dockerfile: ../common/Dockerfile.j2

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

molecule/module_alpine/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: alpine-3.9
10-
image: alpine:3.9
11-
dockerfile: ../common/Dockerfile.j2
12-
privileged: true
13-
volumes:
14-
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
15-
command: "/sbin/init"
169
- name: alpine-3.10
1710
image: alpine:3.10
1811
dockerfile: ../common/Dockerfile.j2

molecule/module_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

molecule/plus_alpine/molecule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ lint: |
66
yamllint .
77
ansible-lint --force-color
88
platforms:
9-
- name: alpine-3.9
10-
image: alpine:3.9
9+
- name: alpine-3.10
10+
image: python:alpine3.10
1111
dockerfile: ../common/Dockerfile.j2
1212
privileged: true
1313
volumes:
1414
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
1515
command: "/sbin/init"
16-
- name: alpine-3.10
17-
image: python:alpine3.10
16+
- name: alpine-3.11
17+
image: python:alpine3.11
1818
dockerfile: ../common/Dockerfile.j2
1919
privileged: true
2020
volumes:
2121
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
2222
command: "/sbin/init"
23-
- name: alpine-3.11
24-
image: python:alpine3.11
23+
- name: alpine-3.12
24+
image: alpine:3.12
2525
dockerfile: ../common/Dockerfile.j2
2626
privileged: true
2727
volumes:

0 commit comments

Comments
 (0)