diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e0dcb8cf8..b701ac3ce 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.2.3 +current_version = 1.4.3.0 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 458cc9f38..e2d97d48f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ ## v1.4.3.0 [unreleased] +### UI Improvements + +### Bug Fixes + +## v1.4.3.0 [2018-3-28] + ### Features 1. [#2973](https://github.com/influxdata/chronograf/pull/2973): Add unsafe SSL to Kapacitor UI configuration @@ -31,6 +37,10 @@ 1. [#3068](https://github.com/influxdata/chronograf/pull/3068): Fix intermittent missing fill from graphs 1. [#3087](https://github.com/influxdata/chronograf/pull/3087): Exit annotation edit mode when user navigates away from dashboard 1. [#3079](https://github.com/influxdata/chronograf/pull/3082): Support custom time range in annotations api wrapper +1. [#3068](https://github.com/influxdata/chronograf/pull/3068): Fix intermittent missing fill from graphs +1. [#3079](https://github.com/influxdata/chronograf/pull/3082): Support custom time range in annotations api wrapper +1. [#3087](https://github.com/influxdata/chronograf/pull/3087): Exit annotation edit mode when user navigates away from dashboard +1. [#3073](https://github.com/influxdata/chronograf/pull/3073): Fix Delete button in All Users admin page ## v1.4.2.3 [2018-03-08] @@ -38,8 +48,6 @@ ### Bug Fixes -1. [#2866](https://github.com/influxdata/chronograf/pull/2866): Change hover text on delete mappings confirmation button to 'Delete' -1. [#2911](https://github.com/influxdata/chronograf/pull/2911): Fix Heroku OAuth 1. [#2859](https://github.com/influxdata/chronograf/pull/2859): Enable Mappings save button when valid 1. [#2933](https://github.com/influxdata/chronograf/pull/2933): Include url in Kapacitor connection creation requests diff --git a/README.md b/README.md index 3cffba144..9f1d1657e 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ option. ## Versions The most recent version of Chronograf is -[v1.4.2.3](https://www.influxdata.com/downloads/). +[v1.4.3.0](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.2.3 +docker pull chronograf:1.4.3.0 ``` ### From Source diff --git a/server/swagger.json b/server/swagger.json index b7b0f2e7d..da3cebcdc 100644 --- a/server/swagger.json +++ b/server/swagger.json @@ -3,7 +3,7 @@ "info": { "title": "Chronograf", "description": "API endpoints for Chronograf", - "version": "1.4.2.3" + "version": "1.4.3.0" }, "schemes": ["http"], "basePath": "/chronograf/v1", diff --git a/ui/package.json b/ui/package.json index 6b9561321..c9854a305 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chronograf-ui", - "version": "1.4.2-3", + "version": "1.4.3-0", "private": false, "license": "AGPL-3.0", "description": "",