Update changelog for fleetd 1.50.0 release (#35764)

Resolves #35130

---------

Co-authored-by: Sharon Katz <121527325+sharon-fdm@users.noreply.github.com>
This commit is contained in:
Victor Lyuboslavsky 2025-11-17 13:30:41 -06:00 committed by GitHub
parent ea55149592
commit 8da9080c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,15 @@
## Orbit 1.50.0 (Nov 14, 2025)
* Upgraded macadmins osquery-extension to v1.2.7.
* Exposed `crowdstrike_falcon` osquery table from macadmins extension.
* Added support for requiring end-user authentication before enrolling Windows and Linux devices.
* Added `yaml_to_json` table for converting YAML in input to JSON in output.
* Added `file_contents` table for retrieving contents of a file. This table is like `file_lines` but returns the full file contents in a single row rather than a separate row for each line.
* Fixed handling of various parsing bugs that caused the falconctl_options table to fail to load in some circumsatances.
## Orbit 1.49.1 (Oct 27, 2025)
* Added `mcp_listening_servers` table to find MCP servers listening over HTTP.

View file

@ -1 +0,0 @@
* Fixed handling of various parsing bugs that caused the falconctl_options table to fail to load in some circumsatances.

View file

@ -1,2 +0,0 @@
* Upgraded macadmins osquery-extension to v1.2.7.
* Exposed `crowdstrike_falcon` osquery table from macadmins extension.

View file

@ -1 +0,0 @@
- Added support for requiring end-user authentication before enrolling Windows and Linux devices.

View file

@ -1,2 +0,0 @@
* Add `yaml_to_json` table for converting YAML in input to JSON in output.
* Add `file_contents` table for retrieving contents of a file. This table is like `file_lines` but returns the full file contents in a single row rather than a separate row for each line.