summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-04-01 06:58:45 -0400
committerGitHub <noreply@github.com>2024-04-01 06:58:45 -0400
commit4d753867799bf323535be4b8a943fbc6c29589f7 (patch)
treee3c9592de3bfcce718f6a05f1d9e40042543c0fb
parentc4edfbea31ca138f8de71a3215906f4e180f2057 (diff)
Add Fedora 40 to CI, packages, and support policy. (#17282)
-rw-r--r--.github/data/distros.yml11
-rw-r--r--packaging/PLATFORM_SUPPORT.md2
2 files changed, 10 insertions, 3 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 811c78f073..3e3b86429c 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -173,7 +173,7 @@ include:
- &fedora
distro: fedora
- version: "39"
+ version: "40"
support_type: Core
notes: ''
eol_check: true
@@ -182,13 +182,20 @@ include:
dnf remove -y json-c-devel
packages: &fedora_packages
type: rpm
- repo_distro: fedora/39
+ repo_distro: fedora/40
arches:
- x86_64
- aarch64
test:
ebpf-core: true
- <<: *fedora
+ version: "39"
+ packages:
+ <<: *fedora_packages
+ repo_distro: fedora/39
+ test:
+ ebpf-core: true
+ - <<: *fedora
version: "38"
packages:
<<: *fedora_packages
diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md
index 591b850afd..70ed4ee479 100644
--- a/packaging/PLATFORM_SUPPORT.md
+++ b/packaging/PLATFORM_SUPPORT.md
@@ -68,9 +68,9 @@ to work on these platforms with minimal user effort.
| Debian | 12.x | x86\_64, i386, ARMv7, AArch64 | |
| Debian | 11.x | x86\_64, i386, ARMv7, AArch64 | |
| Debian | 10.x | x86\_64, i386, ARMv7, AArch64 | |
+| Fedora | 40 | x86\_64, AArch64 | |
| Fedora | 39 | x86\_64, AArch64 | |
| Fedora | 38 | x86\_64, AArch64 | |
-| Fedora | 37 | x86\_64, AArch64 | |
| openSUSE | Leap 15.5 | x86\_64, AArch64 | |
| openSUSE | Leap 15.4 | x86\_64, AArch64 | |
| Oracle Linux | 9.x | x86\_64, AArch64 | |