diff --git a/CHANGELOG.md b/CHANGELOG.md index a25ca1f54f..ac500c9e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ information about their device. To add Fleet Desktop to a host, generate a Fleet * Added `all_linux_count` and `builtin_labels` to `GET /host_summary` response. +* Added "Bundle identifier" information as tooltip for macOS applications on Software page. + +* Fixed an issue with detecting root directory when using `orbit shell`. + +* Fixed an issue with duplicated hosts being sent in the vulnerability webhook payload. + * Added the ability to select columns when exporting hosts to CSV. * Improved the output of `fleetclt debug errors` and added the ability to print the errors to stdout via the `-stdout` flag. @@ -27,9 +33,16 @@ information about their device. To add Fleet Desktop to a host, generate a Fleet * Added support for Docker Compose V2 to `fleetctl preview`. * Added experimental option to save responses to `host_last_seen` queries to the database in batches as well as the ability to configure `enable_async_host_processing` settings for `host_last_seen`, `label_membership` and `policy_membership` independently. - * Expanded `wifi_networks` table to include more data on macOS and fixed compatibility issues with newer MacOS releases. +* Improved precision in unseen hosts reports sent by the host status webhook. + +* Increased MySQL `group_concat_max_len` setting from default 1024 to 4194304. + +* Added validation for pack scheduled query interval. + +* Fixed instructions for enrolling hosts using osqueryd. + ## Fleet 4.14.0 (May 9, 2022) * Added beta support for Jira integration. This allows users to configure Fleet to diff --git a/changes/5168-export-hosts-to-csv b/changes/5168-export-hosts-to-csv deleted file mode 100644 index 26a4752219..0000000000 --- a/changes/5168-export-hosts-to-csv +++ /dev/null @@ -1 +0,0 @@ -* Export hosts to csv with selected columns only. diff --git a/changes/issue-3320-device-mapping b/changes/issue-3320-device-mapping deleted file mode 100644 index 653302757f..0000000000 --- a/changes/issue-3320-device-mapping +++ /dev/null @@ -1,3 +0,0 @@ -- Added google chrome profile information to hosts page -- Increased MySQL `group_concat_max_len` setting from default 1024 to 4194304 (which corresponds to - `max_allowed_packet` size) diff --git a/changes/issue-3643-mia-host b/changes/issue-3643-mia-host deleted file mode 100644 index 6803601bf0..0000000000 --- a/changes/issue-3643-mia-host +++ /dev/null @@ -1,6 +0,0 @@ -- Deprecated "mia" host status in UI and API responses - -- Removed "mia" status filter from "Hosts" page UI - -- Changed `GET /hosts?status=offline` so that "offline" hosts also includes "mia" hosts - -- Changed `GET /hosts/count?status=offline` so that "offline" hosts count also includes "mia" hosts - -- Changed `GET /host_summary` so that "offline" hosts count also includes "mia" hosts - -- Replaced `mia` with `offline` for `status` property of host records returned by API diff --git a/changes/issue-4113-bundle-identifier b/changes/issue-4113-bundle-identifier deleted file mode 100644 index dd8a7cf372..0000000000 --- a/changes/issue-4113-bundle-identifier +++ /dev/null @@ -1 +0,0 @@ -- Added "Bundle identifier" information as tooltip for macOS applications on Software page diff --git a/changes/issue-4410-remove-iptables b/changes/issue-4410-remove-iptables deleted file mode 100644 index ab6c6b88e0..0000000000 --- a/changes/issue-4410-remove-iptables +++ /dev/null @@ -1,2 +0,0 @@ -- Removed `iptables` from osquery schema displayed by Fleet UI because this table has been - deprecated by osquery diff --git a/changes/issue-5595-duplicate-hosts-vuln-webhook b/changes/issue-5595-duplicate-hosts-vuln-webhook deleted file mode 100644 index 8d059a2800..0000000000 --- a/changes/issue-5595-duplicate-hosts-vuln-webhook +++ /dev/null @@ -1 +0,0 @@ -* Fixed an issue with duplicated hosts being sent in the vulnerability webhook payload. diff --git a/changes/issue-5614-timestamp b/changes/issue-5614-timestamp deleted file mode 100644 index 71cbe9f904..0000000000 --- a/changes/issue-5614-timestamp +++ /dev/null @@ -1 +0,0 @@ -- Switched from `DATEDIFF` to `TIMESTAMPDIFF` to improve precision when calculating unseen hosts reported by host status webhook diff --git a/changes/issue-5624-packs-interval b/changes/issue-5624-packs-interval deleted file mode 100644 index 91dd420af3..0000000000 --- a/changes/issue-5624-packs-interval +++ /dev/null @@ -1 +0,0 @@ -* Added validation for pack scheduled query interval \ No newline at end of file diff --git a/changes/issue-5734-fix-orbit-shell-root b/changes/issue-5734-fix-orbit-shell-root deleted file mode 100644 index 73530d3b56..0000000000 --- a/changes/issue-5734-fix-orbit-shell-root +++ /dev/null @@ -1 +0,0 @@ -* Fixed an issue with detecting root directory when using `orbit shell`. diff --git a/changes/issue-5855-support-issues-column b/changes/issue-5855-support-issues-column deleted file mode 100644 index f825993744..0000000000 --- a/changes/issue-5855-support-issues-column +++ /dev/null @@ -1,2 +0,0 @@ -* Added `issues` column in CSV export output, set to the value of the equivalent JSON `issues.total_issues_count` field. -* Added proper CSV encoding for the `device_mapping` column, when requested. diff --git a/changes/osquery-changes b/changes/osquery-changes deleted file mode 100644 index c5bb70b28b..0000000000 --- a/changes/osquery-changes +++ /dev/null @@ -1,9 +0,0 @@ -* Implemented `output_size` column in table `osquery_schedule` for scheduled queries -* Expanded `wifi_networks` table to include more data on macOS -* Fixed `wifi_networks` table to now be compatible with newer macOS releases -* Implemented `translated` column in `processes` table on macOS to identify processes running under Rosetta on Apple Silicon macs -* Deprecated and removed FreeBSD support - -Upcoming changes: -* Implement `es_process_file_events` -- EndpointSecurity based File Integrity Monitoring on macOS -* Implement `password_policy` table on macOS