Skip to content
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

Drop support for native packages of Ubuntu 22.10 #15292

Merged
merged 2 commits into from
Jul 24, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/data/distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +206,15 @@ include:

- &ubuntu
distro: ubuntu
version: "22.10"
version: "22.04"
eol_check: true
env_prep: |
rm -f /etc/apt/apt.conf.d/docker && apt-get update
jsonc_removal: |
apt-get remove -y libjson-c-dev
packages: &ubuntu_packages
type: deb
repo_distro: ubuntu/kinetic
repo_distro: ubuntu/jammy
arches:
- amd64
- armhf
Expand All @@ -226,11 +226,6 @@ include:
packages:
<<: *ubuntu_packages
repo_distro: ubuntu/lunar
- <<: *ubuntu
version: "22.04"
packages:
<<: *ubuntu_packages
repo_distro: ubuntu/jammy
- <<: *ubuntu
version: "20.04"
packages:
Expand Down
2 changes: 1 addition & 1 deletion packaging/PLATFORM_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ to work on these platforms with minimal user effort.
| Red Hat Enterprise Linux | 8.x | x86\_64, AArch64 | |
| Red Hat Enterprise Linux | 7.x | x86\_64 | |
| Ubuntu | 23.04 | x86\_64, AArch64, ARMv7 | |
| Ubuntu | 22.10 | x86\_64, ARMv7, AArch64 | |
| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
| Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |

Expand Down Expand Up @@ -162,6 +161,7 @@ This is a list of platforms that we have supported in the recent past but no lon
| Fedora | 36 | EOL as of 2023-05-18 |
| Fedora | 35 | EOL as of 2022-12-13 |
| openSUSE | Leap 15.3 | EOL as of 2022-12-01 |
| Ubuntu | 22.10 | EOL as of 2023-07-20 |
| Ubuntu | 21.10 | EOL as of 2022-07-31 |
| Ubuntu | 18.04 | EOL as of 2023-04-02 |

Expand Down