mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
ea55149592
commit
8da9080c7c
5 changed files with 12 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
* Fixed handling of various parsing bugs that caused the falconctl_options table to fail to load in some circumsatances.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
* Upgraded macadmins osquery-extension to v1.2.7.
|
||||
* Exposed `crowdstrike_falcon` osquery table from macadmins extension.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Added support for requiring end-user authentication before enrolling Windows and Linux devices.
|
||||
|
|
@ -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.
|
||||
Loading…
Reference in a new issue