Skip to content

Commit

Permalink
Release version 1.5.2 with plugin version 0.4.5
Browse files Browse the repository at this point in the history
- Also includes some workarounds for build problems - see
  treasure-data#55
  • Loading branch information
mr-salty committed Sep 10, 2015
1 parent 52f1141 commit b3b4f58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion config/projects/google-fluentd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
description "Google Fluentd: A data collector for Google Cloud Logging"

install_dir "/opt/google-fluentd"
build_version "1.5.1"
build_version "1.5.2"
build_iteration 1

# creates required build directories
Expand All @@ -22,6 +22,8 @@
if ohai['platform_family'] == 'rhel' && ohai['platform_version'].split('.').first.to_i == 7
override :liblzma, :version => '5.1.2alpha'
end
# workaround until https://github.com/chef/omnibus-software/pull/473 is live.
override :ncurses, :version => '5.9'

# td-agent dependencies/components
dependency "td-agent"
Expand Down
6 changes: 5 additions & 1 deletion config/software/cacerts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
name "cacerts"

# Date of the file is in a comment at the start, or in the changelog
default_version "2015.04.22"
default_version "2015.09.02"

version "2015.09.02" do
source md5: "3e0e6f302bd4f5b94040b8bcee0ffe15"
end

version "2015.04.22" do
source md5: "380df856e8f789c1af97d0da9a243769"
Expand Down
2 changes: 1 addition & 1 deletion plugin_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
download "fluent-plugin-webhdfs", "0.4.1"
download "fluent-plugin-rewrite-tag-filter", "1.4.1"
download "fluent-plugin-td-monitoring", "0.2.1"
download "fluent-plugin-google-cloud", "0.4.3"
download "fluent-plugin-google-cloud", "0.4.5"

0 comments on commit b3b4f58

Please sign in to comment.