Upgrade InfluxDB to version 1.3.9

Bugfix for improved performance when writes exceed `max-values-per-tag`
or `max-series`.

Change-Id: Ibf62eb70ba8be9320ca15f905fb57a8ed7da5a42
This commit is contained in:
Witold Bedyk 2018-07-17 14:16:53 +02:00
parent 73d31f2516
commit cec3b6e411
2 changed files with 7 additions and 1 deletions

View File

@ -93,7 +93,7 @@ enable_service monasca-cli
# to deploy either the Java or Python API without having to
# also set the INFLUXDB_VERSION when switching between the two.
INFLUXDB_JAVA_VERSION=${INFLUXDB_JAVA_VERSION:-0.9.5}
INFLUXDB_PYTHON_VERSION=${INFLUXDB_PYTHON_VERSION:-1.3.8}
INFLUXDB_PYTHON_VERSION=${INFLUXDB_PYTHON_VERSION:-1.3.9}
# To set the same version of InfluxDB for both languages use the
# following variable. This will override both the Java and Python

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
Upgrade InfluxDB to 1.3.9 from 1.3.8. It provides the bugfix which improves
performance when writes exceed `max-values-per-tag` or `max-series`
https://docs.influxdata.com/influxdb/v1.3/about_the_project/releasenotes-changelog/#v1-3-9-2018-01-19