forked from treasure-data/omnibus-td-agent
-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathplugin_gems.rb
42 lines (42 loc) · 1.77 KB
/
plugin_gems.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
dir 'plugin_gems'
# The order of these dependencies matters due to how Ruby pulls dependencies.
download "httpclient", "2.8.3"
download "uuidtools", "2.1.5"
download "jmespath", "1.6.2"
download "aws-partitions", "1.149.0"
download "aws-sigv4", "1.1.0"
download "aws-sdk-core", "3.48.3"
download "aws-sdk-kms", "1.16.0"
download "aws-sdk-sqs", "1.13.0"
download "aws-sdk-s3", "1.36.0"
download "fluent-plugin-s3", "1.1.10"
download "webhdfs", "0.8.0"
download "fluent-plugin-webhdfs", "1.2.3"
download "fluent-plugin-rewrite-tag-filter", "2.2.0"
# This should be the last released version of the gem in https://rubygems.org/gems/fluent-plugin-google-cloud.
# The release candidate build will overwrite this gem with a gem version that is built from the master branch
# later in the build pipeline.
download "fluent-plugin-google-cloud", "0.13.3"
download "fluent-plugin-detect-exceptions", "0.0.16"
# Keep this version compatible with
# https://github.com/fluent/fluent-plugin-prometheus/blob/master/fluent-plugin-prometheus.gemspec
download "prometheus-client", "0.9.0"
download "fluent-plugin-concat", "2.4.0"
download "fluent-plugin-prometheus", "1.4.0"
download "fluent-plugin-multi-format-parser", "1.0.0"
download "fluent-plugin-record-reformer", "0.9.1"
download "fluent-plugin-record-modifier", "2.0.1"
download "fluent-plugin-kubernetes_metadata_filter", "3.5.1"
download "systemd-journal", "1.4.2"
download "fluent-plugin-systemd", "1.0.5"
if windows?
download "windows-pr", "1.2.6"
download "win32-ipc", "0.7.0"
download "win32-event", "0.6.3"
download "win32-eventlog", "0.6.7"
download "win32-service", "2.1.5"
download "certstore_c", "0.1.7"
download "fluent-plugin-windows-eventlog", "0.8.0"
download "nokogiri", "1.13.10"
download "fluent-plugin-parser-winevt_xml", "0.2.2"
end