Upgrade the storm to 1.1.3

Storm 1.1.1 is affected by the security bug CVE-2018-1332 [1].
It is recommended to upgrade to 1.1.3 (latest in the 1.1.x series).

[1]: http://www.securityfocus.com/bid/104399

Story: 2003031
Task: 23059

Change-Id: I95e9235556c9e639083482b63398a657c52f6abb
This commit is contained in:
Dobroslaw Zybort 2018-07-18 13:56:38 +02:00
parent 73d31f2516
commit 054be06860
2 changed files with 6 additions and 1 deletions

View File

@ -106,7 +106,7 @@ CASSANDRA_VERSION=${CASSANDRA_VERSION:-311x}
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.1.1}
STORM_VERSION=${STORM_VERSION:-1.1.3}
GO_VERSION=${GO_VERSION:-"1.7.1"}
NODE_JS_VERSION=${NODE_JS_VERSION:-"4.0.0"}
NVM_VERSION=${NVM_VERSION:-"0.32.1"}

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Upgrade Storm to 1.1.3 from 1.1.1. It provides security fix for
http://www.securityfocus.com/bid/104399