Skip to content

Commit baac7cf

Browse files
chore: prepare for 1.8.3 release
1 parent 3652328 commit baac7cf

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
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]
210

311
### Bug Fixes
412
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
715

816
### 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
1018

1119
### Other
1220

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.8.2"
6+
"version": "1.8.3"
77
},
88
"schemes": ["http"],
99
"basePath": "/chronograf/v1",

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chronograf-ui",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"private": false,
55
"license": "AGPL-3.0",
66
"description": "",

0 commit comments

Comments
 (0)