Skip to content

Commit b5d797d

Browse files
authored
Update list of supported platforms for NGINX Plus R25 (#446)
1 parent 3dd86a1 commit b5d797d

File tree

7 files changed

+19
-27
lines changed

7 files changed

+19
-27
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Support installing NGINX OSS in Amazon Linux.
88

99
ENHANCEMENTS:
1010

11-
* Update the README and Ansible metadata matrix of supported distributions.
12-
* Update the Molecule tests to include the newly supported distributions and remove distributions that are no longer supported.
11+
* Update the README and Ansible metadata matrix of supported distributions for NGINX OSS and NGINX Plus.
12+
* Update the Molecule tests to include the newly supported distributions and remove distributions that are no longer supported for NGINX OSS and NGINX Plus.
1313
* Bump the Ansible `community.general` collection to `3.7.0`, `ansible.posix` collection to `1.3.0` and `community.docker` collection to `1.9.1`.
1414

1515
## 0.21.0 (August 11, 2021)

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,22 +85,21 @@ Ubuntu:
8585

8686
```yaml
8787
Alpine:
88-
- 3.10
8988
- 3.11
9089
- 3.12
9190
- 3.13
92-
Amazon Linux:
93-
- 2018.03
91+
- 3.14
9492
Amazon Linux 2:
9593
- any
9694
CentOS:
9795
- 7.4+
9896
- 8
9997
Debian:
10098
- buster
99+
- bullseye
101100
FreeBSD:
102-
- 11.2+
103101
- 12.1+
102+
- 13
104103
Oracle Linux:
105104
- 7.4+
106105
Red Hat:
@@ -110,10 +109,8 @@ SUSE/SLES:
110109
- 12
111110
- 15
112111
Ubuntu:
113-
- xenial
114112
- bionic
115113
- focal
116-
- groovy
117114
```
118115

119116
### NGINX Amplify Agent

meta/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ galaxy_info:
88

99
license: Apache License, Version 2.0
1010

11-
min_ansible_version: 2.10
11+
min_ansible_version: 2.11
1212

1313
platforms:
1414
- name: Alpine
1515
versions:
1616
- any
17-
- name: Amazon
18-
versions:
19-
- 2018.03
2017
- name: Amazon Linux 2
2118
versions:
2219
- any
@@ -30,12 +27,10 @@ galaxy_info:
3027
- 8
3128
- name: FreeBSD
3229
versions:
33-
- 11.4
3430
- 12.1
3531
- 13
3632
- name: Ubuntu
3733
versions:
38-
- xenial
3934
- bionic
4035
- focal
4136
- hirsute

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ platforms:
3434
volumes:
3535
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
3636
command: "/sbin/init"
37-
- name: amazonlinux
37+
- name: amazonlinux-2
3838
image: amazonlinux:2
3939
dockerfile: ../common/Dockerfile.j2
4040
privileged: true

molecule/module/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ platforms:
3434
volumes:
3535
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
3636
command: "/sbin/init"
37-
- name: amazonlinux
37+
- name: amazonlinux-2
3838
image: amazonlinux:2
3939
dockerfile: ../common/Dockerfile.j2
4040
privileged: true

molecule/plus/molecule.yml

Lines changed: 10 additions & 10 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.10
10-
image: alpine:3.10
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.11
1710
image: alpine:3.11
1811
dockerfile: ../common/Dockerfile.j2
@@ -34,7 +27,14 @@ platforms:
3427
volumes:
3528
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
3629
command: "/sbin/init"
37-
- name: amazonlinux
30+
- name: alpine-3.14
31+
image: alpine:3.14
32+
dockerfile: ../common/Dockerfile.j2
33+
privileged: true
34+
volumes:
35+
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
36+
command: "/sbin/init"
37+
- name: amazonlinux-2
3838
image: amazonlinux:2
3939
dockerfile: ../common/Dockerfile.j2
4040
privileged: true
@@ -62,8 +62,8 @@ platforms:
6262
volumes:
6363
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
6464
command: "/sbin/init"
65-
- name: ubuntu-xenial
66-
image: ubuntu:xenial
65+
- name: debian-bullseye
66+
image: debian:bullseye-slim
6767
dockerfile: ../common/Dockerfile.j2
6868
privileged: true
6969
volumes:

molecule/source/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ platforms:
3434
volumes:
3535
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
3636
command: "/sbin/init"
37-
- name: amazonlinux
37+
- name: amazonlinux-2
3838
image: amazonlinux:2
3939
dockerfile: ../common/Dockerfile.j2
4040
privileged: true

0 commit comments

Comments
 (0)