rolling Chronograf 1.8.6 into v2

pull/1342/head^2^2
Kelly 2020-08-27 14:54:52 -07:00
parent c72a77a16c
commit 4bfd429de9
1 changed files with 15 additions and 0 deletions

View File

@ -8,6 +8,21 @@ menu:
parent: About the project
---
## v1.8.6 [2020-08-27]
### Features
- Upgrade Dockerfile to use Alpine 3.12.
### Bug Fixes
- Escape tag values in Query Builder.
- Sort namespaces by database and retention policy.
- Make MySQL protoboard more useful by using derivatives for counter values.
- Add HTTP security headers.
- Resolve an issue that caused existing data to be overwritten when there were multiple results for a specific time. Now, all query results are successfully shown in the Table visualization.
- Resolve an issue that prevented boolean field and tag values from being displayed. Now, field and tag values are printed in TICKscript logs.
## v1.8.5 [2020-07-08]
- Fix public-url generic OAuth configuration issue.