From 723a11ce7342d90ee59137aaf84aef625068f75f Mon Sep 17 00:00:00 2001 From: Nathan Haugo Date: Mon, 14 Jan 2019 16:18:51 -0800 Subject: [PATCH] Prep for 1.7.6 release (#5040) * Prep for 1.7.6 release * Update readme --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- Makefile | 2 +- README.md | 4 ++-- server/swagger.json | 2 +- ui/package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2de95c46d3..585e5a4610 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.4 +current_version = 1.7.6 files = README.md server/swagger.json Makefile parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{release} diff --git a/CHANGELOG.md b/CHANGELOG.md index 168d2eaa9a..20db278416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.7.6 [unreleased] +## v1.7.6 [2019-01-14] ### Bug Fixes 1. [#4895](https://github.com/influxdata/chronograf/pull/4895): Properly set scroll to row for table graph diff --git a/Makefile b/Makefile index 6cdddf0e32..ee1f881612 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: assets dep clean test gotest gotestrace jstest run run-dev ctags -VERSION = 1.7.4 +VERSION = 1.7.6 COMMIT ?= $(shell git rev-parse --short=8 HEAD) GOBINDATA := $(shell go list -f {{.Root}} github.com/kevinburke/go-bindata 2> /dev/null) YARN := $(shell command -v yarn 2> /dev/null) diff --git a/README.md b/README.md index 9b87fb20e1..bac736b4f2 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ option. ## Versions The most recent version of Chronograf is -[v1.7.3](https://www.influxdata.com/downloads/). +[v1.7.6](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.7.3 +docker pull chronograf:1.7.6 ``` ### From Source diff --git a/server/swagger.json b/server/swagger.json index 09275809cc..d3065ac40b 100644 --- a/server/swagger.json +++ b/server/swagger.json @@ -3,7 +3,7 @@ "info": { "title": "Chronograf", "description": "API endpoints for Chronograf", - "version": "1.7.4" + "version": "1.7.6" }, "schemes": ["http"], "basePath": "/chronograf/v1", diff --git a/ui/package.json b/ui/package.json index d453d006f7..ce2df47f22 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chronograf-ui", - "version": "1.7.4", + "version": "1.7.6", "private": false, "license": "AGPL-3.0", "description": "",