Release 1.3.5.0
parent
026c5f6156
commit
6bc4cf36d1
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.3.2.0
|
current_version = 1.3.5.0
|
||||||
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}
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
## v1.3.5.0 [unreleased]
|
## v1.3.6.0 [unreleased]
|
||||||
|
### Bug Fixes
|
||||||
|
### Features
|
||||||
|
### UI Improvements
|
||||||
|
|
||||||
|
## v1.3.5.0 [2017-07-25]
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
1. [#1708](https://github.com/influxdata/chronograf/pull/1708): Fix z-index issue in dashboard cell context menu
|
1. [#1708](https://github.com/influxdata/chronograf/pull/1708): Fix z-index issue in dashboard cell context menu
|
||||||
1. [#1752](https://github.com/influxdata/chronograf/pull/1752): Clarify BoltPath server flag help text by making example the default path
|
1. [#1752](https://github.com/influxdata/chronograf/pull/1752): Clarify BoltPath server flag help text by making example the default path
|
||||||
|
|
|
@ -110,7 +110,7 @@ Change the default root path of the Chronograf server with the `--basepath` opti
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
The most recent version of Chronograf is [v1.3.2.0](https://www.influxdata.com/downloads/).
|
The most recent version of Chronograf is [v1.3.5.0](https://www.influxdata.com/downloads/).
|
||||||
|
|
||||||
Spotted a bug or have a feature request?
|
Spotted a bug or have a feature request?
|
||||||
Please open [an issue](https://github.com/influxdata/chronograf/issues/new)!
|
Please open [an issue](https://github.com/influxdata/chronograf/issues/new)!
|
||||||
|
@ -138,7 +138,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.3.2.0
|
docker pull chronograf:1.3.5.0
|
||||||
```
|
```
|
||||||
|
|
||||||
### 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.3.2.0"
|
"version": "1.3.5.0"
|
||||||
},
|
},
|
||||||
"schemes": ["http"],
|
"schemes": ["http"],
|
||||||
"basePath": "/chronograf/v1",
|
"basePath": "/chronograf/v1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "chronograf-ui",
|
"name": "chronograf-ui",
|
||||||
"version": "1.3.4-0",
|
"version": "1.3.5-0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|
Loading…
Reference in New Issue