You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
## Kolide Fleet 2.5.0 (Jan 26, 2020)
2
+
3
+
* Add `fleetctl goquery` command to bring up the github.com/AbGuthrie/goquery CLI.
4
+
5
+
* Add ability to disable live queries in web UI and `fleetctl`.
6
+
7
+
* Add `--query-name` option to `fleetctl query`. This allows using the SQL from a saved query.
8
+
9
+
* Add `--mysql-protocol` flag to allow connection to MySQL by domain socket.
10
+
11
+
* Improve server logging. Add logging for creation of live queries. Add username information to logging for other endpoints.
12
+
13
+
* Allow CREATE queries in the web UI.
14
+
15
+
* Fix a bug in which `fleetctl query` would exit before any results were returned when latency to the Fleet server was high.
16
+
17
+
* Fix an error initializing the Fleet database when MySQL does not have event permissions.
18
+
19
+
* Deprecate "old" TLS profile.
20
+
1
21
## Kolide Fleet 2.4.0 (Nov 12, 2019)
2
22
3
23
* Add `--server_url_prefix` flag to configure a URL prefix to prepend on all Fleet URLs. This can be useful to run fleet behind a reverse-proxy on a hostname shared with other services.
0 commit comments