Skip to content

Commit

Permalink
chore: update changelog and bump minor version to 1.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
desa committed Dec 19, 2019
1 parent a88e6fb commit 7689dd7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
## v1.7.16
## v1.7.16
## v1.7.17

### Bug Fixes

1. [#5265](https://github.com/influxdata/chronograf/pull/5323): fix(schema-explorer): update the flux schema explorer to use v1 package
1. [#5326](https://github.com/influxdata/chronograf/pull/5326): fix(ui): use a fallback label for y-axis if it's available
1. [#5334](https://github.com/influxdata/chronograf/pull/5334): fix(influx): allow upperDashboardTime when generating query config
1. [#5335](https://github.com/influxdata/chronograf/pull/5335): fix(kapacitor): use better heuristic than string contains `batch` when creating tasks
### Features

## v1.7.16 [2019-12-18]

### Bug Fixes

1. [#5265](https://github.com/influxdata/chronograf/pull/5323): Update the flux schema explorer to use v1 package
1. [#5326](https://github.com/influxdata/chronograf/pull/5326): Use a fallback label for y-axis if it's available
1. [#5334](https://github.com/influxdata/chronograf/pull/5334): Allow `:upperDashboardTime:` when generating query config
1. [#5335](https://github.com/influxdata/chronograf/pull/5335): Use better heuristic than string contains `batch` when creating tasks

### Features

Expand All @@ -26,7 +31,7 @@

### Bug Fixes

1. [#5295](https://github.com/influxdata/chronograf/pull/5295): remove optional id in create dashboard swagger
1. [#5295](https://github.com/influxdata/chronograf/pull/5295): remove optional id in create dashboard swagger
1. [#5265](https://github.com/influxdata/chronograf/pull/5265): fix github org pagination when user has > 10 orgs
1. [#5306](https://github.com/influxdata/chronograf/pull/5306): making http requests on https server results in http 400
1. [#5305](https://github.com/influxdata/chronograf/pull/5305): Upgrade to flux v0.50.2
Expand Down
2 changes: 1 addition & 1 deletion server/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Chronograf",
"description": "API endpoints for Chronograf",
"version": "1.7.13"
"version": "1.7.16"
},
"schemes": ["http"],
"basePath": "/chronograf/v1",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chronograf-ui",
"version": "1.7.15",
"version": "1.7.16",
"private": false,
"license": "AGPL-3.0",
"description": "",
Expand Down

0 comments on commit 7689dd7

Please sign in to comment.