Merge pull request #93116 from Ghazgkull/patch-2

Update fluent-plugin-elasticsearch (4.1.0) and fluent-plugin-kubernetes_metadata_filter (2.5.2)
This commit is contained in:
Kubernetes Prow Robot 2020-07-21 19:52:05 -07:00 committed by GitHub
commit 57c53708e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
source 'https://rubygems.org'
gem 'activesupport', '6.0.3.1'
gem 'fluentd', '1.9.3'
gem 'activesupport', '6.0.3.2'
gem 'fluentd', '1.11.1'
gem 'fluent-plugin-concat', '2.4.0'
gem 'fluent-plugin-detect-exceptions', '0.0.13'
gem 'fluent-plugin-elasticsearch', '4.0.9'
gem 'fluent-plugin-kubernetes_metadata_filter', '2.5.1'
gem 'fluent-plugin-elasticsearch', '4.1.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.0'
gem 'fluent-plugin-prometheus', '1.8.2'
gem 'fluent-plugin-systemd', '1.0.2'
gem 'oj', '3.10.6'
gem 'oj', '3.10.7'

View File

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