File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
- ## v1.8.3
1
+ ## v1.8.4
2
+
3
+ ### Bug Fixes
4
+
5
+ ### Features
6
+
7
+ ### Other
8
+
9
+ ## v1.8.3 [ 2020-04-23]
2
10
3
11
### Bug Fixes
4
12
1 . [ #5456 ] ( https://github.com/influxdata/chronograf/pull/5456 ) : Fixed missing ` token ` subcommand
5
- 1 . [ #5458 ] ( https://github.com/influxdata/chronograf/pull/5458 ) : Don't start with partial oauth configuration
6
- 1 . [ #5459 ] ( https://github.com/influxdata/chronograf/pull/5459 ) : Extend oauth JWT timeout to match cookie lifespan
13
+ 1 . [ #5458 ] ( https://github.com/influxdata/chronograf/pull/5458 ) : Incomplete OAuth configurations now throw errors listing missing components
14
+ 1 . [ #5459 ] ( https://github.com/influxdata/chronograf/pull/5459 ) : Extend OAuth JWT timeout to match cookie lifespan
7
15
8
16
### Features
9
- 1 . [ #5461 ] ( https://github.com/influxdata/chronograf/pull/5461 ) : add ability to ignore or verify custom oauth certs
17
+ 1 . [ #5461 ] ( https://github.com/influxdata/chronograf/pull/5461 ) : Added ability to ignore or verify custom OAuth certs
10
18
11
19
### Other
12
20
Original file line number Diff line number Diff line change 3
3
"info" : {
4
4
"title" : " Chronograf" ,
5
5
"description" : " API endpoints for Chronograf" ,
6
- "version" : " 1.8.2 "
6
+ "version" : " 1.8.3 "
7
7
},
8
8
"schemes" : [" http" ],
9
9
"basePath" : " /chronograf/v1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " chronograf-ui" ,
3
- "version" : " 1.8.2 " ,
3
+ "version" : " 1.8.3 " ,
4
4
"private" : false ,
5
5
"license" : " AGPL-3.0" ,
6
6
"description" : " " ,
You can’t perform that action at this time.
0 commit comments