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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,28 @@
1
-
## v1.8.0
1
+
## v1.8.1
2
+
3
+
### Bug Fixes
4
+
5
+
### Features
6
+
7
+
### Other
8
+
9
+
## v1.8.0 [2020-02-18]
2
10
3
11
### Bug Fixes
4
12
5
13
1.[#5345](https://github.com/influxdata/chronograf/pull/5345): Log Viewer uses a default if the mapped severity doesn't exist
6
-
1.[#5366](https://github.com/influxdata/chronograf/pull/5366): Pass insecure cert settings to flux client
7
-
1.[#5368](https://github.com/influxdata/chronograf/pull/5368): Update `non_negative_derivative` calls to use 1s
8
-
1.[#5363](https://github.com/influxdata/chronograf/pull/5363): Work around upstream CORS issue for news feed
14
+
1.[#5366](https://github.com/influxdata/chronograf/pull/5366): Insecure cert settings are now passed to the flux client
15
+
1.[#5368](https://github.com/influxdata/chronograf/pull/5368): Queries using `non_negative_derivative` calls now correctly use 1s
16
+
1.[#5363](https://github.com/influxdata/chronograf/pull/5363): Fix minor CORS issue for news feed
9
17
10
18
### Features
11
19
12
-
1.[#5348](https://github.com/influxdata/chronograf/pull/5348): Add query parameter for dashboard auto refresh
13
-
1.[#5352](https://github.com/influxdata/chronograf/pull/5352): Add etcd as an alternate backend store
20
+
1.[#5348](https://github.com/influxdata/chronograf/pull/5348): A a query parameter can now control the dashboard auto refresh rate, `refresh`
21
+
1.[#5352](https://github.com/influxdata/chronograf/pull/5352): etcd is now able to be used as an alternate backend store
14
22
1.[#5367](https://github.com/influxdata/chronograf/pull/5367): Template variables can now select their source database
15
-
1.[#5362](https://github.com/influxdata/chronograf/pull/5362): Add migrate command to chronoctl
23
+
1.[#5362](https://github.com/influxdata/chronograf/pull/5362): chronoctl now supports Migrate
16
24
1.[#5308](https://github.com/influxdata/chronograf/pull/5308): The hosts page can be disabled by setting the new environment variable `HOST_PAGE_DISABLED` to `true`, or by passing in `--host-page-disabled` or `-H` flags
17
-
1.[#5380](https://github.com/influxdata/chronograf/pull/5380): Add ability to redirect OAuth login page to OAuth IdP via flag `--redir-auth-login` or environmtent variable `REDIR_AUTH_LOGIN`
25
+
1.[#5380](https://github.com/influxdata/chronograf/pull/5380): OAuth logins can be redirected from the login page to OAuth IdP via flag `--redir-auth-login` or environmtent variable `REDIR_AUTH_LOGIN`
18
26
1.[#5383](https://github.com/influxdata/chronograf/pull/5383): Add support for 64-bit arm processors
0 commit comments