From 4f246ae372bb68320c59bd7aba0ed0c7956acd5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Tr=C4=99bski?= Date: Wed, 20 Sep 2017 07:09:17 +0200 Subject: [PATCH] Upgrade the storm to 1.0.5 Storm 1.0.3 is affected by the security bug CVE-2017-9799 [1]. It is recommended to upgrade to 1.0.5 (the latest 1.0.x release at the moment). [1]: http://www.securityfocus.com/bid/100235 Change-Id: Ie32d184b2446e2db6b145712ec5ffadf1e3f18b3 Depends-On: Iccc30d411a49b9e47d6625909427f071397aedfd --- devstack/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/settings b/devstack/settings index 23a71b6d1..ad9ac8963 100644 --- a/devstack/settings +++ b/devstack/settings @@ -102,7 +102,7 @@ CASSANDRA_VERSION=${CASSANDRA_VERSION:-37x} BASE_KAFKA_VERSION=${BASE_KAFKA_VERSION:-0.9.0.1} SCALA_VERSION=${SCALA_VERSION:-2.11} KAFKA_VERSION=${KAFKA_VERSION:-${SCALA_VERSION}-${BASE_KAFKA_VERSION}} -STORM_VERSION=${STORM_VERSION:-1.0.3} +STORM_VERSION=${STORM_VERSION:-1.0.5} GO_VERSION=${GO_VERSION:-"1.7.1"} NODE_JS_VERSION=${NODE_JS_VERSION:-"4.0.0"} NVM_VERSION=${NVM_VERSION:-"0.32.1"}