Upgrade influxdb to 1.1.5

influxdb 1.1.5 provides bugfixes and small performance improvements

See https://docs.influxdata.com/influxdb/v1.1/about_the_project/releasenotes-changelog/
for details

Change-Id: I9d9bf9b58312f69bc58818e209491da4578cac30
This commit is contained in:
Dirk Mueller 2017-04-22 11:41:43 +02:00 committed by Tomasz Trębski
parent c8694aeff8
commit f504cdb4ba
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,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.1.0}
INFLUXDB_PYTHON_VERSION=${INFLUXDB_PYTHON_VERSION:-1.1.5}
# To set the same version of InfluxDB for both languages use the
# following variable. This will override both the Java and Python