Skip to content

Commit

Permalink
Upgrade Fluentd to v1.2.5 and bump gem version to v0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
qingling128 committed Aug 24, 2018
1 parent a0fa440 commit e769283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fluent-plugin-google-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_google_cloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e769283

Please sign in to comment.