Merge branch 'master' into bugfix/save-new-tickscript

pull/10616/head
Alex Paxton 2018-04-02 18:24:41 -07:00 committed by GitHub
commit 5852c6c3da
5 changed files with 14 additions and 16 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.3.0
current_version = 1.4.3.1
files = README.md server/swagger.json
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.(?P<release>\d+)
serialize = {major}.{minor}.{patch}.{release}

View File

@ -4,16 +4,8 @@
1. [#2526](https://github.com/influxdata/chronograf/pull/2526): Add support for RS256/JWKS verification, support for id_token parsing (as in ADFS)
1. [#3060](https://github.com/influxdata/chronograf/pull/3060): Add ability to set a color palette for Line, Stacked, Step-Plot, and Bar graphs
### UI Improvements
### Bug Fixes
## v1.4.3.0 [unreleased]
1. [#3080](https://github.com/influxdata/chronograf/pull/3080): Add tabular data visualization option with features
1. [#3103](https://github.com/influxdata/chronograf/pull/3103): Add ability to clone dashboards
1. [#3111](https://github.com/influxdata/chronograf/pull/3111): Fix saving of new TICKscripts
1. [#3080](https://github.com/influxdata/chronograf/pull/3080): Add tabular data visualization option with features
### UI Improvements
@ -23,8 +15,14 @@
### Bug Fixes
1. [#2950](https://github.com/influxdata/chronograf/pull/2094): Always save template variables on first edit
1. [#3101](https://github.com/influxdata/chronograf/pull/3101): Fix template variables not loading
1. [#3111](https://github.com/influxdata/chronograf/pull/3111): Fix saving of new TICKscripts
## v1.4.3.1 [2018-04-02]
### Bug Fixes
1. [#3107](https://github.com/influxdata/chronograf/pull/3107): Fixes template variable editing not allowing saving
1. [#3094](https://github.com/influxdata/chronograf/pull/3094): Save template variables on first edit
1. [#3101](https://github.com/influxdata/chronograf/pull/3101): Fix template variables not loading all values
## v1.4.3.0 [2018-3-28]

View File

@ -136,7 +136,7 @@ option.
## Versions
The most recent version of Chronograf is
[v1.4.3.0](https://www.influxdata.com/downloads/).
[v1.4.3.1](https://www.influxdata.com/downloads/).
Spotted a bug or have a feature request? Please open
[an issue](https://github.com/influxdata/chronograf/issues/new)!
@ -178,7 +178,7 @@ By default, chronograf runs on port `8888`.
To get started right away with Docker, you can pull down our latest release:
```sh
docker pull chronograf:1.4.3.0
docker pull chronograf:1.4.3.1
```
### From Source

View File

@ -3,7 +3,7 @@
"info": {
"title": "Chronograf",
"description": "API endpoints for Chronograf",
"version": "1.4.3.0"
"version": "1.4.3.1"
},
"schemes": ["http"],
"basePath": "/chronograf/v1",

View File

@ -1,6 +1,6 @@
{
"name": "chronograf-ui",
"version": "1.4.3-0",
"version": "1.4.3-1",
"private": false,
"license": "AGPL-3.0",
"description": "",