summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-12-13 13:59:38 -0500
committerGitHub <noreply@github.com>2022-12-13 13:59:38 -0500
commit905e7b7b5a1ed06f31293c5091126d437bfd9bdd (patch)
treee6c7e3a85ebc5abf3f9852dbff8864d41098d64f
parent6788b577c1384ca40c3420ec0851804dfb60a6b7 (diff)
Remove Fedora 35 from the list of supported platforms. (#14136)
It’s EOL as of 2022-12-13.
-rw-r--r--.github/data/distros.yml11
-rw-r--r--packaging/PLATFORM_SUPPORT.md4
2 files changed, 1 insertions, 14 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index d9ac2809d2..53ba75b729 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -121,17 +121,6 @@ include:
- aarch64
test:
ebpf-core: true
- - <<: *fedora
- version: "35"
- packages:
- <<: *fedora_packages
- repo_distro: fedora/35
- arches:
- - x86_64
- - armhfp
- - aarch64
- test:
- ebpf-core: true
- &opensuse
distro: opensuse
diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md
index 81f88a8721..d695e53eee 100644
--- a/packaging/PLATFORM_SUPPORT.md
+++ b/packaging/PLATFORM_SUPPORT.md
@@ -59,7 +59,6 @@ to work on these platforms with minimal user effort.
| Debian | 10.x | x86\_64, i386, ARMv7, AArch64 | |
| Fedora | 37 | x86\_64, AArch64 | |
| Fedora | 36 | x86\_64, ARMv7, AArch64 | |
-| Fedora | 35 | x86\_64, ARMv7, AArch64 | |
| openSUSE | Leap 15.4 | x86\_64, AArch64 | |
| Oracle Linux | 9.x | x86\_64, AArch64 | |
| Oracle Linux | 8.x | x86\_64, AArch64 | |
@@ -148,9 +147,8 @@ This is a list of platforms that we have supported in the recent past but no lon
| Alpine Linux | 3.13 | EOL as of 2022-11-01 |
| Alpine Linux | 3.12 | EOL as of 2022-05-01 |
| Debian | 9.x | EOL as of 2022-06-30 |
+| Fedora | 35 | EOL as of 2022-12-13 |
| Fedora | 34 | EOL as of 2022-06-07 |
-| Fedora | 33 | EOL as of 2021-11-30 |
-| FreeBSD | 11-STABLE | EOL as of 2021-10-30 |
| openSUSE | Leap 15.3 | EOL as of 2022-12-01 |
| Ubuntu | 21.10 | EOL as of 2022-07-31 |
| Ubuntu | 21.04 | EOL as of 2022-01-01 |