From b9315f83a4b85bf36fa0f1e15e84a521cb94713c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Tr=C4=99bski?= Date: Wed, 16 Aug 2017 08:58:16 +0200 Subject: [PATCH] Bump influxdb to 1.3.3 Commit updates influxdb to 1.3.3. This is the same version as used in monasca-docker. Change-Id: I49bc716d7fb0d7ec6f21d7927aa2eabaf9c93ba6 --- devstack/settings | 2 +- releasenotes/notes/influx_1.3.3-1be2009139641336.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/influx_1.3.3-1be2009139641336.yaml diff --git a/devstack/settings b/devstack/settings index 497cddf9c..23a71b6d1 100644 --- a/devstack/settings +++ b/devstack/settings @@ -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.3.1} +INFLUXDB_PYTHON_VERSION=${INFLUXDB_PYTHON_VERSION:-1.3.3} # To set the same version of InfluxDB for both languages use the # following variable. This will override both the Java and Python diff --git a/releasenotes/notes/influx_1.3.3-1be2009139641336.yaml b/releasenotes/notes/influx_1.3.3-1be2009139641336.yaml new file mode 100644 index 000000000..fd297e986 --- /dev/null +++ b/releasenotes/notes/influx_1.3.3-1be2009139641336.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Upgrade InfluxDB to 1.3.3 from 1.3.1. It provides couple of + bug fixes as in https://docs.influxdata.com/influxdb/v1.3/about_the_project/releasenotes-changelog/#v1-3-3-2017-08-10.