diff --git a/fluent-plugin-google-cloud.gemspec b/fluent-plugin-google-cloud.gemspec index da309815..27eb0786 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.6.23' + gem.version = '0.7.0' gem.authors = ['Ling Huang', 'Igor Peshansky'] 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', '~> 0.10' + gem.add_runtime_dependency 'fluentd', ">= 0.10", "< 2" gem.add_runtime_dependency 'googleapis-common-protos', '~> 1.3' gem.add_runtime_dependency 'google-api-client', '~> 0.17' gem.add_runtime_dependency 'google-cloud-logging', '~> 1.3', '>= 1.3.2' diff --git a/lib/fluent/plugin/out_google_cloud.rb b/lib/fluent/plugin/out_google_cloud.rb index ecbfca10..13597855 100644 --- a/lib/fluent/plugin/out_google_cloud.rb +++ b/lib/fluent/plugin/out_google_cloud.rb @@ -228,7 +228,7 @@ module InternalConstants Fluent::Plugin.register_output('google_cloud', self) PLUGIN_NAME = 'Fluentd Google Cloud Logging plugin'.freeze - PLUGIN_VERSION = '0.6.23'.freeze + PLUGIN_VERSION = '0.7.0'.freeze # Name of the the Google cloud logging write scope. LOGGING_SCOPE = 'https://www.googleapis.com/auth/logging.write'.freeze