Update CHANGELOG for 2.6.0 release (#2210)

This commit is contained in:
Zachary Wasserman 2020-03-24 10:26:05 -07:00 committed by GitHub
parent 44c40e4255
commit d3849d8fe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,13 @@
## Kolide Fleet 2.6.0 (Mar 24, 2020)
* Add server logging for X-Forwarded-For header.
* Add `--osquery_detail_update_interval` to set interval of host detail updates.
Set this (along with `--osquery_label_update_interval`) to a longer interval
to reduce server load in large deployments.
* Fix MySQL deadlock errors by adding retries and backoff to transactions.
## Kolide Fleet 2.5.0 (Jan 26, 2020)
* Add `fleetctl goquery` command to bring up the github.com/AbGuthrie/goquery CLI.