aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmma Foley <efoley@redhat.com>2020-05-20 14:55:10 -0400
committerEmma Foley <efoley@redhat.com>2020-05-22 14:17:24 -0400
commit87969f4012234e47f91c731444ab03f4c45da880 (patch)
tree72608cffa94ddfcf62f1687280582ce52abbd6fd
parent1f7b5fda345b36dabf7b2d25dda840cba4db5a9c (diff)
Update collectd container to use 5.11
Signed-off-by: Emma Foley <efoley@redhat.com> Change-Id: I1867ec05011a58b16a0d88bd9bd3fdfd7ac5d2e3
-rwxr-xr-xci/utility/package-list.sh2
-rw-r--r--docker/barometer-influxdb/Dockerfile2
-rw-r--r--src/package-list.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/ci/utility/package-list.sh b/ci/utility/package-list.sh
index 1eb6f8d2..30b73852 100755
--- a/ci/utility/package-list.sh
+++ b/ci/utility/package-list.sh
@@ -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
diff --git a/docker/barometer-influxdb/Dockerfile b/docker/barometer-influxdb/Dockerfile
index f84b22d7..5a640c2b 100644
--- a/docker/barometer-influxdb/Dockerfile
+++ b/docker/barometer-influxdb/Dockerfile
@@ -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
diff --git a/src/package-list.mk b/src/package-list.mk
index d5fedf73..a5c7bcf9 100644
--- a/src/package-list.mk
+++ b/src/package-list.mk
@@ -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