update changelog for v4.15.0 (#5951)

This commit is contained in:
Roberto Dip
2022-05-27 17:52:06 -03:00
committed by GitHub
parent d17a8151b4
commit 5b1ea0f079
12 changed files with 14 additions and 29 deletions
+14 -1
View File
@@ -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
-1
View File
@@ -1 +0,0 @@
* Export hosts to csv with selected columns only.
-3
View File
@@ -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)
-6
View File
@@ -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
-1
View File
@@ -1 +0,0 @@
- Added "Bundle identifier" information as tooltip for macOS applications on Software page
-2
View File
@@ -1,2 +0,0 @@
- Removed `iptables` from osquery schema displayed by Fleet UI because this table has been
deprecated by osquery
@@ -1 +0,0 @@
* Fixed an issue with duplicated hosts being sent in the vulnerability webhook payload.
-1
View File
@@ -1 +0,0 @@
- Switched from `DATEDIFF` to `TIMESTAMPDIFF` to improve precision when calculating unseen hosts reported by host status webhook
-1
View File
@@ -1 +0,0 @@
* Added validation for pack scheduled query interval
-1
View File
@@ -1 +0,0 @@
* Fixed an issue with detecting root directory when using `orbit shell`.
-2
View File
@@ -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.
-9
View File
@@ -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