Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Update all of the gems
Browse files Browse the repository at this point in the history
This will fix:

- fluent-binlog-reader
  (fluent/fluentd@155ceac)
- ms timestamp resolution for cloudwatch
  (uken/fluent-plugin-elasticsearch#249)
  • Loading branch information
Sam Pointer committed May 23, 2017
1 parent e665abb commit 28c8a27
Show file tree
Hide file tree
Showing 24 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config/projects/td-agent2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

install_dir "/opt/td-agent"
build_version "0.0.0"
build_iteration 16
build_iteration 17

# creates required build directories
dependency "preparation"
Expand Down
4 changes: 2 additions & 2 deletions config/software/fluentd.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name "fluentd"
#default_version 'aee8086e9fcd3b45fa11b83e866fd758cb79bffb'
#default_version 'v0.14.11'
default_version 'master' # https://github.com/fluent/fluentd/issues/1449
default_version 'v0.14.16'
#default_version 'master' # https://github.com/fluent/fluentd/issues/1449

dependency "ruby"
#dependency "bundler"
Expand Down
Binary file added pkg/td-agent_0.0.0-17_amd64.deb
Binary file not shown.
15 changes: 15 additions & 0 deletions pkg/td-agent_0.0.0-17_amd64.deb.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"basename": "td-agent_0.0.0-17_amd64.deb",
"md5": "57e485862eb89598a4cd9b214740d726",
"sha1": "45e163685859fe5532b9468ded59b23c11430150",
"sha256": "8e4da311f3ba68cad187736a0ab088dcc60dc2a384caa7daee5b0974cd999b39",
"sha512": "1fd006835f74e91c07a916fe76aab55ffb1ea9a2c35ceb6eed30cd1c67046811a223ecacc64f67b9f7a756b86e5be62834d0b5ad562fec80b594133306529a4f",
"platform": "ubuntu",
"platform_version": "14.04",
"arch": "x86_64",
"name": "td-agent",
"friendly_name": "Td-agent",
"homepage": "http://treasuredata.com",
"version": "0.0.0",
"iteration": 17
}
6 changes: 3 additions & 3 deletions pkg/version-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@
"described_version": "9.3.5"
},
"fluentd": {
"locked_version": "182bebd38b67297e686b6624433fe9155efcaadd",
"locked_version": "155ceac05146aea15124917a8bf16f2be0a9937a",
"locked_source": {
"git": "https://github.com/fluent/fluentd.git"
},
"source_type": "git",
"described_version": "master"
"described_version": "v0.14.16"
},
"td-agent": {
"locked_version": null,
Expand Down Expand Up @@ -258,5 +258,5 @@
}
},
"build_version": "0.0.0",
"build_git_revision": "2e66cdac32ada9a2c7833a860d3c715b4a73af21"
"build_git_revision": "e665abbd7e9ab1813f555077c61e4d4cc9bce8d6"
}
9 changes: 2 additions & 7 deletions plugin_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,14 @@
download "uuidtools", "2.1.5"
download "bson", "1.12.5"
download "bson_ext", "1.12.5"
download "mongo", "1.12.5"
download "fluent-plugin-mongo", "0.7.12"
download "aws-sdk", "2.2.14"
download "aws-sdk-v1", "1.66.0"
download "fluent-plugin-s3", "0.6.5"
download "webhdfs", "0.7.4"
download "fluent-plugin-webhdfs", "0.4.1"
download "string-scrub", "0.0.5"
download "fluent-plugin-rewrite-tag-filter", "1.5.4"
download "fluent-plugin-td-monitoring", "0.2.2"
download "statsd-ruby", "1.3.0"
download "fluent-plugin-statsd", "1.0.3"
download "fluent-plugin-secure-forward", "0.4.3"
download "fluent-plugin-elasticsearch", "1.9.0"
download "fluent-plugin-aws-elasticsearch-service", "0.1.4"
download "fluent-plugin-elasticsearch", "1.9.5"
download "fluent-plugin-aws-elasticsearch-service", "0.1.6"
download "fluent-plugin-cloudwatch-ingest", "0.3.0"
File renamed without changes.
Binary file removed plugin_gems/09-mongo-1.12.5.gem
Binary file not shown.
File renamed without changes.
Binary file removed plugin_gems/10-fluent-plugin-mongo-0.7.12.gem
Binary file not shown.
Binary file removed plugin_gems/13-fluent-plugin-s3-0.6.5.gem
Binary file not shown.
File renamed without changes.
Binary file removed plugin_gems/14-webhdfs-0.7.4.gem
Binary file not shown.
Binary file removed plugin_gems/15-fluent-plugin-webhdfs-0.4.1.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed plugin_gems/22-fluent-plugin-elasticsearch-1.9.0.gem
Binary file not shown.
Binary file not shown.

0 comments on commit 28c8a27

Please sign in to comment.