From eec3912f24aac84bf1d51af5ef0cd6c028714ae4 Mon Sep 17 00:00:00 2001 From: Luke Morris Date: Mon, 16 Apr 2018 13:43:40 -0700 Subject: [PATCH] Update changelog; Bump version to 1.4.4.1 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 8 +++++++- README.md | 4 ++-- server/swagger.json | 2 +- ui/package.json | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3cc89b40ca..509806214d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.4.0 +current_version = 1.4.4.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 fcec3cbe5d..f6238fdc89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.4.4.1 [2018-04-16] + +### Bug Fixes + +1. [#3211](https://github.com/influxdata/chronograf/pull/3211): Snapshot all db struct types in migration files + ## v1.4.4.0 [2018-04-13] ### Features @@ -20,7 +26,7 @@ ### Bug Fixes -1. [#2950](https://github.com/influxdata/chronograf/pull/2094): Always save template variables on first edit +1. [#3094](https://github.com/influxdata/chronograf/pull/3094): Always save template variables on first edit 1. [#3104](https://github.com/influxdata/chronograf/pull/3104): Query annotations at auto-refresh interval 1. [#3109](https://github.com/influxdata/chronograf/pull/3109): Display link to configure Kapacitor on Alerts Page if no configured kapacitor. 1. [#3111](https://github.com/influxdata/chronograf/pull/3111): Fix saving of new TICKscripts diff --git a/README.md b/README.md index ca9be233de..b264e128ec 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ option. ## Versions The most recent version of Chronograf is -[v1.4.4.0](https://www.influxdata.com/downloads/). +[v1.4.4.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.4.0 +docker pull chronograf:1.4.4.1 ``` ### From Source diff --git a/server/swagger.json b/server/swagger.json index 81eb408b3a..7f2a0949f0 100644 --- a/server/swagger.json +++ b/server/swagger.json @@ -3,7 +3,7 @@ "info": { "title": "Chronograf", "description": "API endpoints for Chronograf", - "version": "1.4.4.0" + "version": "1.4.4.1" }, "schemes": ["http"], "basePath": "/chronograf/v1", diff --git a/ui/package.json b/ui/package.json index c57f193049..37e8d99551 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chronograf-ui", - "version": "1.4.4-0", + "version": "1.4.4-1", "private": false, "license": "AGPL-3.0", "description": "",