@cryptotaxi247 / netdata-1 / commits / 3c26e3b51

Remove Debian 10 from supported platforms. (#18083)

It went EOL upstream on 2024-06-30.

Austin S. Hemmelgarn committed Jul 8, 2024 at 09:48 UTC 3c26e3b515cf2ba58980f0cc50a300bd47fd488b
2 files changed +6 -11
.github/data/distros.yml
+5 -9
@@ -169,15 +169,6 @@ include:
169 repo_distro: debian/bullseye
170 test:
171 ebpf-core: false
172 - - <<: *debian
173 - version: "10"
174 - base_image: debian:buster
175 - bundle_sentry: *default_sentry
176 - packages:
177 - <<: *debian_packages
178 - repo_distro: debian/buster
179 - test:
180 - ebpf-core: false
172
173 - &fedora
174 distro: fedora
@@ -326,6 +317,11 @@ include:
317 <<: *ubuntu_packages
318 repo_distro: ubuntu/focal
319 legacy: # Info for platforms we used to support and still need to handle packages for
320 + - <<: *debian
321 + version: "10"
322 + packages:
323 + <<: *debian_packages
324 + repo_distro: debian/buster
325 - <<: *fedora
326 version: "37"
327 packages:
packaging/PLATFORM_SUPPORT.md
+1 -2
@@ -67,7 +67,6 @@ to work on these platforms with minimal user effort.
67 | Docker | 19.03 or newer | x86\_64, i386, ARMv7, AArch64, POWER8+ | See our [Docker documentation](/packaging/docker/README.md) for more info on using Netdata on Docker |
68 | Debian | 12.x | x86\_64, i386, ARMv7, AArch64 | |
69 | Debian | 11.x | x86\_64, i386, ARMv7, AArch64 | |
70 -| Debian | 10.x | x86\_64, i386, ARMv7, AArch64 | |
70 | Fedora | 40 | x86\_64, AArch64 | |
71 | Fedora | 39 | x86\_64, AArch64 | |
72 | openSUSE | Leap 15.5 | x86\_64, AArch64 | |
@@ -157,7 +156,7 @@ This is a list of platforms that we have supported in the recent past but no lon
156 | Alpine Linux | 3.16 | EOL as of 2024-05-23 |
157 | Alpine Linux | 3.15 | EOL as of 2023-11-01 |
158 | Alpine Linux | 3.14 | EOL as of 2023-05-01 |
160 -| Debian | 9.x | EOL as of 2022-06-30 |
159 +| Debian | 10.x | EOL as of 2024-07-01 |
160 | Fedora | 38 | EOL as of 2024-05-14 |
161 | Fedora | 37 | EOL as of 2023-12-05 |
162 | openSUSE | Leap 15.4 | EOL as of 2023-12-07 |