From 1c087e770ff136c7910e45feeb3c6f68aa01bde6 Mon Sep 17 00:00:00 2001 From: jkschulz <35477443+jkschulz@users.noreply.github.com> Date: Tue, 11 Aug 2020 13:06:15 -0400 Subject: [PATCH] Upgrade fluentd to v1.11.2 (from v1.7.4). (#418) --- fluent-plugin-google-cloud.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluent-plugin-google-cloud.gemspec b/fluent-plugin-google-cloud.gemspec index 8ed6192f..943558fa 100644 --- a/fluent-plugin-google-cloud.gemspec +++ b/fluent-plugin-google-cloud.gemspec @@ -10,7 +10,7 @@ eos gem.homepage = 'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud' gem.license = 'Apache-2.0' - gem.version = '0.9.2' + gem.version = '0.10.0' gem.authors = ['Stackdriver Agents Team'] gem.email = ['stackdriver-agents@google.com'] gem.required_ruby_version = Gem::Requirement.new('>= 2.2') @@ -19,7 +19,7 @@ eos gem.test_files = gem.files.grep(/^(test)/) gem.require_paths = ['lib'] - gem.add_runtime_dependency 'fluentd', '1.7.4' + gem.add_runtime_dependency 'fluentd', '1.11.2' gem.add_runtime_dependency 'googleapis-common-protos', '1.3.9' gem.add_runtime_dependency 'googleauth', '0.9.0' gem.add_runtime_dependency 'google-api-client', '0.30.8'