From 93bea644ce5cb481ecc67e7536a1b548095431cf Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:11:37 -0400 Subject: [PATCH] Update releasing-fleet (#34937) --- docs/Contributing/workflows/releasing-fleet.md | 3 ++- orbit/cmd/fleetd_tables/README.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/Contributing/workflows/releasing-fleet.md b/docs/Contributing/workflows/releasing-fleet.md index 8899c04ad8..cad324d1ea 100644 --- a/docs/Contributing/workflows/releasing-fleet.md +++ b/docs/Contributing/workflows/releasing-fleet.md @@ -158,7 +158,8 @@ The following version of Fleet's agent (`fleetd`) support the latest changes to 1. [orbit-v1.x.x](https://github.com/fleetdm/fleet/releases/tag/orbit-v1.x.x) 2. `fleet-desktop-v1.x.x` (included with Orbit) -3. [fleetd-chrome-v1.x.x](https://github.com/fleetdm/fleet/releases/tag/fleetd-chrome-v1.x.x) +3. `osquery-x.x.x` +4. [fleetd-chrome-v1.x.x](https://github.com/fleetdm/fleet/releases/tag/fleetd-chrome-v1.x.x) > While newer versions of `fleetd` still function with older versions of the Fleet server (and vice versa), Fleet does not actively test these scenarios and some newer features won't be available. diff --git a/orbit/cmd/fleetd_tables/README.md b/orbit/cmd/fleetd_tables/README.md index 07acc2a7fd..255ef140df 100644 --- a/orbit/cmd/fleetd_tables/README.md +++ b/orbit/cmd/fleetd_tables/README.md @@ -1,7 +1,8 @@ # Fleet osquery extensions without fleetd -If you are interested in getting some of the `fleetd` tables but cannot run `fleetd` natively then its possible -to utilize this "fleetd_tables" extension with standalone `osqueryd`. +Fleet adds tables in addition to those available in osquery. + +If you're deploying plain osquery, the best practice is to build and deploy this fleetd_tables osquery extension each time you upgrade Fleet. ### Building the extension