From d130ebe1e8d21baaa78eb358c3a9d54dc716fcdb Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:33:49 -0500 Subject: [PATCH] Add Debian to supported operating systems (#23773) - Debian is a popular Linux flavor for servers - Several Fleet customers have Debian hosts enrolled (see usage stats [here](https://docs.google.com/spreadsheets/d/1Mh7Vf4kJL8b5TWlHxcX7mYwaakZMg_ZGNLY3kl1VI-c/edit?gid=538901298#gid=538901298)) - @iansltx has tested Fleet w/ Debian 11 and 12 --------- Co-authored-by: Ian Littman --- docs/Get started/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Get started/FAQ.md b/docs/Get started/FAQ.md index afeb38bdd1..e99b901cfe 100644 --- a/docs/Get started/FAQ.md +++ b/docs/Get started/FAQ.md @@ -78,7 +78,7 @@ Fleet supports the following operating system versions on hosts. | macOS | 13+ (Ventura) | | iOS/iPadOS | 17+ | | Windows | Pro and Enterprise 10+, Server 2012+ | -| Linux | CentOS 7.1+, Ubuntu 20.04+, Fedora 38+ | +| Linux | CentOS 7.1+, Ubuntu 20.04+, Fedora 38+, Debian 11+ | | ChromeOS | 112.0.5615.134+ | 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.