summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-06-07 07:17:06 -0400
committerGitHub <noreply@github.com>2022-06-07 07:17:06 -0400
commit9e45c0fdd8a1d89e29d6995a9a3fbb22397606d7 (patch)
tree24bcfa37077a93242f8edba467c6aeed7c5de4d9
parent731fb01d398c1fceac6bb3a3686d67d92f0916aa (diff)
Remove Fedora 34 from CI and package builds. (#12875)
* Remove Fedora 34 from CI and package builds. EOL date is 2022-06-07. * Update platform support document.
-rw-r--r--.github/data/distros.yml5
-rw-r--r--packaging/PLATFORM_SUPPORT.md4
2 files changed, 1 insertions, 8 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index b21d702602..133cdbd137 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -96,11 +96,6 @@ include:
packages:
<<: *fedora_packages
repo_distro: fedora/35
- - <<: *fedora
- version: "34"
- packages:
- <<: *fedora_packages
- repo_distro: fedora/34
- &opensuse
distro: opensuse
diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md
index 9476989095..a629f61dee 100644
--- a/packaging/PLATFORM_SUPPORT.md
+++ b/packaging/PLATFORM_SUPPORT.md
@@ -60,7 +60,6 @@ to work on these platforms with minimal user effort.
| Debian | 9.x | x86\_64, i386, ARMv7, AArch64 | |
| Fedora | 36 | x86\_64, ARMv7, AArch64 | |
| Fedora | 35 | x86\_64, ARMv7, AArch64 | |
-| Fedora | 34 | x86\_64, ARMv7, AArch64 | |
| openSUSE | Leap 15.3 | x86\_64, AArch64 | |
| Oracle Linux | 8.x | x86\_64, AArch64 | |
| Red Hat Enterprise Linux | 9.x | x86\_64, AArch64 | |
@@ -147,12 +146,11 @@ This is a list of platforms that we have supported in the recent past but no lon
| -------- | ------- | ----- |
| Alpine Linux | 3.12 | EOL as of 2022-05-01 |
| Alpine Linux | 3.11 | EOL as of 2021-11-01 |
-| Alpine Linux | 3.10 | EOL as of 2021-05-01 |
+| Fedora 34 | EOL as of 2022-06-07 |
| Fedora | 33 | EOL as of 2021-11-30 |
| Fedora | 32 | EOL as of 2021-05-25 |
| FreeBSD | 11-STABLE | EOL as of 2021-10-30 |
| openSUSE | Leap 15.2 | EOL as of 2021-12-01 |
-| openSUSE | Leap 15.1 | EOL as of 2021-01-31 |
| Ubuntu | 21.04 | EOL as of 2022-01-01 |
| Ubuntu | 20.10 | EOL as of 2021-07-22 |
| Ubuntu | 16.04 | EOL as of 2021-04-02 |