Update Heka to 0.10.0b2

This version will allow us to enable the buffering for the output
plugins and deal properly with RabbitMQ connection drops.

Change-Id: I087236ecc7756d005a98cd11d3e5efe8cbdc00cb
Closes-Bug: #1503251
Partial-Bug: #1488717
This commit is contained in:
Simon Pasquier 2015-11-26 15:03:03 +01:00
parent 01dc04a215
commit c5f97a203b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -eux
. "$(dirname "$(readlink -f "$0")")"/functions.sh
HEKA_VERSION="0.10.0b1"
HEKA_VERSION="0.10.0b2"
FUEL_LIB_COMMIT="7.0"
FUEL_LIB_TARBALL_URL="https://github.com/openstack/fuel-library/archive/${FUEL_LIB_COMMIT}.tar.gz"
COLLECTD_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppet-collectd-4.1.2.tar.gz"