From 03e785d1f234d6fb983be8add00b59144cd7ae9e Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:05:16 -0700 Subject: [PATCH] Supported host operating systems (#33063) Add RHEL. Fleet supports RHEL today. We have users/customers with RHEL hosts enrolled. --- docs/Get started/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Get started/FAQ.md b/docs/Get started/FAQ.md index 267b4e0b6b..57d10b3125 100644 --- a/docs/Get started/FAQ.md +++ b/docs/Get started/FAQ.md @@ -78,8 +78,8 @@ Fleet supports the following operating system versions on hosts. | macOS | 14+ (Sonoma) | | iOS/iPadOS | 17+ | | Windows | Pro and Enterprise 10+, Server 2012+ | -| Linux | CentOS 7.1+, Ubuntu 20.04+, Fedora 38+, Amazon Linux 2+, Debian 11+ | -| ChromeOS | 112.0.5615.134+ | +| Linux | CentOS 7.1+, Ubuntu 20.04+, Fedora 38+, Amazon Linux 2+, Debian 11+, Red Hat Enterprise Linux (RHEL) 7+ | +| ChromeOS | 112.0.5615.134+ | | Android | 13+ | While Fleet may still function partially or fully with OS versions older than those above, Fleet does not actively test against unsupported versions and does not pursue bugs on them.