Update version
parent
a6e2be87ac
commit
94fea97117
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.4.0.0-rc1
|
current_version = 1.4.0.0-rc2
|
||||||
files = README.md server/swagger.json
|
files = README.md server/swagger.json
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.(?P<release>\d+)
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\.(?P<release>\d+)
|
||||||
serialize = {major}.{minor}.{patch}.{release}
|
serialize = {major}.{minor}.{patch}.{release}
|
||||||
|
|
|
@ -136,7 +136,7 @@ option.
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
The most recent version of Chronograf is
|
The most recent version of Chronograf is
|
||||||
[v1.4.0.0-rc1](https://www.influxdata.com/downloads/).
|
[v1.4.0.0-rc2](https://www.influxdata.com/downloads/).
|
||||||
|
|
||||||
Spotted a bug or have a feature request? Please open
|
Spotted a bug or have a feature request? Please open
|
||||||
[an issue](https://github.com/influxdata/chronograf/issues/new)!
|
[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:
|
To get started right away with Docker, you can pull down our latest release:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker pull chronograf:1.4.0.0-rc1
|
docker pull chronograf:1.4.0.0-rc2
|
||||||
```
|
```
|
||||||
|
|
||||||
### From Source
|
### From Source
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"info": {
|
"info": {
|
||||||
"title": "Chronograf",
|
"title": "Chronograf",
|
||||||
"description": "API endpoints for Chronograf",
|
"description": "API endpoints for Chronograf",
|
||||||
"version": "1.4.0.0-rc1"
|
"version": "1.4.0.0-rc2"
|
||||||
},
|
},
|
||||||
"schemes": ["http"],
|
"schemes": ["http"],
|
||||||
"basePath": "/chronograf/v1",
|
"basePath": "/chronograf/v1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "chronograf-ui",
|
"name": "chronograf-ui",
|
||||||
"version": "1.4.0-0rc1",
|
"version": "1.4.0-0rc2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
Loading…
Reference in New Issue