From c6ce648fef3bb39b6e604333ec47cff0e625ff8e Mon Sep 17 00:00:00 2001 From: Zachary Wasserman Date: Thu, 6 Aug 2020 16:50:34 -0700 Subject: [PATCH] Update changelog for 3.1.0 release (#2278) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b196cc8f3..6ddce49209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## Fleet 3.1.0 (Aug 06, 2020) + +* Add configuration option to set Redis database (`--redis_database`). + +* Add configuration option to set MySQL connection max lifetime (`--mysql_conn_max_lifetime`). + +* Add support for printing a single enroll secret by name. + +* Fix bug with label_type in older fleetctl yaml syntax. + +* Fix bug with URL prefix and Edit Pack button. + ## Kolide Fleet 3.0.0 (Jul 23, 2020) * Backend performance overhaul. The Fleet server can now handle hundreds of thousands of connected hosts.