chore: prepare for 1.8.10 release

1.8.x 1.8.10
ivankudibal 2021-02-08 16:52:11 +01:00
parent 68a95990a1
commit eb8728e2fe
3 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,12 @@
## v1.8.10
## v1.9.0
### Bug Fixes
### Features
### Other
## v1.8.10 [2021-02-08]
### Bug Fixes
@ -9,7 +17,7 @@
1. [#5642](https://github.com/influxdata/chronograf/pull/5642): Ignore databases that cannot be read.
1. [#5648](https://github.com/influxdata/chronograf/pull/5648): Improve Send to Dashboard from Data Explorer page.
1. [#5649](https://github.com/influxdata/chronograf/pull/5649): Avoid endless networking loop in Log Viewer.
1. [#5656](https://github.com/influxdata/chronograf/pull/5649): Show timestamp with full nanosecond precision in Log Viewer.
1. [#5656](https://github.com/influxdata/chronograf/pull/5656): Show timestamp with full nanosecond precision in Log Viewer.
### Features

View File

@ -3,7 +3,7 @@
"info": {
"title": "Chronograf",
"description": "API endpoints for Chronograf",
"version": "1.8.9.1"
"version": "1.8.10"
},
"schemes": ["http"],
"basePath": "/chronograf/v1",

View File

@ -1,6 +1,6 @@
{
"name": "chronograf-ui",
"version": "1.8.9.1",
"version": "1.8.10",
"private": false,
"license": "AGPL-3.0",
"description": "",