updated fluentd to 1.2.4

This commit is contained in:
André Bauer 2018-08-15 15:17:00 +02:00
parent c582a37cae
commit 2b12f2f944
2 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
source 'https://rubygems.org'
gem 'fluentd', '<=1.2.2'
gem 'activesupport', '~>5.2.0'
gem 'fluentd', '<=1.2.4'
gem 'activesupport', '~>5.2.1'
gem 'fluent-plugin-kubernetes_metadata_filter', '~>2.1.2'
gem 'fluent-plugin-elasticsearch', '~>2.10.5'
gem 'fluent-plugin-elasticsearch', '~>2.11.5'
gem 'fluent-plugin-systemd', '~>1.0.1'
gem 'fluent-plugin-detect-exceptions', '~>0.0.11'
gem 'fluent-plugin-prometheus', '~>1.0.1'
gem 'fluent-plugin-multi-format-parser', '~>1.0.0'
gem 'oj', '~>3.6.2'
gem 'oj', '~>3.6.5'

View File

@ -16,7 +16,7 @@
PREFIX = staging-k8s.gcr.io
IMAGE = fluentd-elasticsearch
TAG = v2.2.0
TAG = v2.3.0
build:
docker build --pull -t $(PREFIX)/$(IMAGE):$(TAG) .