Commit Graph
1521 Commits
Author SHA1 Message Date
melpike 5fac791879 Fix link to static SCEP challenge guide (#45372)
Updated the link for the static SCEP challenge guide to the correct URL.

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves
https://github.com/fleetdm/fleet/issues/30674
2026-05-14 10:31:38 -06:00
Noah Talerman e8a8868e5c Release article: Fleet 4.85.0 (#45417)
TODO:
 - [x] @lukeheath: Add "Changes" section
2026-05-14 12:21:29 -04:00
Ashish Kuthiala d769199728 Publish blog by Dhruv (#45429) 2026-05-13 14:30:43 -07:00
GrowthX-TeamandDan Gordon 03e622f7d4 New article: Threat prevention: a guide for multi-platform fleets (#45029)
New Article by Team GrowthX

Date: 13-05-2026

---------

Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-05-13 12:00:06 -07:00
GrowthX-TeamandDan Gordon 28b8b087a0 New article: What is the principle of least privilege for device management? (#45030)
New Article by Team GrowthX

Date: 08-05-2026

---------

Co-authored-by: Dan Gordon <daniel@fleetdm.com>
2026-05-13 10:21:14 -07:00
melpike b908589849 [Guide] Enhance guide with Simplified Platform SSO details (#45298)
Added details on Simplified Platform SSO introduced in macOS 26,
including prerequisites, configuration steps, and user experience.

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #30674
2026-05-13 09:01:02 -06:00
Mike Thomas 9f3047e8ba Updated heading size (#45347) 2026-05-13 15:34:33 +09:00
Mike Thomas 2babe6f87b removed sub-heading on article (#45346)
Removed sub-heading on article to keep the layout consistent with other
articles.
2026-05-13 15:30:51 +09:00
fc907c4634 Rename Apple Business 'Location' to 'Organization Unit' in UI and docs (#44833)
## Summary

- Renames Apple Business "Location" / "Locations" to "Organization Unit"
/ "Organization Units" across user-facing UI strings, documentation, and
code comments
- Updates the VPP table column header, modal text, error messages, audit
log descriptions, YAML configuration docs, and article guides
- Underlying API field names (`location` in JSON) and YAML config keys
remain unchanged for backward compatibility

---

Built for [Mel
Pike](https://fleetdm.slack.com/archives/D0AKX7DJFCN/p1778077861693279?thread_ts=1777299502.461149&cid=D0AKX7DJFCN)
by [Kilo for Slack](https://kilo.ai/slack)

---------

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: melpike <melpike.dev@gmail.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: melpike <79950145+melpike@users.noreply.github.com>
2026-05-12 12:03:08 -06:00
melpike 90206abeb9 Update API endpoints for iOS Account-driven Enrollment (#45266)
Added additional API endpoints for Account-driven User Enrollment for
iOS devices.

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves
https://github.com/fleetdm/fleet/issues/44742
2026-05-12 12:02:19 -06:00
melpike a9d3282904 Revise troubleshooting and AB issue details (#45271)
Updated troubleshooting section to clarify failed enrollments and added
details about Apple Business Manager (AB) issues.
2026-05-12 13:53:58 -04:00
2c87d957ef Add additional public endpoints that need to be exposed to the public internet (#44079)
Add additional endpoints that need to be exposed to the public internet
for account-driven user enrollment.
Without these exposed, a user cannot enroll using account-driven user
enrollment.

Tested using our own internal Fleet instance.

Co-authored-by: Jordan Moore <jordan@unchained.com>
Co-authored-by: melpike <79950145+melpike@users.noreply.github.com>
2026-05-12 11:24:56 -06:00
Marko Lisica 81bc4a3f92 Metadata extraction improvements (#45219)
Related to:
- #38356
- #38987
2026-05-12 12:28:58 -04:00
Noah Talerman 29a0b6dd97 Add "quick start" for GitOps and remove links to archived fleet-gitops repo (#45028)
- @noahtalerman: We archived the fleetdm-gitops repo:
https://github.com/fleetdm/fleet/issues/40300
- Update links across docs/guides to point to GitOps reference instead
2026-05-12 09:17:51 -04:00
Dan GordonandNoah Talerman dbce36c03c add YT feature videos to release blog highlights (#45061)
Added an embedded YT feature video for each highlighted feature from the
release. Also added anchor points so can jump down from the list at the
top.

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

## Summary by CodeRabbit

* **Chores**
* Removed script references for deprecated features including payment
processing, account overview, and specific event-related pages from the
application layout.

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

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
2026-05-08 17:22:49 -04:00
Noah TalermanandMike Thomas d1115a6bc9 Custom variables changes: Currently, only Apple profiles are resent (#44850)
Windows coming soon:
- https://github.com/fleetdm/fleet/issues/44852

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2026-05-08 17:19:42 -04:00
Noah Talerman 77994bcb60 Rename 'Custom OS settings' to 'Configuration profiles' (#44754) 2026-05-08 17:19:23 -04:00
Steven Palmesano bf8ef7cea4 Update note about Google Workspace privileges (#44878) 2026-05-08 06:51:12 -05:00
Gray WilliamsandMike Thomas af9c488cf6 Create managing-chrome-with-fleet.md (#44578)
Creates a guide that's specific to getting started with managing Google
Chrome with Fleet.

The information on
https://fleetdm.com/guides/creating-windows-csps#ingesting-custom-admx-templates-admxinstall
is fantastic, but a customer will not be searching for "admx" if they're
trying to deploy a config profile for Google Chrome.

This guide is specific enough to solve a problem, while demonstrating
the method required for doing this for other applications.

- Please let me know if I've got this in the right place or if any
changes/improvements are required

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2026-05-08 10:48:53 +01:00
Dan Gordon 593693fabd fix LP long title and chapter numbering (en and fr versions) (#44966)
Fixed an overly long first title on the en and fr version of landing
page which made the page look sloppy. Made the language tighter. Also
updated the filenames to all lowercase to match the slugs to align with
standards, and make it easier to find the files when editing.
2026-05-07 14:57:07 -05:00
kitzy 30b39aa0bd Fix typos in using-bioutil-cmd.md (#44951) 2026-05-07 14:14:08 -05:00
Dan Gordon 696d7b7070 update asset to french version (#44913)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves
#https://github.com/fleetdm/confidential/issues/15648

Updated IT Leader's Linux Guide and landing page with version of the
asset translated to French.
2026-05-07 09:48:45 -07:00
Steven Palmesano 359408b6b9 Fix broken links for setup_experience (#44903) 2026-05-07 06:50:01 -05:00
Irena Reedy 9cd0753ad0 Update cybersecurity-company-1.md (#44774) 2026-05-06 15:15:40 -07:00
Noah Talerman 00d30f28a0 Add "International companies" to best practice list (#44749)
- Also add example for "Umbrella companies"
2026-05-05 17:19:56 -04:00
Katheryn Satterlee 6c2815539a Update Entra provisioning instructions with notes (#44419)
Added note about Entra's limitations with nested groups.

# Checklist for submitter

Documentation change only.
2026-05-05 09:50:40 -05:00
Katheryn Satterlee dd6f0795fe Clarify API key requirements for Fleet integration (#44551)
Added note about required user role for MDM commands.
2026-05-05 09:50:15 -05:00
Noah Talerman 48ccdbab13 Reference docs: Multi-platform names for macos_setup and macos_settings (#43565)
Update reference docs for the following story:
- https://github.com/fleetdm/fleet/issues/40488
2026-05-04 18:51:54 -04:00
5ee53b4c28 adding redis and mysql subcharts instead of bitnami (#42442)
Resolves: #34771 

This moves away from relying on discontinued bitnami charts and instead
adds a small mysql chart, a valkey/redis chart and a brief guide update
on how to migrate from one to the other.

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

* **New Features**
  * Helm chart bumped to v7.0.0.
* Replaced Redis with Valkey as the caching backend and added Valkey
configuration options.
* Added an optional embedded MySQL chart with configurable auth,
persistence, service, and credentials handling.

* **Chores**
* CI now adds the Valkey Helm repository and builds chart dependencies
before templating.
  * .gitignore adjusted to only ignore packaged chart archives (*.tgz).
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: georgekarrv <1501415+georgekarrv@users.noreply.github.com>
2026-05-04 15:39:56 -05:00
Noah Talerman 84566685e1 Update custom OS settings documentation (#44537)
Clarify the availability of the 'Resend' button for Android certificates
and explain the differences in profile delivery mechanisms.
2026-05-04 09:59:25 -04:00
Gray Williams 4eb6bf9241 Update lsblk example on linux-disk-encryption-end-user.md (#44375)
The current example under verify encryption results in an error, as
ENCRYPTED is an unknown column

```
lsblk -o NAME,MOUNTPOINT,TYPE,SIZE,FSUSED,FSTYPE,ENCRYPTED
lsblk: unknown column: ENCRYPTED
```

- https://fleetdm.slack.com/archives/C09JAPRM1EJ/p1777467446591059
2026-05-03 14:39:38 +01:00
Gray Williams e17a894f2b Update enroll-hosts.md (#44470)
Update the enroll hosts guide to use the 3.14.1 version of the WiX
binaries. Attempting to use the 3.11 version results in an error when
passing the `--arch` flag.
2026-05-03 14:39:16 +01:00
Steven Palmesano 5f05ffe010 Add warning about unsupported attributes (#44201) 2026-05-02 06:07:58 -05:00
Steven Palmesano fc153224b8 Fix Settings reference (#44231) 2026-05-02 06:07:28 -05:00
Steven Palmesano ae8c3d0f60 Add Arch to syslog list (#44520) 2026-05-02 06:07:13 -05:00
Irena Reedy 23d26db33a Update digital-bank-1.md (#44450)
The "About Fleet" section is now automated so it no longer needs to
added (it showed up twice lol my bad)
2026-05-01 17:09:58 -07:00
Irena Reedy e7d26b3a96 Update financial-services-platform.md (#44248) 2026-05-01 16:48:44 -07:00
Dan Gordon 8e7c52cb5e Convert jamf comparison table to markdown with emojis for color (#44573)
Converted comparison tables back to markdown (from html) and used
emoji's for color to make results more clear and still sticking to Fleet
style, approved by MikeT.
2026-05-01 15:08:58 -07:00
Lucas Manuel Rodriguez 3cdf1d22b3 Add missing transfer permissions on Fleet admins/maintainer/gitops (#42963)
Missing entry for existing permissions of Fleet
admins/maintainers/gitops. They can transfer hosts between fleets they
manage (both source and target).
2026-05-01 14:24:14 -05:00
Noah TalermanandRachael Shaw ae2d1279a9 Add article: Fleet MCP (#44447)
Co-authored-by: Rachael Shaw <r@rachael.wtf>
2026-05-01 14:41:47 -04:00
melpike 1bd9145854 Remove duplicate MDM setup instructions for Fleet (#44600)
Removed redundant steps for connecting Fleet to APNs and renewing APNs
certificate.
2026-05-01 14:27:03 -04:00
Magnus JensenandClaude 1f69968870 [Guide] Document MDM turn-off on SCEP renewal failure (#44516)
## Summary
- Adds a note under the SCEP section of the Apple MDM setup guide
clarifying that, for manually enrolled devices, MDM is turned off on the
host if SCEP certificate renewal fails, and the user must re-enroll to
restore MDM management.
- This documents already-released behavior.

## Test plan
- [ ] Verify the SCEP section in `articles/apple-mdm-setup.md` reads
correctly and renders properly on the docs site.

Replaces #44512 (which targeted `docs-v4.86.0` and had merge conflicts
when rebased to main).

https://claude.ai/code/session_01WacVBQENufY9uWfb1Aj48W

---
_Generated by [Claude
Code](https://claude.ai/code/session_01WacVBQENufY9uWfb1Aj48W)_

Co-authored-by: Claude <noreply@anthropic.com>
2026-04-30 11:50:23 -06:00
Dan Gordon 35bd0ae266 Change article text to properly frame data sovereignty (#44469)
Change article text to properly frame data sovereignty. Original article
was conflating software and data sovereignty.
2026-04-30 09:46:46 -07:00
Noah TalermanandMike Thomas 6db10ee968 Okta conditional access: Renewal is coming soon and what to do about old certificates (#43987)
Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2026-04-29 17:01:50 -04:00
Noah Talerman 4d3665b715 Deploy certificates guide: Move examples so they're easier to find (#43981)
- Apple and Windows profiles were hiding below Android section
2026-04-29 15:36:47 -04:00
Irena Reedy 005ed1772f Update financial-data-company.md (#44351)
changes made to case study based on CSM notes
2026-04-29 09:37:02 -07:00
kilo-code-bot[bot]andkiloconnect[bot] 59125097ca Remove industrial-devops case study from website (#44319)
## Summary

- Removes the `articles/industrial-devops.md` case study article from
the website
- No other references to this case study were found in the codebase
(routes, handbook, navigation files, etc.), so only the article file
needed to be deleted

## Changes

- **Deleted:** `articles/industrial-devops.md` — the "Industrial DevOps
company automates endpoint management with Fleet" case study

---

Built for [Irena
Reedy](https://fleetdm.slack.com/archives/D0APYC9R9SL/p1777402086810929?thread_ts=1775761161.561979&cid=D0APYC9R9SL)
by [Kilo for Slack](https://kilo.ai/features/slack-integration)

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-04-29 09:35:29 -07:00
Irena Reedy 123de277f6 Create industrial-devops.md (#44289) 2026-04-28 10:24:48 -05:00
kitzy 8b7f8b0b7d Add documentation for using AutoPkg with Fleet (#44105)
Re-merging the AutoPkg documentation that was accidentally merged into
`41856-orbit-connectivity-check` instead of `main` (originally [PR
#44059](https://github.com/fleetdm/fleet/pull/44059), reverted in PR
#44104).

This is a clean cherry-pick of just `articles/autopkg-with-fleet.md`
onto main.
2026-04-28 06:22:25 -04:00
Dan Gordon a6bc64f9cc Repoint YT video URL in 4.84 release blog (#44264)
I had to upload a new version of the video, which had some issues I
missed at first. This is changing the link to point to the new version.
2026-04-27 17:15:27 -07:00