Skip to content

Commit

Permalink
chore(gemspec): update fluentd to 1.13.2
Browse files Browse the repository at this point in the history
 - update to allow fluentd 1.13.2 gem

Fluentd changelog for [v1.13.2](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#v1132)

Signed-off-by: Anton Ouzounov <aouzounov@vmware.com>
  • Loading branch information
Anton Ouzounov committed Jul 19, 2021
1 parent a55c623 commit 781ab19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.11.0'
gem.version = '0.11.1'
gem.authors = ['Stackdriver Agents Team']
gem.email = ['stackdriver-agents@google.com']
gem.required_ruby_version = Gem::Requirement.new('>= 2.2')
Expand All @@ -22,12 +22,12 @@ eos
# Note: In order to update the Fluentd version, please update both here and
# also the fluentd version in
# https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/config/software/fluentd.rb.
gem.add_runtime_dependency 'fluentd', '1.11.2'
gem.add_runtime_dependency 'fluentd', '1.13.2'
gem.add_runtime_dependency 'googleapis-common-protos', '1.3.10'
gem.add_runtime_dependency 'googleauth', '0.9.0'
gem.add_runtime_dependency 'google-api-client', '0.30.8'
gem.add_runtime_dependency 'google-cloud-logging', '1.6.6'
gem.add_runtime_dependency 'google-protobuf', '3.15.8'
gem.add_runtime_dependency 'google-protobuf', '3.17.3'
gem.add_runtime_dependency 'grpc', '1.31.1'
gem.add_runtime_dependency 'json', '2.4.1'
gem.add_runtime_dependency 'opencensus', '0.5.0'
Expand Down

0 comments on commit 781ab19

Please sign in to comment.