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