这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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