Skip to content

Commit

Permalink
Update fluentd to 1.17.1
Browse files Browse the repository at this point in the history
The Windows build of google-fluentd is trying (and failing) to build fluentd 1.16.2 natively, which usually indicates that the version is incompatible with the Ruby upgrade (now at 3.3.5). Trying the latest version of fluentd...
  • Loading branch information
jefferbrecht authored Oct 8, 2024
1 parent 90d04af commit ef2ef47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-plugin-google-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
# 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.16.2'
gem.add_runtime_dependency 'fluentd', '1.17.1'
gem.add_runtime_dependency 'google-api-client', '0.53.0'
gem.add_runtime_dependency 'googleapis-common-protos', '1.4.0'
gem.add_runtime_dependency 'googleauth', '1.3.0'
Expand Down

0 comments on commit ef2ef47

Please sign in to comment.