Merge pull request #5647 from influxdata/chore/changelog_1_8_10

chore: 1.8.10 changelog
1.8.x
Pavel Závora 2021-02-02 10:24:45 +01:00 committed by GitHub
commit 68a95990a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -2,10 +2,23 @@
### Bug Fixes
1. [#5640](https://github.com/influxdata/chronograf/pull/5640): Repair ARM v5 build.
1. [#5641](https://github.com/influxdata/chronograf/pull/5641): Stop async executions on unmounted LogsPage.
1. [#5643](https://github.com/influxdata/chronograf/pull/5643): Support bitbucket in generic OAUTH.
1. [#5646](https://github.com/influxdata/chronograf/pull/5646): Repair dashboard import to remap also sources in variables.
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.
### Features
1. [#5652](https://github.com/influxdata/chronograf/pull/5652): Allow to set active database for InfluxQL commands.
### Other
1. [#5655](https://github.com/influxdata/chronograf/pull/5655): Upgrade axios to 0.21.1.
## v1.8.9.1 [2020-12-10]
### Features