Skip to content

Remove Ubuntu kinetic #658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 18, 2023
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
FEATURES:

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

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ SUSE/SLES:
Ubuntu:
- focal (20.04)
- jammy (22.04)
- kinetic (22.10)
- lunar (23.04)
```

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ galaxy_info:
- name: OracleLinux
versions: ['7', '8', '9']
- name: Ubuntu
versions: [focal, jammy, kinetic, lunar]
versions: [focal, jammy, lunar]
- name: SLES
versions: ['12', '15']

Expand Down
9 changes: 0 additions & 9 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,6 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-kinetic
image: ubuntu:kinetic
# platform: x86_64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-lunar
image: ubuntu:lunar
dockerfile: ../common/Dockerfile.j2
Expand Down
9 changes: 0 additions & 9 deletions molecule/downgrade/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,6 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-kinetic
image: ubuntu:kinetic
# platform: x86_64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-lunar
image: ubuntu:lunar
dockerfile: ../common/Dockerfile.j2
Expand Down
9 changes: 0 additions & 9 deletions molecule/source/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,6 @@ platforms: # Oracle Linux 7 works in local tests but bugs out in GitHub actions
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-kinetic
image: ubuntu:kinetic
# platform: x86_64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-lunar
image: ubuntu:lunar
dockerfile: ../common/Dockerfile.j2
Expand Down
9 changes: 0 additions & 9 deletions molecule/stable/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,6 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-kinetic
image: ubuntu:kinetic
# platform: x86_64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-lunar
image: ubuntu:lunar
dockerfile: ../common/Dockerfile.j2
Expand Down
9 changes: 0 additions & 9 deletions molecule/uninstall/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,6 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-kinetic
image: ubuntu:kinetic
# platform: x86_64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-lunar
image: ubuntu:lunar
dockerfile: ../common/Dockerfile.j2
Expand Down
9 changes: 0 additions & 9 deletions molecule/upgrade/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,6 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-kinetic
image: ubuntu:kinetic
# platform: x86_64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-lunar
image: ubuntu:lunar
dockerfile: ../common/Dockerfile.j2
Expand Down
9 changes: 0 additions & 9 deletions molecule/version/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,6 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-kinetic
image: ubuntu:kinetic
# # platform: x86_64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: ubuntu-lunar
image: ubuntu:lunar
dockerfile: ../common/Dockerfile.j2
Expand Down