Skip to content

Commit 88836fc

Browse files
chore: 1.8.2 release preparation
1 parent b5d1f1a commit 88836fc

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
## v1.8.2
1+
## v1.8.3
22

33
### Bug Fixes
44

5-
1. [#5442](https://github.com/influxdata/chronograf/pull/5442): Updated table rendering styles to make table rows consistent
5+
### Features
6+
7+
### Other
8+
9+
## v1.8.2 [2020-04-13]
10+
11+
### Bug Fixes
12+
13+
1. [#5442](https://github.com/influxdata/chronograf/pull/5442): Fixed table rendering bug introduced in 1.8.1
614

715
### Features
816

9-
1. [5446](https://github.com/influxdata/chronograf/pull/5446): Update to [Flux v0.65.0](https://github.com/influxdata/flux/releases/tag/v0.65.0)
17+
1. [#5446](https://github.com/influxdata/chronograf/pull/5446): Update to [Flux v0.65.0](https://github.com/influxdata/flux/releases/tag/v0.65.0)
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.1"
6+
"version": "1.8.2"
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.1",
3+
"version": "1.8.2",
44
"private": false,
55
"license": "AGPL-3.0",
66
"description": "",

0 commit comments

Comments
 (0)