Commit Graph
20759 Commits
Author SHA1 Message Date
Jordan Montgomery 910b41eca3 Rework Android pubsub endpoint to avoid pubsub retry loops on Android MDM disablement (#38403)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #13754

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

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes

## Testing

- [x] Added/updated automated tests
- [x] 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)

- [x] QA'd all new/changed functionality manually
2026-01-15 15:21:58 -05:00
Lucas Manuel Rodriguez 4e241b34ef Fix VPP versions to be valid semantic versions (#38227)
Resolves #38218.

Test shows the versions that were having issues (Youtube, Chrome, Meta
Horizon).

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

## Summary by CodeRabbit

* **Bug Fixes**
* Enhanced version normalization for Apple MDM software update
detection, improving accuracy when comparing various version formats to
determine necessary updates.

* **Tests**
* Added comprehensive test coverage for version normalization with
diverse input formats.

<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-01-15 17:06:45 -03:00
Lucas Manuel Rodriguez e7759a41c1 Add integration tests for VPP app auto updates (#38337)
Resolves #38111.

I made sure almost all of `handleScheduledUpdates` has coverage:
<img width="1084" height="1078" alt="Screenshot 2026-01-14 at 6 41
14 PM"
src="https://github.com/user-attachments/assets/7899e954-5e89-494d-bc78-2facd09999e0"
/>


0. Checkout this branch.
1. Download
[coverage.txt](https://github.com/user-attachments/files/24625544/coverage.txt)
2. Run `go tool cover -html=coverage.txt`.
2026-01-15 17:03:58 -03:00
RachelElysia a79d57a666 Fleet UI: Fix empty search icon colors (#38372) 2026-01-15 14:37:24 -05:00
Ian Littman 47e885415b Add missing schema changes (#38398) 2026-01-15 13:32:00 -06:00
Tim Lee a4239aca1c Renew test certs (#38395) 2026-01-15 12:18:19 -07:00
Sam Pfluger 65fdae3ef4 Revise departmental page structure guidelines (#38389) 2026-01-15 12:59:27 -06:00
Ian Littman d428e2c7fc Drop attempt number from index to avoid extra write overhead (#38391)
Found in connection with #35916. No changes file as this is effectively
an unreleased bugfix (will cherry-pick this). No updates to tests
because tests don't test index existence.

- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
2026-01-15 12:56:01 -06:00
705663f826 Handbook: Small grammatical fix (#37643)
See https://github.com/fleetdm/fleet/pull/37476/changes#r2643746321

---------

Co-authored-by: Zay Hanlon <114112018+zayhanlon@users.noreply.github.com>
Co-authored-by: Ashish Kuthiala <53918208+akuthiala@users.noreply.github.com>
2026-01-15 11:00:48 -06:00
Rosanna Schaefer 0e560100c0 Corrected typo in "Respond to low credit alert" section (#38370)
Corrected typo in "Respond to low credit alert" section

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #

# 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-15 08:47:43 -08:00
Dante Catalfamo d79376d209 Redirect to my device page if device fails okta cond. access (#38342)
**Related issue:** Resolves #37278
2026-01-15 11:02:35 -05:00
Jordan Montgomery 7943fb5666 Update MDM instructions in design QA considerations (#38371)
Clarified MDM design considerations for testing Android, Windows, and
Apple MDM to make us think about turning off all MDMs (ref #38369)
2026-01-15 09:54:02 -06:00
Ian Littman 67aab3625c Add story template item for pre-QA load test by engineers on high risk stories (#38365)
For #35367.
2026-01-15 09:53:50 -06:00
Eric 92c89f37d7 Website: Update CRM helper (#38374)
Changes:
- Updated a variable name to be correct in the
update-or-create-contact-and-account helper
2026-01-15 09:51:10 -06:00
Mike Thomas 80c1caea4f Create declarative-device-management-a-primer.md (#38074)
Closes https://github.com/fleetdm/fleet/issues/36400

@nonpunctual, do you know who this article is accredited to and what the
publication date should be?
2026-01-15 09:32:44 -06:00
Lucas Manuel Rodriguez 7b23264a37 Fix schedule auto updates modal in No team (#38367)
Small (4.80.0) unreleased bug in Scheduled Auto Updates option for
software in "No team".

In `main`, clicking on `Schedule auto updates` in a VPP App in "No team"
doesn't open the dialog and renders a `0`:
<img width="1344" height="676" alt="Screenshot 2026-01-15 at 9 01 36 AM"
src="https://github.com/user-attachments/assets/1da665ac-489e-4411-a785-d9926f9e9bb6"
/>
2026-01-15 12:22:30 -03:00
Mike ThomasandIrena Reedy 31c9418c4b Create 6-business-benefits-of-apple-mdm-explained.md (#38076)
Closes: https://github.com/fleetdm/fleet/issues/36164

@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-15 09:07:04 -06:00
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