Skip to content

Commit

Permalink
fluentd: update fluentd version to v1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ridwanmsharif committed Jul 27, 2023
1 parent 31e16e2 commit 42942c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/software/fluentd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# and
# https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/windows-installer/generate_sdl_agent_exe.ps1
#
# fluentd v1.13.3.
default_version '12de3b5a260a174fe4a419036d6e2b2e18fe7497'
# fluentd v1.16.2.
default_version 'd5685ada81ac89a35a79965f1e94bbe5952a5d3a'

dependency "ruby"
#dependency "bundler"
Expand Down
2 changes: 1 addition & 1 deletion windows-installer/generate_sdl_agent_exe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $plugin_gems_rb = $SRC_ROOT + '\plugin_gems.rb'
# https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud/blob/master/fluent-plugin-google-cloud.gemspec
# and
# https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/config/software/fluentd.rb
& $GEM_CMD install fluentd:1.13.3 --no-document
& $GEM_CMD install fluentd:1.16.2 --no-document
& $RUBY_EXE $gem_installer $core_gems_rb
& $RUBY_EXE $gem_installer $plugin_gems_rb

Expand Down

0 comments on commit 42942c5

Please sign in to comment.