Merge pull request #4765 from influxdata/1.7.1-bumpversion

Bump to version 1.7.1
pull/4771/head
Nathan Haugo 2018-11-07 12:01:40 -08:00 committed by GitHub
commit 5e0ec7a68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.0
current_version = 1.7.1
files = README.md server/swagger.json Makefile
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<release>\d+)
serialize = {major}.{minor}.{release}

View File

@ -1,6 +1,6 @@
.PHONY: assets dep clean test gotest gotestrace jstest run run-dev ctags
VERSION = 1.7.0
VERSION = 1.7.1
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)

View File

@ -136,7 +136,7 @@ option.
## Versions
The most recent version of Chronograf is
[v1.7.0](https://www.influxdata.com/downloads/).
[v1.7.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.7.0
docker pull chronograf:1.7.1
```
### From Source

View File

@ -3,7 +3,7 @@
"info": {
"title": "Chronograf",
"description": "API endpoints for Chronograf",
"version": "1.7.0"
"version": "1.7.1"
},
"schemes": ["http"],
"basePath": "/chronograf/v1",

View File

@ -1,6 +1,6 @@
{
"name": "chronograf-ui",
"version": "1.7.0",
"version": "1.7.1",
"private": false,
"license": "AGPL-3.0",
"description": "",