Skip to content

Commit 747112b

Browse files
chore: update changelog and bump minor version to 1.8.0
1 parent f629d58 commit 747112b

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff 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]
210

311
### Bug Fixes
412

513
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
917

1018
### Features
1119

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
1422
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
1624
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`
1826
1. [#5383](https://github.com/influxdata/chronograf/pull/5383): Add support for 64-bit arm processors
1927

2028
### Other

server/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Chronograf",
55
"description": "API endpoints for Chronograf",
6-
"version": "1.7.17"
6+
"version": "1.8.0"
77
},
88
"schemes": ["http"],
99
"basePath": "/chronograf/v1",

0 commit comments

Comments
 (0)