Update collectd container to use 5.11 00/70200/2
authorEmma Foley <efoley@redhat.com>
Wed, 20 May 2020 18:55:10 +0000 (14:55 -0400)
committerEmma Foley <efoley@redhat.com>
Fri, 22 May 2020 18:17:24 +0000 (14:17 -0400)
Signed-off-by: Emma Foley <efoley@redhat.com>
Change-Id: I1867ec05011a58b16a0d88bd9bd3fdfd7ac5d2e3

ci/utility/package-list.sh
docker/barometer-influxdb/Dockerfile
src/package-list.mk

index 1eb6f8d..30b7385 100755 (executable)
@@ -25,4 +25,4 @@ CMTCAT_BRANCH=8b27ad757e86a01bc51eafcb9e600605ff1beca4
 CMTCAT_VERSION="v1.1.0"
 
 COLLECTD_REPO=https://github.com/collectd/collectd.git
-COLLECTD_BRANCH=collectd-5.10
+COLLECTD_BRANCH=collectd-5.11
index f84b22d..5a640c2 100644 (file)
@@ -15,5 +15,5 @@
 
 FROM influxdb:1.3.7
 
-RUN wget https://raw.githubusercontent.com/collectd/collectd/collectd-5.10/src/types.db -O /types.db
+RUN wget https://raw.githubusercontent.com/collectd/collectd/collectd-5.11/src/types.db -O /types.db
 COPY ./influxdb.conf /etc/influxdb/influxdb.conf
index d5fedf7..a5c7bcf 100644 (file)
@@ -27,7 +27,7 @@ COLLECTD_URL ?= https://github.com/collectd/collectd
 #                   set pull requests with experimental features
 ifeq ($(COLLECTD_FLAVOR), stable)
 # using latest stable release
-       COLLECTD_TAG ?= collectd-5.10
+       COLLECTD_TAG ?= collectd-5.11
        SAMPLE_CONF_VARIANT_NAME = collectd_sample_configs
 else
 # 'master' and 'experimental' collectd flavors are both using