diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b701ac3ce..9356f66c8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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\d+)\.(?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch}.{release} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffbf0efd..7bf2d29ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/README.md b/README.md index a8c657d5c..78ea39c33 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/server/swagger.json b/server/swagger.json index 508ee2be0..e8208779b 100644 --- a/server/swagger.json +++ b/server/swagger.json @@ -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", diff --git a/ui/package.json b/ui/package.json index 8835c1561..19a8274f8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chronograf-ui", - "version": "1.4.3-0", + "version": "1.4.3-1", "private": false, "license": "AGPL-3.0", "description": "",