Merge pull request #3113 from influxdata/release/1.4.3.1

Update for 1.4.3.1
pull/3111/head^2
Nathan Haugo 2018-04-02 18:14:12 -07:00 committed by GitHub
commit a7c267c2f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 15 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

@ -7,22 +7,18 @@
### 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
### UI Improvements
1. [#3088](https://github.com/influxdata/chronograf/pull/3088): New dashboard cells appear at bottom of layout and assume the size of the most common cell
1. [#3096](https://github.com/influxdata/chronograf/pull/3096): Standardize delete confirmation interactions
1. [#3096](https://github.com/influxdata/chronograf/pull/3096): Standardize save & cancel interactions
### 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
## 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": "",