Commit Graph
1767 Commits
Author SHA1 Message Date
f298ca12b2 Website: Add CIS benchmarks blog article (#47486)
Adds "Benchmarks without the burden: continuous CIS compliance" by Dhruv
Majumdar.

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-06-12 11:04:39 -07:00
Ashish Kuthiala 62f2170892 Create bridging-the-it-security-divide.md (#47487)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
2026-06-12 10:29:45 -07:00
Steven Palmesano d80e2e95f9 Add link for Linux OS support to Fleet Desktop guide (#47455) 2026-06-12 06:37:58 -05:00
Adam Baali d8423e1808 Fix link format for Windows hardening PowerShell script (#47258) 2026-06-12 12:23:26 +02:00
Luke Heath 87ee896bdb Website: Add dashboard vulnerability exposure article (#46485) 2026-06-11 17:36:00 -05:00
40fa1a73b8 Clarify mdm.allow_all_declarations + include estimate of when all declarations will be available OOB (#47217)
<img width="890" height="349" alt="Screenshot 2026-06-10 at 9 35 13 AM"
src="https://github.com/user-attachments/assets/13c26c9f-38ce-4d1f-95c3-4b22044bb9c2"
/>

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Co-authored-by: Rachael Shaw <r@rachael.wtf>
2026-06-10 18:02:32 -05:00
Ashish Kuthiala c60f436654 Create shadow-ai-is-already-on-your-fleet.md (#47374)
blog by Allen Houchins
2026-06-10 14:02:28 -07:00
Gray Williams 98983c337a Fixes broken links in managing-chrome-with-fleet.md (#47093)
Links to the solutions folder weren't quite as expected, resulting in
404's
2026-06-10 16:41:09 -04:00
Allen HouchinsandNoah Talerman 3906398928 Schedule calendar remediation events next business day after policy failure (#42435)
This pull request updates the logic for scheduling calendar events to
always select the next business day (skipping weekends) instead of
scheduling on the next Tuesday. The test suite for this functionality
has also been rewritten to reflect the new behavior and to improve
clarity.

**Business logic update:**

* Changed `getPreferredCalendarEventDate` in `calendar_cron.go` to
return the next business day after the provided date, skipping weekends,
instead of always selecting the next Tuesday.

**Test updates:**

* Refactored the test cases in `calendar_cron_test.go` to use specific
`today` dates and expected results, ensuring coverage for weekday
transitions, weekend skipping, and month/year rollovers. The tests now
directly check the next business day logic rather than iterating over
ranges of days.

**Related issue:** Resolves #

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.

- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements), JS
inline code is prevented especially for url redirects, and untrusted
data interpolated into shell scripts/commands is validated against shell
metacharacters.
- [ ] Timeouts are implemented and retries are limited to avoid infinite
loops
- [ ] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes

## Testing

- [x] Added/updated automated tests
- [ ] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing)
(updates to one hosts's records do not affect another)

- [ ] QA'd all new/changed functionality manually

For unreleased bug fixes in a release candidate, one of:

- [ ] Confirmed that the fix is not expected to adversely impact load
test results
- [ ] Alerted the release DRI if additional load testing is needed

## Database migrations

- [ ] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [ ] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [ ] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).

## New Fleet configuration settings

- [ ] Setting(s) is/are explicitly excluded from GitOps

If you didn't check the box above, follow this checklist for
GitOps-enabled settings:

- [ ] Verified that the setting is exported via `fleetctl
generate-gitops`
- [ ] Verified the setting is documented in a separate PR to [the GitOps
documentation](https://github.com/fleetdm/fleet/blob/main/docs/Configuration/yaml-files.md#L485)
- [ ] Verified that the setting is cleared on the server if it is not
supplied in a YAML file (or that it is documented as being optional)
- [ ] Verified that any relevant UI is disabled when GitOps mode is
enabled

## fleetd/orbit/Fleet Desktop

- [ ] Verified compatibility with the latest released version of Fleet
(see [Must
rule](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/workflows/fleetd-development-and-release-strategy.md))
- [ ] If the change applies to only one platform, confirmed that
`runtime.GOOS` is used as needed to isolate changes
- [ ] Verified that fleetd runs on macOS, Linux and Windows
- [ ] Verified auto-update works from the released version of component
to the new version (see [tools/tuf/test](../tools/tuf/test/README.md))



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Bug Fixes**
* Calendar events now schedule on the next business day (skipping
weekends) after a policy failure instead of a fixed weekly day.

* **Tests**
* Updated unit tests to validate the new next-business-day behavior with
explicit expected dates.

* **Documentation**
* Updated scheduling description to reflect next-business-day
remediation timing.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2026-06-09 09:15:47 -05:00
kitzy 446b46e029 Add article on WWDC 2026 changes for IT admins (#47149) 2026-06-08 23:02:25 -04:00
Noah Talerman a091e81054 Update experimental feature status to Fleet 4.90.0 (#46923)
Issue targeted for 4.90:
- https://github.com/fleetdm/fleet/issues/44448
2026-06-08 17:16:18 -05:00
Dan Gordon 095ba627fd Enhance Fleet setup instructions with HTTPS details (#46964)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:**  #https://github.com/fleetdm/fleet/issues/46927

Added information about using HTTPS and handling self-signed
certificates during Fleet setup.
2026-06-08 13:15:03 -05:00
684d87d9f9 Grayw guides update managinggooglechrome (#46995)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #46637 

- Updated the wording and flow of the guide
- Included links to new configuration profiles in the solutions folder
- Added alternative option for enrolling in to cloud management

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Documentation**
* Added a Windows configuration profile to enable enrolling Google
Chrome into enterprise management.
* Included a template with a placeholder enrollment token for
administrators to replace when configuring device management.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2026-06-08 10:34:13 -04:00
Noah Talerman b693fc21b2 Update SCEP certificate renewal information (#46957)
Shipped in:
- https://github.com/fleetdm/fleet/issues/40639
2026-06-05 17:04:16 -05:00
Dante CatalfamoandNoah Talerman 48fe442da0 Update CVE documentation to list Linux distributions supported (#46828)
**Related issue:** Resolves #45110


---------

Co-authored-by: Noah Talerman <noahtal@umich.edu>
2026-06-05 16:22:39 -04:00
Noah Talerman 794ef11fc3 MDM setup guide updates (#46862)
- Move "Re-enrolling" to troubleshooting because I think that's the best
spot we have for it. I don't think we want it in the top of the "AB"
section because we link to this section from "Add AB" UI and we want to
steps to add AB to be easy to find:

<img width="795" height="431" alt="Screenshot 2026-06-04 at 5 57 12 PM"
src="https://github.com/user-attachments/assets/8b691577-bc20-4b6d-92a8-7b5655fc4ebf"
/>

- Also did some other language cleanup
2026-06-05 14:42:22 -04:00
Gray Williams c885fa5288 Update apple-mdm-setup.md (#46456)
Updates based on menu changes
2026-06-05 14:23:46 +01:00
Noah Talerman 7c8bd1dc71 Update macOS setup experience instructions (#46848)
Clarified the conditions under which Fleet installs setup experience
software on macOS.
2026-06-05 09:22:48 -04:00
GrowthX-TeamandDan Gordon 03e8a2e869 New article: Zero trust at the edge: Continuous verification, compliance, and security on devices (#45055)
New Article by Team GrowthX

Date: 08-05-2026

---------

Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-06-03 17:59:10 -07:00
kitzy d54e32e0b2 Clarify agent options management in documentation (#46434) 2026-06-03 19:10:35 -04:00
GrowthX-TeamandDan Gordon 1a2b640731 New article: GitOps for device management: Audit trails, compliance, and configuration as code (#46159)
New Article by Team GrowthX

Date: 25-05-2026

cc @danbgordon

---------

Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-06-03 13:45:01 -07:00
GrowthX-TeamandDan Gordon 2a01bc1d6d New article: Enterprise device management in 2026 (#46160)
New Article by Team GrowthX

Date: 25-05-2026

cc @danbgordon

---------

Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-06-03 12:56:49 -07:00
Noah Talerman d00e1ab377 MacBook Neo article: "teams" => "fleets" (#46716) 2026-06-03 12:46:24 -05:00
Ashish KuthialaandDan Gordon df2a8f40b1 publish 2 blogs - compliance (#46703)
Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-06-03 00:21:52 -05:00
Dan Gordon c25bd2ea1e publish article for Adam Baali (#46683)
Publishing to guides under today's date.
2026-06-02 22:58:15 -05:00
3a110e9c45 Add webinar image to landing page (#46376)
In order to improve conversion of traffic on landing page: Add the
webinar image asset and link it from the article metadata. Adds new PNG
at
website/assets/images/articles/webinar-beyond-the-hype-ai-device-management-800x450@2x.png
and inserts a meta tag (articleImageUrl) in the article header so the
post can reference the image. Also trims trailing whitespace on the
articleTitle meta tag.

---------

Co-authored-by: Eric <eashaw@sailsjs.com>
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2026-06-02 07:10:01 -04:00
5955a6f594 43116 fix Fedora wipe btrfs snapshots (#45704)
**Related issue:** Resolves #43116

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.

- [x] QA'd all new/changed functionality manually

For unreleased bug fixes in a release candidate, one of:

- [x] Confirmed that the fix is not expected to adversely impact load
test results


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Bug Fixes**
* Fedora/Linux wipe now removes Btrfs snapshots (including read-only)
before wiping so snapshots won’t persist.

* **UI**
* Linux-specific guidance and external links added to wipe dialogs and
wiped/failed-wipe activity items; wipe status tags suppressed for Linux
hosts.
* Activity entries include host platform to enable platform-specific
messaging.

* **Tests**
* Updated tests to cover Linux-specific wipe messaging, links, and
activity payloads.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Jordan Montgomery <elijah.jordan.montgomery@gmail.com>
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2026-06-02 10:14:02 +01:00
Dale Ribeiro cf20e45c50 Fix typo in GitOps migration documentation (#43823) 2026-06-01 16:11:02 -04:00
Noah TalermanandDan Gordon 30430058fb 4.86.0 release article: Tweak/shorten language (#46551)
- @noahtalerman: I forgot to push these changes before the release
article went live.

---------

Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-06-01 12:41:41 -05:00
Magnus Jensen ddcf246fbb Fix local admin account link in release article (#46562) 2026-06-01 10:22:31 -05:00
Dan Gordon 2c1267501d Add video link to release announcement (#46526) 2026-06-01 08:08:32 -05:00
Noah Talerman ef6a51d4fa Release article: Fleet 4.86.0 (#46007) 2026-05-29 17:40:09 -05:00
johnjeremiah f69603fb53 Add webinar recording landing and view page (#46486)
Add new webinar article 'The trust gap in endpoint management' (includes
metadata and embedded video)
2026-05-29 17:39:06 -05:00
Rachael Shaw c45ff9f029 Preview of v4.86.0 doc changes (merge conflicts resolved) (#42428) 2026-05-29 17:37:53 -05:00
Steven Palmesano 157adaee6c Add article for GIT101: Git Basics video (#46246) 2026-05-29 05:30:26 -05:00
kitzyandCopilot Autofix powered by AI 02b6d081fc Add guide for setting up a canary fleet to catch fleetd conflicts (#46347)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Updated Fleet-maintained application metadata with latest supported
versions and installer information for Calibre, Fork, Granola, Microsoft
Edge, Microsoft Teams, Ollama, Teleport Connect, Teleport Suite, and
Zotero.

* **New Features**
* Enhanced CIS benchmark conversion script to accept parameterized input
for flexible policy configuration.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/46347?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-29 05:49:40 -04:00
Gray Williams 007b42a0ca Update deploy-software-packages.md (#46340)
Updates /teams to /fleets to remove 404
2026-05-29 08:45:06 +01:00
GrowthX-TeamandDan Gordon b632215229 New article: How security compliance automation works for device fleets (#46163)
New Article by Team GrowthX

Date: 25-05-2026

cc @danbgordon

---------

Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-05-28 20:03:45 -07:00
Steven Palmesano f4ee930ce2 Prefer Okta Verify FMA over custom package (#46281) 2026-05-28 06:54:27 -05:00
GrowthX-TeamandDan Gordon f975c462c0 New article: Federated authentication explained: SSO, protocols, and device management (#46162)
New Article by Team GrowthX

Date: 25-05-2026

cc @danbgordon

---------

Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-05-27 18:17:42 -07:00
Irena ReedyandHarrison Ravazzolo 399ae2cf54 Create microsoft-is-rotating-every-windows-pcs-secure-boot-keys.md (#46086)
Co-authored-by: Harrison Ravazzolo <38767391+harrisonravazzolo@users.noreply.github.com>
2026-05-27 17:50:50 -07:00
GrowthX-TeamandDan Gordon a93567e272 New article: Mobile threat defense: What it detects and how it works (#46161)
New Article by Team GrowthX

Date: 25-05-2026

cc @danbgordon

---------

Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-05-27 15:32:09 -07:00
GrowthX-TeamandDan Gordon 7dab469928 New article: Endpoint management for mixed-platform environments (#46165)
New Article by Team GrowthX

Date: 25-05-2026

cc @danbgordon

---------

Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-05-27 12:03:43 -07:00
Allen Houchins 9c49e176cf Remove example links from deployment guide (#46188)
Removed links to example scripts and policies from the guide.
2026-05-26 21:10:42 -05:00
Ashish KuthialaandDan Gordon 7adbc4b3f3 publish dhruv blog 5 (#46232)
Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-05-26 17:47:06 -04:00
Ashish Kuthiala 60b755a599 Publish Dhruv blog 4 (#46229) 2026-05-26 14:07:43 -07:00
Ashish Kuthialaandjohnjeremiah a50b9d79fb Create cios-edge.md (#46224)
Co-authored-by: johnjeremiah <jjeremiah@gmail.com>
2026-05-26 16:30:15 -04:00
|@rm!n3 9858a5b589 Create article on EDR flagging Fleet and what does it mean ? (#44938) 2026-05-25 14:53:56 -04:00
James 0d48b950b7 Fix broken AB setup image link (#45536)
# Checklist for submitter

If some of the following don't apply, delete the relevant line.

## Testing

- [x] QA'd all new/changed functionality manually

## Details

Fixes the broken image link on [the Apple MDM Setup
article](https://fleetdm.com/guides/apple-mdm-setup#simple-certificate-enrollment-protocol-scep).
2026-05-25 14:41:43 +02:00
GrowthX-Team 8b18a0b3f9 New article: End user computing: A complete guide to security, compliance, and governance (#45515)
New Article by Team GrowthX

Date: 14-05-2026
2026-05-24 17:05:04 -07:00