Remove fedora 37 from CI (#16422)
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Tasos Katsoulas committed
Dec 7, 2023 at 15:42 UTC
85d3e67cdbb7e72a62f667235addc840f8a74d98
2 files changed
+4
-9
.github/data/distros.yml
-7
@@ -176,13 +176,6 @@ include:
176
repo_distro: fedora/38
177
test:
178
ebpf-core: true
179
- - <<: *fedora
180
- version: "37"
181
- packages:
182
- <<: *fedora_packages
183
- repo_distro: fedora/37
184
- test:
185
- ebpf-core: true
179
180
- &opensuse
181
distro: opensuse
packaging/PLATFORM_SUPPORT.md
+4
-2
@@ -61,8 +61,8 @@ to work on these platforms with minimal user effort.
61
| Alpine Linux | 3.18 | No | The latest release of Alpine Linux is guaranteed to remain at **Core** tier due to usage for our Docker images |
62
| Alma Linux | 9.x | x86\_64, AArch64 | Also includes support for Rocky Linux and other ABI compatible RHEL derivatives |
63
| Alma Linux | 8.x | x86\_64, AArch64 | Also includes support for Rocky Linux and other ABI compatible RHEL derivatives |
64
-| Amazon Linux | 2023 | x86\_64, AArch64 | |
65
-| Amazon Linux | 2 | x86\_64, AArch64 | |
64
+| Amazon Linux | 2023 | x86\_64, AArch64 | |
65
+| Amazon Linux | 2 | x86\_64, AArch64 | |
66
| CentOS | 7.x | x86\_64 | |
67
| Docker | 19.03 or newer | x86\_64, i386, ARMv7, AArch64, POWER8+ | See our [Docker documentation](https://github.com/netdata/netdata/blob/master/packaging/docker/README.md) for more info on using Netdata on Docker |
68
| Debian | 12.x | x86\_64, i386, ARMv7, AArch64 | |
@@ -72,6 +72,7 @@ to work on these platforms with minimal user effort.
72
| Fedora | 38 | x86\_64, AArch64 | |
73
| Fedora | 37 | x86\_64, AArch64 | |
74
| openSUSE | Leap 15.5 | x86\_64, AArch64 | |
75
+| openSUSE | Leap 15.4 | x86\_64, AArch64 | |
76
| Oracle Linux | 9.x | x86\_64, AArch64 | |
77
| Oracle Linux | 8.x | x86\_64, AArch64 | |
78
| Red Hat Enterprise Linux | 9.x | x86\_64, AArch64 | |
@@ -158,6 +159,7 @@ This is a list of platforms that we have supported in the recent past but no lon
159
| Alpine Linux | 3.14 | EOL as of 2023-05-01 |
160
| Alpine Linux | 3.13 | EOL as of 2022-11-01 |
161
| Debian | 9.x | EOL as of 2022-06-30 |
162
+| Fedora | 37 | EOL as of 2023-12-05 |
163
| Fedora | 36 | EOL as of 2023-05-18 |
164
| Fedora | 35 | EOL as of 2022-12-13 |
165
| openSUSE | Leap 15.4 | EOL as of 2023-12-07 |