Add missing changes from the 4.5.0 release to changelog (#2891)

- Remove remaining `changes` files that were included in the 4.5.0 release
- Update CHANGELOG to include the missing changes entries
This commit is contained in:
Noah Talerman 2021-11-11 09:57:32 -05:00 committed by GitHub
parent b802af6f44
commit 15ec58ba44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 9 additions and 15 deletions

View file

@ -6,7 +6,11 @@
* Add support for [MinIO](https://min.io/) as a file carving backend. Documentation for configuring MinIO as a file carving backend can be found [here on fleetdm.com/docs](https://fleetdm.com/docs/using-fleet/fleetctl-cli#minio). Thank you to Chandra Majumdar and Ben Edwards for adding this capability.
* Add the ability to run a live query and receive results using only the Fleet REST API with a `GET /api/v1/fleet/queries/run` API route. Documentation for this new API route can be found [here on fleetdm.com/docs]().
* Add support for generating a `.pkg` osquery installer on Linux without dependencies (beyond Docker) with the `fleetctl package` command.
* Improve the performance of vulnerability processing by making the process consume less RAM. Documentation for the vulnerability processing feature can be found [here on fleetdm.com/docs](https://fleetdm.com/docs/using-fleet/vulnerability-processing).
* Add the ability to run a live query and receive results using only the Fleet REST API with a `GET /api/v1/fleet/queries/run` API route. Documentation for this new API route can be found [here on fleetdm.com/docs](https://fleetdm.com/docs/using-fleet/rest-api#run-live-query).
* Add ability to see whether a specific host is "Passing" or "Failing" a policy on the **Host details** page. This information is also exposed in the `GET api/v1/fleet/hosts/{id}` API route. In Fleet, a policy is a "yes" or "no" question you can ask of all your hosts.
@ -34,6 +38,10 @@
* Add `cluster_read_from_replica` Redis to specify whether or not to prefer readying from a replica when possible. Documentation for this configuration option can be found [here on fleetdm.com/docs](https://fleetdm.com/docs/deploying/configuration#redis-cluster-read-from-replica).
* Improve experience of the Fleet UI by preventing autocomplete in forms.
* Fix a bug in which generating an `.msi` osquery installer on Windows would fail with a permission error.
* Fix a bug in which turning on the host expiry setting did not remove expired hosts from Fleet.
* Fix a bug in which the Software inventory for some host's was missing `bundle_identifier` information.

View file

@ -1 +0,0 @@
* Bug fix: Show team admins create policy buttons

View file

@ -1 +0,0 @@
* Hide columns in query table at smaller page sizes

View file

@ -1 +0,0 @@
* Bug fix: Allow Team Admins to manage scheduled queries

View file

@ -1 +0,0 @@
* Bug fix: Team Observer can no longer see delete button on host details

View file

@ -1,3 +0,0 @@
* Fix .msi generation in `fleetctl package` on Windows.
* Allow .pkg generation in `fleetctl package` on Linux without installing dependencies (beyond Docker).

View file

@ -1 +0,0 @@
* Cleaner error and empty state of activity feed

View file

@ -1,2 +0,0 @@
* Restyle UI for filter-by-software and filter-by-policy buttons on manage hosts page to localize
clear filter click to "x" icon

View file

@ -1 +0,0 @@
* Forms with input fields now have autocomplete turned off

View file

@ -1 +0,0 @@
* Cannot click CTA to add or edit a team if the team name is blank

View file

@ -1 +0,0 @@
* Cleaner UI for adding a team member

View file

@ -1 +0,0 @@
* Make vulnerability processing consume less RAM