Skip to content

Commit 464084f

Browse files
authored
Remove Ubuntu kinetic (#658)
1 parent eb0fbd5 commit 464084f

File tree

10 files changed

+2
-65
lines changed

10 files changed

+2
-65
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
FEATURES:
66

77
- Add Alpine Linux 3.18 and Debian bookworm to the list of NGINX Plus tested and supported distributions.
8+
- Remove Ubuntu kinetic from the list of NGINX OSS tested and supported distributions.
89
- Remove Alpine Linux 3.14 and Ubuntu bionic from the list of NGINX Plus tested and supported distributions.
910
- The `geoip2` module for NGINX Plus is no longer supported on Amazon Linux.
1011

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ SUSE/SLES:
122122
Ubuntu:
123123
- focal (20.04)
124124
- jammy (22.04)
125-
- kinetic (22.10)
126125
- lunar (23.04)
127126
```
128127

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ galaxy_info:
2323
- name: OracleLinux
2424
versions: ['7', '8', '9']
2525
- name: Ubuntu
26-
versions: [focal, jammy, kinetic, lunar]
26+
versions: [focal, jammy, lunar]
2727
- name: SLES
2828
versions: ['12', '15']
2929

molecule/default/molecule.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,6 @@ platforms:
181181
volumes:
182182
- /sys/fs/cgroup:/sys/fs/cgroup:rw
183183
command: /sbin/init
184-
- name: ubuntu-kinetic
185-
image: ubuntu:kinetic
186-
# platform: x86_64
187-
dockerfile: ../common/Dockerfile.j2
188-
privileged: true
189-
cgroupns_mode: host
190-
volumes:
191-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
192-
command: /sbin/init
193184
- name: ubuntu-lunar
194185
image: ubuntu:lunar
195186
dockerfile: ../common/Dockerfile.j2

molecule/downgrade/molecule.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,6 @@ platforms:
181181
volumes:
182182
- /sys/fs/cgroup:/sys/fs/cgroup:rw
183183
command: /sbin/init
184-
- name: ubuntu-kinetic
185-
image: ubuntu:kinetic
186-
# platform: x86_64
187-
dockerfile: ../common/Dockerfile.j2
188-
privileged: true
189-
cgroupns_mode: host
190-
volumes:
191-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
192-
command: /sbin/init
193184
- name: ubuntu-lunar
194185
image: ubuntu:lunar
195186
dockerfile: ../common/Dockerfile.j2

molecule/source/molecule.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,6 @@ platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
172172
volumes:
173173
- /sys/fs/cgroup:/sys/fs/cgroup:rw
174174
command: /sbin/init
175-
- name: ubuntu-kinetic
176-
image: ubuntu:kinetic
177-
# platform: x86_64
178-
dockerfile: ../common/Dockerfile.j2
179-
privileged: true
180-
cgroupns_mode: host
181-
volumes:
182-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
183-
command: /sbin/init
184175
- name: ubuntu-lunar
185176
image: ubuntu:lunar
186177
dockerfile: ../common/Dockerfile.j2

molecule/stable/molecule.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,6 @@ platforms:
181181
volumes:
182182
- /sys/fs/cgroup:/sys/fs/cgroup:rw
183183
command: /sbin/init
184-
- name: ubuntu-kinetic
185-
image: ubuntu:kinetic
186-
# platform: x86_64
187-
dockerfile: ../common/Dockerfile.j2
188-
privileged: true
189-
cgroupns_mode: host
190-
volumes:
191-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
192-
command: /sbin/init
193184
- name: ubuntu-lunar
194185
image: ubuntu:lunar
195186
dockerfile: ../common/Dockerfile.j2

molecule/uninstall/molecule.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,6 @@ platforms:
181181
volumes:
182182
- /sys/fs/cgroup:/sys/fs/cgroup:rw
183183
command: /sbin/init
184-
- name: ubuntu-kinetic
185-
image: ubuntu:kinetic
186-
# platform: x86_64
187-
dockerfile: ../common/Dockerfile.j2
188-
privileged: true
189-
cgroupns_mode: host
190-
volumes:
191-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
192-
command: /sbin/init
193184
- name: ubuntu-lunar
194185
image: ubuntu:lunar
195186
dockerfile: ../common/Dockerfile.j2

molecule/upgrade/molecule.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,6 @@ platforms:
181181
volumes:
182182
- /sys/fs/cgroup:/sys/fs/cgroup:rw
183183
command: /sbin/init
184-
- name: ubuntu-kinetic
185-
image: ubuntu:kinetic
186-
# platform: x86_64
187-
dockerfile: ../common/Dockerfile.j2
188-
privileged: true
189-
cgroupns_mode: host
190-
volumes:
191-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
192-
command: /sbin/init
193184
- name: ubuntu-lunar
194185
image: ubuntu:lunar
195186
dockerfile: ../common/Dockerfile.j2

molecule/version/molecule.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,6 @@ platforms:
181181
volumes:
182182
- /sys/fs/cgroup:/sys/fs/cgroup:rw
183183
command: /sbin/init
184-
- name: ubuntu-kinetic
185-
image: ubuntu:kinetic
186-
# # platform: x86_64
187-
dockerfile: ../common/Dockerfile.j2
188-
privileged: true
189-
cgroupns_mode: host
190-
volumes:
191-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
192-
command: /sbin/init
193184
- name: ubuntu-lunar
194185
image: ubuntu:lunar
195186
dockerfile: ../common/Dockerfile.j2

0 commit comments

Comments
 (0)