Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Update plugin gems
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed May 29, 2018
1 parent bf2f9ae commit 55eac17
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plugin_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
download "fluent-plugin-td", "0.10.29"
else
download "td-client", "1.0.6"
download "td", "0.15.9"
download "td", "0.16.1"
download "fluent-plugin-td", "1.0.0"
end
if td_agent_2?
download "aws-sdk", "2.11.22"
download "fluent-plugin-s3", "0.8.7"
else
download "jmespath", "1.4.0"
download "aws-partitions", "1.79.0"
download "aws-partitions", "1.87.0"
download "aws-sigv4", "1.0.2"
download "aws-sdk-core", "3.19.0"
download "aws-sdk-core", "3.21.2"
download "aws-sdk-kms", "1.5.0"
download "aws-sdk-sqs", "1.3.0"
download "aws-sdk-s3", "1.9.0"
download "fluent-plugin-s3", "1.1.2"
download "aws-sdk-s3", "1.13.0"
download "fluent-plugin-s3", "1.1.3"
end
if td_agent_2?
download "thrift", "0.8.0"
Expand All @@ -38,13 +38,13 @@
if td_agent_2?
download "fluent-plugin-rewrite-tag-filter", "1.6.0"
else
download "fluent-plugin-rewrite-tag-filter", "2.0.2"
download "fluent-plugin-rewrite-tag-filter", "2.1.0"
end
download "ruby-kafka", "0.5.4"
download "ruby-kafka", "0.6.3"
download "fluent-plugin-kafka", "0.7.2"
unless td_agent_2?
download "elasticsearch", "6.0.2"
download "fluent-plugin-elasticsearch", "2.8.6"
download "fluent-plugin-elasticsearch", "2.10.1"
end
download "fluent-plugin-td-monitoring", "0.2.4"
if windows?
Expand Down

0 comments on commit 55eac17

Please sign in to comment.