updated fluentd and all plugins

Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer 2020-10-03 11:28:46 +02:00
parent b2730aa483
commit 6c7776bbe0
2 changed files with 7 additions and 6 deletions

View File

@ -1,12 +1,13 @@
source 'https://rubygems.org'
gem 'activesupport', '6.0.3.2'
gem 'fluentd', '1.11.1'
gem 'activesupport', '6.0.3.3'
gem 'fluentd', '1.11.3'
gem 'fluent-plugin-concat', '2.4.0'
gem 'fluent-plugin-detect-exceptions', '0.0.13'
gem 'fluent-plugin-elasticsearch', '4.1.0'
gem 'fluent-plugin-elasticsearch', '4.2.0'
gem 'fluent-plugin-kubernetes_metadata_filter', '2.5.2'
gem 'fluent-plugin-multi-format-parser', '1.0.0'
gem 'fluent-plugin-prometheus', '1.8.2'
gem 'fluent-plugin-prometheus', '1.8.4'
gem 'fluent-plugin-systemd', '1.0.2'
gem 'oj', '3.10.7'
gem 'oj', '3.10.14'

View File

@ -16,7 +16,7 @@
PREFIX = quay.io/fluentd_elasticsearch
IMAGE = fluentd
TAG = v3.0.4
TAG = v3.0.5
build:
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .