Upgrade Heka to 0.10.0

Change-Id: I8569606aaaa094bb83300cc80da111f5076b9fa9
(cherry picked from commit f944261331)
This commit is contained in:
Simon Pasquier 2016-01-04 14:25:50 +01:00 committed by Swann Croiset
parent ce8f084ce5
commit 58d0d6d7b8
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.0b2"
HEKA_VERSION="0.10.0"
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"