From 8da9080c7c58915eb8d1861d282cac4bf3c4eb88 Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky <2685025+getvictor@users.noreply.github.com> Date: Mon, 17 Nov 2025 13:30:41 -0600 Subject: [PATCH] Update changelog for fleetd 1.50.0 release (#35764) Resolves #35130 --------- Co-authored-by: Sharon Katz <121527325+sharon-fdm@users.noreply.github.com> --- orbit/CHANGELOG.md | 12 ++++++++++++ orbit/changes/32239-falconctl-options | 1 - orbit/changes/33967-munki-business | 2 -- orbit/changes/34528-support-end-user-auth | 1 - orbit/changes/35050-yaml-to-json-table | 2 -- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 orbit/changes/32239-falconctl-options delete mode 100644 orbit/changes/33967-munki-business delete mode 100644 orbit/changes/34528-support-end-user-auth delete mode 100644 orbit/changes/35050-yaml-to-json-table diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index 784ca01a0e..233ff4bc8e 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -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. diff --git a/orbit/changes/32239-falconctl-options b/orbit/changes/32239-falconctl-options deleted file mode 100644 index 6fbec00d00..0000000000 --- a/orbit/changes/32239-falconctl-options +++ /dev/null @@ -1 +0,0 @@ -* Fixed handling of various parsing bugs that caused the falconctl_options table to fail to load in some circumsatances. diff --git a/orbit/changes/33967-munki-business b/orbit/changes/33967-munki-business deleted file mode 100644 index 77579d02f0..0000000000 --- a/orbit/changes/33967-munki-business +++ /dev/null @@ -1,2 +0,0 @@ -* Upgraded macadmins osquery-extension to v1.2.7. -* Exposed `crowdstrike_falcon` osquery table from macadmins extension. diff --git a/orbit/changes/34528-support-end-user-auth b/orbit/changes/34528-support-end-user-auth deleted file mode 100644 index 9e56e77d84..0000000000 --- a/orbit/changes/34528-support-end-user-auth +++ /dev/null @@ -1 +0,0 @@ -- Added support for requiring end-user authentication before enrolling Windows and Linux devices. diff --git a/orbit/changes/35050-yaml-to-json-table b/orbit/changes/35050-yaml-to-json-table deleted file mode 100644 index 4d32edfd2c..0000000000 --- a/orbit/changes/35050-yaml-to-json-table +++ /dev/null @@ -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. \ No newline at end of file