mirror of
https://github.com/fleetdm/fleet
synced 2026-05-04 05:48:26 +00:00
# Details v1.3.5 release of Chrome extension, including dependency fixes. v1.3.4 went to beta but will go unreleased since another dependency update came in right after it, so just skipping ahead to v1.3.5. # 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] QA'd all new/changed functionality manually - No functional changes, but did smoke tests on a Chromebook 👍
961 B
961 B
fleetd-chrome 1.3.5 (Jan 27, 2026)
- Updated Lodash dependency version to resolve vulnerabilities.
fleetd-chrome 1.3.4 (Jan 23, 2026)
- Updated inquirer dependency version to resolve vulnerabilities.
fleetd-chrome 1.3.3 (August 8, 2025)
- Fixed a bug which caused fleetd-chrome to fail enrollment.
fleetd-chrome 1.3.2 (Feb 28, 2025)
- Fixed "privacy_preferences" table query to return results correctly.
fleetd-chrome 1.3.1 (May 20, 2024)
-
Fixed bug where fleetd-chrome sent multiple read requests to Fleet server at the same time.
-
Improved console log output messages when Fleet server is down.
fleetd-chrome 1.3.0 (Apr 29, 2024)
-
Created a fix to recover after a rare RuntimeError coming from sqlite web assembly code by reinitializing the DB.
-
Fixed a bug where values not derived from "actual" fleetd-chrome tables were not being displayed correctly (e.g.,
SELECT 1gets its value from the query itself, not a table)