@cryptotaxi247 / netdata-1 / commits / 68a1d80d8

Drop support for native packages of Ubuntu 22.10 (#15292)

* Remove native packages support for ubuntu 22.10 Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * Update packaging/PLATFORM_SUPPORT.md Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud>

Tasos Katsoulas committed Jul 24, 2023 at 19:52 UTC 68a1d80d89d876e9c4f8617e1a0f5d8e239fd27a
2 files changed +3 -8
.github/data/distros.yml
+2 -7
@@ -212,7 +212,7 @@ include:
212
213 - &ubuntu
214 distro: ubuntu
215 - version: "22.10"
215 + version: "22.04"
216 eol_check: true
217 env_prep: |
218 rm -f /etc/apt/apt.conf.d/docker && apt-get update
@@ -220,7 +220,7 @@ include:
220 apt-get remove -y libjson-c-dev
221 packages: &ubuntu_packages
222 type: deb
223 - repo_distro: ubuntu/kinetic
223 + repo_distro: ubuntu/jammy
224 arches:
225 - amd64
226 - armhf
@@ -232,11 +232,6 @@ include:
232 packages:
233 <<: *ubuntu_packages
234 repo_distro: ubuntu/lunar
235 - - <<: *ubuntu
236 - version: "22.04"
237 - packages:
238 - <<: *ubuntu_packages
239 - repo_distro: ubuntu/jammy
235 - <<: *ubuntu
236 version: "20.04"
237 packages:
packaging/PLATFORM_SUPPORT.md
+1 -1
@@ -76,7 +76,6 @@ to work on these platforms with minimal user effort.
76 | Red Hat Enterprise Linux | 8.x | x86\_64, AArch64 | |
77 | Red Hat Enterprise Linux | 7.x | x86\_64 | |
78 | Ubuntu | 23.04 | x86\_64, AArch64, ARMv7 | |
79 -| Ubuntu | 22.10 | x86\_64, ARMv7, AArch64 | |
79 | Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
80 | Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |
81
@@ -163,6 +162,7 @@ This is a list of platforms that we have supported in the recent past but no lon
162 | Fedora | 36 | EOL as of 2023-05-18 |
163 | Fedora | 35 | EOL as of 2022-12-13 |
164 | openSUSE | Leap 15.3 | EOL as of 2022-12-01 |
165 +| Ubuntu | 22.10 | EOL as of 2023-07-20 |
166 | Ubuntu | 21.10 | EOL as of 2022-07-31 |
167 | Ubuntu | 18.04 | EOL as of 2023-04-02 |
168