Commit Graph
20742 Commits
Author SHA1 Message Date
Victor Lyuboslavsky 7156ce8a51 Updated Okta conditional access guide. (#38206) 2026-01-15 07:39:54 -06:00
Sam Pfluger a9e70c288b Update contributors for various handbook sections (#38358) 2026-01-14 19:16:23 -06:00
Eric edff28455e Website: Reduce length of article description meta tag to fix deploy. (#38357)
Changes:
- Reduced the length of the `description` meta tag value on the "What is
application management?" article
2026-01-14 18:33:46 -06:00
johnjeremiahandSam Pfluger ebb9a57c5d Jjeremiah marketing ops1 (#37758)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
Adding new handbook page - DemandGen/Marketing Ops where we can
establish
- Conversion Rates
- Attribution Model
- Campaign Statuses

Once merged, will look at the Marketing Handbook page for linking and
further consolidation

---------

Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2026-01-14 18:28:03 -06:00
Eric 8ca9abc5a0 Website: add attribution cookie and update CRM helper (#38324)
https://github.com/fleetdm/confidential/issues/13605

Changes:
- Updated the website's custom hook to set a `marketingAttribution`
cookie.
- Updated places where we use the update-or-create-contact-and-account
helper to pass in a requesting user's marketingAttribution cookie.
- Updated the update-or-create-contact-and-account helper to process
values from the marketingAttribution cookie.
2026-01-14 18:14:55 -06:00
Mike ThomasandBrock Walters 948b39f4eb Create what-is-application-management.md (#38075)
Closes: https://github.com/fleetdm/fleet/issues/36404

@nonpunctual, @irenareedy, who should this article be accredited to, and
what should the publication date be?

Co-authored-by: Brock Walters <153771548+nonpunctual@users.noreply.github.com>
2026-01-14 19:12:40 -05:00
Irena ReedyandAshish Kuthiala b5744ff1d8 Update README.md (#38350)
Co-authored-by: Ashish Kuthiala <53918208+akuthiala@users.noreply.github.com>
2026-01-14 18:04:21 -06:00
Irena Reedy 0ac54feedd Update communications.md (#38352)
added propse an event to the communications page
2026-01-14 17:53:43 -06:00
Noah Talerman 47e05670fd Fleet 4.79.0 article: Fix typo and tweak title (#38349) 2026-01-15 08:53:33 +09:00
Isabell Reedy 0470e50c86 Remove Product Education Manager (#38355) 2026-01-15 00:41:10 +01:00
Ashish KuthialaandSam Pfluger 71238d4a0c Update request process for product marketing (#38347)
Removed legacy process for making marketing requests

Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2026-01-14 17:21:23 -06:00
Irena Reedy eeca71bfee Update communications.md (#38336)
Added events to DRI to be directed to marketing to start the handbooking
of the proposed event issue
2026-01-14 17:14:39 -06:00
Eric a1d61f95f5 Website: Update lists of responsibilities on handbook pages (#38345)
Changes:
- Updated the list of responsibilities on department handbook pages to
only include links to headings inside of handbook contents (A heading
from the signup modal is currently included on each list)
2026-01-14 17:03:38 -06:00
Noah Talerman b13e5fab3f Add interpretation section to feature request template (#38317)
Based on feedback:
https://fleetdm.slack.com/archives/C062D0THVV1/p1768403785790319?thread_ts=1768338830.048449&cid=C062D0THVV1
2026-01-14 17:52:34 -05:00
Martin Angers 6879afdbfb Fix activity docs via code generation (#38340) 2026-01-14 16:37:46 -06:00
Irena Reedy b2466b90f5 Update README.md (#38339)
Line 105 Propose an event has been updated and linked to an issue
2026-01-14 16:10:04 -06:00
Noah Talerman 68d93d8cd0 Release article: 4.79.0 (#38329) 2026-01-14 15:30:26 -06:00
Martin Angers 8a55ec6723 Custom software installer icons: fix permission issue (#38326) 2026-01-14 16:24:05 -05:00
|@rm!n3 001e94efc0 bug fixed for cis-l1 (#38323)
15 l1 cis policy fixed
2026-01-14 16:12:15 -05:00
bcf5ebd019 Preview of v4.79.0 doc changes (#35930)
This PR will remain in draft as a preview of upcoming documentation
changes for 4.79.0

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Co-authored-by: Marko Lisica <83164494+marko-lisica@users.noreply.github.com>
Co-authored-by: Magnus Jensen <magnus@fleetdm.com>
Co-authored-by: Ian Littman <iansltx@gmail.com>
Co-authored-by: Lucas Manuel Rodriguez <lucas@fleetdm.com>
Co-authored-by: melpike <79950145+melpike@users.noreply.github.com>
Co-authored-by: Steven Palmesano <3100993+spalmesano0@users.noreply.github.com>
Co-authored-by: Carlo <1778532+cdcme@users.noreply.github.com>
2026-01-14 14:47:06 -06:00
Magnus Jensen 7b8c322c1f Allow <Atomic> windows profiles (#38272)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #37931 

# Checklist for submitter

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

- [ ] 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)
- [ ] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes

## Testing

- [ ] 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))
2026-01-14 14:44:47 -05:00
|@rm!n3 46cf027693 Add dns_lookup_events for Windows in overview (#38009)
Adding a newer table and flag that is now supported
2026-01-14 13:47:07 -05:00
Carlo 338cf83a71 Add sprint workflow guidelines (#38233) 2026-01-14 12:45:27 -06:00
jacobshandling bbef36a0b7 Compute, ingest, persist, and serve .app bundle executable hashes and paths (#38118) 2026-01-14 09:18:35 -08:00
kitzyandMike Thomas 26b1990479 Add guide for managing bootstrap packages with GitOps (#38171)
**Related issue:** Resolves
[#13706](https://github.com/fleetdm/confidential/issues/13706)

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2026-01-14 12:14:08 -05:00
Juan Fernandez a04c00de8b Updated Fleet Desktop to use alternative browser host setting from server (#38260)
Resolves #38160 

Added 'AlternativeBrowserHost' to Desktop Summary payload and updated Fleet Desktop to use it over the alternative browser host set via the env.
2026-01-14 12:59:23 -04:00
Carlo c1e0460a76 Exclude failed installs from hosts All Software list (#38266)
Fixes #29046.
2026-01-14 11:18:22 -05:00
Jahziel Villasana-EspinozaandMartin Angers 418df6ba09 send categories from gitops (#38294)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #32997

Categories were missing from a couple of places when assembling the
requests sent by `fleetctl gitops`.

# 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.

## Testing

- [x] Added/updated automated tests
- [x] QA'd all new/changed functionality manually

---------

Co-authored-by: Martin Angers <martin.n.angers@gmail.com>
2026-01-14 11:04:02 -05:00
Eric 19efc42871 Website: Update logged warnings in get-vpp-app-metadata (#38313)
Changes:
- Updated the get-vpp-app-metadata action to not log warnings if a Fleet
server sends a request with an invalid vpp token
2026-01-14 09:55:11 -06:00
RachelElysia ae73f90327 Fleet UI: Update Button to match latest style guide (#38221) 2026-01-14 10:54:09 -05:00
Ian Littman 9472333836 Cherry-Pick: Match VPP proxy client behavior to revised spec (#38314)
Merged into `main` n #38215.
2026-01-14 09:53:13 -06:00
Ian Littman 260cadb908 Match VPP proxy client behavior to revised spec (#38215)
# Checklist for submitter

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

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)

## Testing

- [x] Added/updated automated tests
- [x] QA'd all new/changed functionality manually
2026-01-14 09:48:58 -06:00
Eric 390c149445 Website: prefix header in proxied apple request (#38312)
Changes:
- Updated the get-vpp-app-metadata action to prefix the provided vpp
token before it sends it to an Apple API
2026-01-14 09:34:48 -06:00
Noah Talerman 16a55e1752 Product groups handbook: Clarify "Encryption" responsibility (#38311) 2026-01-14 09:33:06 -06:00
Mike Thomas db9eea1081 Create ipad-mdm-a-complete-guide.md (#38078)
Closes: https://github.com/fleetdm/fleet/issues/36512

@nonpunctual, @irenareedy, who should this article be accredited to, and
what should the publication date be?
2026-01-14 09:32:29 -06:00
Mike ThomasandIrena Reedy c8ebbb431e Create what-is-apple-business-manager-a-complete-guide.md (#38077)
Closes: https://github.com/fleetdm/fleet/issues/36166

@nonpunctual, @irenareedy, who should this article be accredited to, and
what should the publication date be?

---------

Co-authored-by: Irena Reedy <205901210+irenareedy@users.noreply.github.com>
2026-01-14 09:27:21 -06:00
Isabell ReedyandSam Pfluger 23e826ff5e Add open AE position to website (#38237)
Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
2026-01-14 16:22:54 +01:00
Scott Gress e13c87cede gate orbit enrollment to windows/linux only (#38207)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #38205 

# 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.

## Testing

- [ ] Added/updated automated tests
- [X] QA'd all new/changed functionality manually
Tested with linux, windows and macos devices. Linux and Windows still
required end-user auth to happen before enrolling, macOS still did not
(but not longer showed the warning).
2026-01-14 08:41:50 -06:00
Martin Angers f60d081389 Bugfix: Fix query to ignore host_software_installs rows where host is deleted (#38250) 2026-01-14 08:32:30 -05:00
Jahziel Villasana-EspinozaandMike Thomas 318b6d75dd Update lock/wipe guide to include geolocation feature (#38117)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #37408

---------

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
2026-01-14 08:03:35 -05:00
Lucas Manuel Rodriguez a58fed5dc4 Fixes to releaser.sh script (#38286) 2026-01-14 09:29:59 -03:00
Lucas Manuel Rodriguez ad31353efe Update osquery schema and flags to 5.21.0 (#38248) 2026-01-14 09:29:45 -03:00
Lucas Manuel Rodriguez 99d9a6b54e Allow disabling the dirty check for development (#38163)
We (I) forgot that executables for development of Fleet Desktop will
always be dirty :)
2026-01-14 09:28:37 -03:00
Noah Talerman e903013141 Remove image from software self-service documentation (#38228)
- Screenshot is outdated
2026-01-14 20:27:52 +09:00
Noah Talerman 1bf72537f5 Clarify confusing "pending" behavior and fix broken link (#37902)
- Profiles are stuck in "pending" when APNs expires:
https://github.com/fleetdm/fleet/issues/37842#issuecomment-3715273644
2026-01-14 20:08:12 +09:00
2375854e3a Add Product Education Manager job listing (#38127)
Create a new job description for Product Education Manager to create
technical content, internal enablement and external evangelism

---------

Co-authored-by: Isabell Reedy <113355639+ireedy@users.noreply.github.com>
Co-authored-by: Eric <eashaw@sailsjs.com>
2026-01-14 01:34:03 +01:00
Luke Heath 76ef59ee02 Add new engineering rituals (#38136) 2026-01-13 18:21:30 -06:00
Noah Talerman 446856112c Revise feature request template instructions: Be more explicit for Fleeties (#38290) 2026-01-13 18:13:08 -06:00
Dale Ribeiro ae7cfeb754 Fix typo in MDM Migration section of README (#38258) 2026-01-13 18:11:55 -06:00
Eric 7f23411c94 Website: Update VPP proxy endpoints (#38203) 2026-01-13 18:06:10 -06:00