Skip to content

Commit

Permalink
Revert Fluentd from 1.12.3 to 1.11.2 for memory / cpu regression. (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingling128 authored May 24, 2021
1 parent 595f555 commit 67a4919
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fluent-plugin-google-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ eos
gem.test_files = gem.files.grep(/^(test)/)
gem.require_paths = ['lib']

gem.add_runtime_dependency 'fluentd', '1.12.3'
# 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 'googleapis-common-protos', '1.3.10'
gem.add_runtime_dependency 'googleauth', '0.9.0'
gem.add_runtime_dependency 'google-api-client', '0.30.8'
Expand Down

0 comments on commit 67a4919

Please sign in to comment.