Update to Heka 0.9.2

This version fixes a nasty bug [1] that may cause Heka to loop over
infinitely when reading too large messages from log files.

[1] https://github.com/mozilla-services/heka/issues/1367

Change-Id: I38d1bbbd00a2182cbb932ee75024bebef2472ddc
This commit is contained in:
Simon Pasquier 2015-04-27 14:51:48 +02:00
parent c3d5a41f89
commit f6013931b8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ROOT="$(dirname `readlink -f $0`)"
MODULES_DIR="${ROOT}"/deployment_scripts/puppet/modules
RPM_REPO="${ROOT}"/repositories/centos/
DEB_REPO="${ROOT}"/repositories/ubuntu/
HEKA_VERSION="0.9.0"
HEKA_VERSION="0.9.2"
FUEL_LIB_VERSION="6.0"
FUEL_LIB_TARBALL_URL="https://github.com/stackforge/fuel-library/archive/${FUEL_LIB_VERSION}.tar.gz"
COLLECTD_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/pdxcat-collectd-3.2.0.tar.gz"