Commit Graph
17170 Commits
Author SHA1 Message Date
Dante Catalfamo f25ed917d3 Fixed tooltip not showing the correct log destination (#30124)
#28613
2025-06-19 10:39:07 -04:00
Ian Littman 943b1e215c Fix CPE/CVE validation test for iTerm2 for CVE-2024-38395 (#30141)
For #30118. Not sure why this worked before; CVE feeds must have been
inaccurate given the CVE description.

# Checklist for submitter

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

<!-- Note that API documentation changes are now addressed by the
product design team. -->
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Added/updated automated tests
2025-06-19 08:08:53 -05:00
Gabriel Hernandez afffad11a0 fix typos and add premium feature message to idp integration page (#30079)
Fixes #29505

Quick fix to show the premium feature message for idp integrations card

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
- [x] Manual QA for all new/changed functionality
2025-06-19 12:34:53 +01:00
Gabriel Hernandez 8b25a1bae7 fix truncation of mdm server url value in about card (#30085)
Fixes #29696

fixes truncation of the mdm server url value on the about card.

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
- [x] Manual QA for all new/changed functionality
2025-06-19 12:34:06 +01:00
Sam Pfluger 65bac93d13 Add E-group section (#30144) 2025-06-18 21:08:49 -05:00
github-actions[bot]andRachelElysia b1fe6b485c Fleet UI: Update osquery version options (#30139)
Automated update of MIN_OSQUERY_VERSION_OPTIONS with any new osquery
release. (Note: This automatic update is the solution to issue #21431)

Co-authored-by: RachelElysia <RachelElysia@users.noreply.github.com>
2025-06-18 19:14:49 -05:00
Noah Talerman da5f8d88ee Handbook: core v. context (#30121)
Core and context definitions are from the now archived
https://docs.google.com/document/d/1Vr0F218Acr69eAgaD38zsyUUQ3Ik9HDEAlitT911BzU/edit?tab=t.0.
2025-06-18 15:23:43 -07:00
Victor Lyuboslavsky 3e88653dcc Fixed error deleting calendar event for non-existent user. (#30009)
Fixes #27961

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
- [x] Added/updated automated tests
- [x] Manual QA for all new/changed functionality
2025-06-18 17:03:06 -05:00
Jorge Falcon bc08109ff1 Helm Chart - MySQL Read Replica environment variable support (#30099)
- Added support for configuring read only replicas via values.yaml
- Added support for read only replica environment variables in
deployment.yaml and cron-vulnprocessing.yaml
2025-06-18 15:45:54 -04:00
Eric 7b764152b3 Website: add /remediate and /turn-on-mdm pages for Microsoft compliance proxy (#30094)
Related to: https://github.com/fleetdm/fleet/issues/26521


Changes:
- Added two pages that will be used for the Microsoft compliance proxy
(`/microsoft-compliance-partner/turn-on-mdm` &
`/microsoft-compliance-partner/remediate`)
2025-06-18 13:34:30 -05:00
Eric 2e43ac4f7a Website: Update configuration builder (#30102)
Related to: #28489

Changes:
- Updated the available payloads in the configuration builder
- Updated the configuration builder schema to include categories and
subcategories
2025-06-18 13:09:20 -05:00
Martin Angers b55d12605e DLCK: prevent user-scoped profiles being delivered until user-channel exists (#30068) 2025-06-18 13:59:12 -04:00
Dante Catalfamo 78ba04ff10 Fix policy autofill using incorrect media-type for query (#30112)
#30066
2025-06-18 13:12:58 -04:00
Andrey Kizimenko 44a9d2d69e Adding spacing after Values icons to match the main Values page. (#29841)
Looking at the Values section here
(https://fleetdm.com/handbook/company#values) it looks like there's
supposed to be a space after a value icon. Added spaces after all icons
on this page


![image](https://github.com/user-attachments/assets/c669f361-ecc7-47d8-8531-c13ec69bbf8a)
VS

![image](https://github.com/user-attachments/assets/242619fe-ac7c-494e-9b0e-1181e0c7da51)
2025-06-18 11:33:32 -05:00
Tim Lee 4badc84b25 Update handbook team member count (#30105)
# Checklist for submitter

Latest count in Fleeties is >60
2025-06-18 11:32:30 -05:00
Allen Houchins b1894e9382 Updated labels to no longer include unsupported platform (#30108)
- Removed `platform: linux` from a few labels since linux is not a supported platform on labels
2025-06-18 10:24:09 -05:00
Magnus Jensen 5a55de87d4 Update go-to-market-groups.md (#30101)
Adjusted three missing new host numbers, from 300 to 700 in the bread
text of the page.

# Checklist for submitter

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

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [ ] 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)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes
- [ ] If database migrations are included, checked table schema to
confirm autoupdate
- For new Fleet configuration settings
- [ ] Verified that the setting can be managed via GitOps, or confirmed
that the setting is explicitly being excluded from GitOps. If managing
via Gitops:
- [ ] Verified that the setting is exported via `fleetctl
generate-gitops`
- [ ] Added the setting 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
- For 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`).
- [ ] Added/updated automated tests
- [ ] Manual QA for all new/changed functionality
- For Orbit and Fleet Desktop changes:
- [ ] Make sure fleetd is compatible 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)).
- [ ] Orbit runs on macOS, Linux and Windows. Check if the orbit
feature/bugfix should only apply to one platform (`runtime.GOOS`).
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
- [ ] For unreleased bug fixes in a release candidate, confirmed that
the fix is not expected to adversely impact load test results or alerted
the release DRI if additional load testing is needed.
2025-06-17 16:15:32 -05:00
Allen Houchins 6bdfdbf90e Updated install santa extension script (#30100)
- Updated the script for more reliable execution and error handling/messaging
2025-06-17 16:10:34 -05:00
dependabot[bot] 02d1348b66 Bump brace-expansion from 2.0.1 to 2.0.2 in /tools/fleetctl-npm (#29939) 2025-06-17 13:56:07 -05:00
Eric 468c8c98d9 Handbook: update writing guide link (#30088) 2025-06-17 13:52:09 -05:00
Ian Littman 06a4c16907 Don't overwrite FMA outputs with latest manifest if input has "frozen" set to true (#30044)
Resolves #29218. No changes file as this is internal/FMA-related.

# Checklist for submitter

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

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Manual QA for all new/changed functionality
2025-06-17 13:10:58 -05:00
Ian Littman 81a121c71d Fix parsing of Homebrew uninstall scripts when provided as objects rather than strings (#30073)
Fixed #28912. Script diff is removal of the `-u` on sudo (uninstall
should be run as an admin) and removal of the bool true line. No changes
file as this is an internal/out-of-cycle fix.

# Checklist for submitter

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Manual QA for all new/changed functionality
2025-06-17 12:48:52 -05:00
Savannah Friend 408986eb1b Renamed end of article title to "for vulnerability automation" (#30090) 2025-06-17 12:08:25 -05:00
Victor Lyuboslavsky 84363c28d6 ADR-0001: Pilot splitting service layer into separate Go packages 📦 (#29850) 2025-06-17 11:28:22 -05:00
Lucas Manuel Rodriguez 5251b99ca0 Fix auto generated documentation CI checks in main (#30065)
Last week we had to revert some doc changes because codeowners were OOO.
2025-06-17 11:26:50 -03:00
Mike McNeil 39982a3e83 Rachael can review changes to articles (#30083) 2025-06-17 09:17:19 -05:00
Eric fc382ac639 Website: add homepage banner & update redirect (#30084)
Changes:
- Uncommented the banner at the top of the homepage
- Updated the `/funding-announcement` redirect.
2025-06-17 09:16:58 -05:00
Ian Littman ea1e8b428f Clean up OVAL-sourced vulnerabilities reported on Amazon Linux 2 hosts prior to v4.56 (#30078)
Fixed #21947.

# Checklist for submitter

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

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [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] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [x] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [x] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [x] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
- [x] Added/updated automated tests
- [x] Manual QA for all new/changed functionality
2025-06-17 09:15:15 -05:00
Ian Littman ce9332aa00 Add links to YAML settings that will now be cleared if not set (#30072) 2025-06-17 09:14:54 -05:00
RachelElysia b29cb6bfd3 Fleet UI: Fix os settings tooltips from flashing during refetch (#30080) 2025-06-17 09:35:03 -04:00
Eric 5e79045b8f Website: homepage follow-up changes (#30081)
Changes:
- Updated padding between sections on the homepage
- Updated button styles
- Updated mobile comparison table styles
2025-06-17 08:22:25 -05:00
RachelElysia 1d2b71857b Host API: Return empty array instead of 404 for software filter not found (#30045) 2025-06-17 09:20:09 -04:00
EricandMike Thomas cef08202b8 Website: Update homepage (#29982)
Changes:
- Updated the homepage to match the latest wireframes.

> Note: This PR will not be ready to merge until the video is added to
it.

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2025-06-17 14:43:59 +09:00
Allen Houchins f53aeab322 Updated query logging (#30077)
- Updated query logging by reducing the amount of data being sent to the
webhook destination temporarily.
2025-06-16 22:05:38 -05:00
Eric 3ca1f66350 Website: Update temporary redirects. (#30076)
Changes:
- Removed two old temporary redirects
- Added a redirect that goes to the homepage (for now)
2025-06-16 18:58:53 -05:00
jacobshandlingandJacob Shandling ec9bc87207 UI: Fix dropdown width (#30025)
https://fleetdm.slack.com/archives/C02A8BRABB5/p1749832741812749?thread_ts=1749830953.421299&cid=C02A8BRABB5


![ezgif-29df3a41863e6d](https://github.com/user-attachments/assets/15687ee6-7117-4286-93fd-e271cacbcba6)

- [x] Manual QA for all new/changed functionality

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2025-06-16 15:54:35 -07:00
Sam Pfluger b124059850 update event postgame steps (#30070) 2025-06-16 16:39:52 -05:00
Jordan MontgomeryandMartin Angers b0e6a872df Apple mdm user channel initial support (#29882)
Adds support for the Apple MDM user channel however we are waiting on
stories around verification among other things for this and we are not
shipping as part of 4.70 so this can be reviewed but should not be
merged yet

# Checklist for submitter

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

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [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] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [x] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [x] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [x] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
- [x] Added/updated automated tests
- [x] Manual QA for all new/changed functionality

---------

Co-authored-by: Martin Angers <martin.n.angers@gmail.com>
2025-06-16 16:46:38 -04:00
Rachael Shaw 8641657686 Revert #27457 API changes (default avatar for API-only user) (#30051)
https://github.com/fleetdm/fleet/issues/27457 did not make it into a
sprint and docs were not removed.
2025-06-16 12:18:01 -05:00
Martin Angers fbc8fc031a Speedup worker-based device release on ADE enrollment setup (#29892) 2025-06-16 13:14:25 -04:00
Sarah Gillespie 4ab8208231 Update documentation for custom SCEP proxy (#29971) 2025-06-16 12:00:27 -05:00
Noah Talerman d54147f02a New guide: Manage software using GitOps (#30047) 2025-06-16 10:52:14 -05:00
Luke Heath 653291c6b4 Prepare Fleet v4.69.0 (#30024) 2025-06-16 10:43:20 -05:00
RachelElysia 999207bd33 Fleet UI: Improved error and loading state for self-service page (#30042) 2025-06-16 11:23:19 -04:00
Benjamin EdwardsandHarrison Ravazzolo e3711d0b11 added env vars for webhook osquery results logging destination (#29809)
Update dogfood deployment to utilize webhooks for the osquery results
logging destination configuration

@BCTBB already added a tines.io webhook URL to the repo secrets
`DOGFOOD_WEBHOOK_URL` where the value was provided by @harrisonravazzolo

Co-authored-by: Harrison Ravazzolo <38767391+harrisonravazzolo@users.noreply.github.com>
2025-06-16 10:22:31 -05:00
Jorge Falcon 43e488cff6 Terraform fixes for Dogfood AWS resources (#29999)
- Fixing software installers versioning preventing AWS Backups from
completing successfully
- Bumped version of tf-mod-root from v1.15.1 -> v1.15.2
2025-06-16 11:14:00 -04:00
Dale Ribeiro eff5d01282 Updated name of Slack channel.md (#30034)
Updated name of Slack channel from #g-customer-success to
#help-customers

# Checklist for submitter

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

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [ ] 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)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes
- [ ] If database migrations are included, checked table schema to
confirm autoupdate
- For new Fleet configuration settings
- [ ] Verified that the setting can be managed via GitOps, or confirmed
that the setting is explicitly being excluded from GitOps. If managing
via Gitops:
- [ ] Verified that the setting is exported via `fleetctl
generate-gitops`
- [ ] Added the setting 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
- For 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`).
- [ ] Added/updated automated tests
- [ ] Manual QA for all new/changed functionality
- For Orbit and Fleet Desktop changes:
- [ ] Make sure fleetd is compatible 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)).
- [ ] Orbit runs on macOS, Linux and Windows. Check if the orbit
feature/bugfix should only apply to one platform (`runtime.GOOS`).
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
- [ ] For unreleased bug fixes in a release candidate, confirmed that
the fix is not expected to adversely impact load test results or alerted
the release DRI if additional load testing is needed.
2025-06-16 10:09:44 -05:00
Josh Roskos 23ffe1780c Update "Is it any good", iOS/iPadOS management for Ansible to (#29981) 2025-06-16 10:04:05 -05:00
Noah Talerman 6e05648e57 Product Designer handbook: when a user story is pushed (#30041)
- The Product Design equivalent of this Engineering responsibility:
https://fleetdm.com/handbook/engineering#notify-stakeholders-when-a-user-story-is-pushed-to-the-next-release
2025-06-16 09:54:46 -04:00
Allen Houchins 0f68a2d2c4 Added additional logic for Keynote theme installer (#30029)
- Added a new `Keynote installed` label so that the Keynote theme
installer will only show up for devices with Keynote installed
- Added a new `refetch_host.sh` to use to trigger an immediate refetch
2025-06-15 21:54:48 -05:00