Skip to content

Commit

Permalink
Release google-fluentd 1.5.3
Browse files Browse the repository at this point in the history
- Update cloud logging plugin from 0.4.5 -> 0.4.7
- Remove obsolete ncurses workaround
- Add workaround for patches being renamed in omnbus
  • Loading branch information
mr-salty committed Sep 16, 2015
1 parent b3b4f58 commit d9ed338
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions 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.2"
build_version "1.5.3"
build_iteration 1

# creates required build directories
Expand All @@ -22,8 +22,6 @@
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
4 changes: 2 additions & 2 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

build do
if solaris2? && version.to_f >= 2.1
patch source: "ruby-solaris-no-stack-protector.patch", plevel: 1
patch source: "ruby-no-stack-protector.patch", plevel: 1
end

# AIX needs /opt/freeware/bin only for patch
Expand All @@ -93,7 +93,7 @@
# embedded and non-embedded libs get into a fight (libiconv, openssl, etc)
# and ruby trying to set LD_LIBRARY_PATH itself gets it wrong.
if version.to_f >= 2.1
patch source: "ruby_aix_2_1_3_mkmf.patch", plevel: 1, env: patch_env
patch source: "ruby-2_1_3-no-mkmf.patch", plevel: 1, env: patch_env
# should intentionally break and fail to apply on 2.2, patch will need to
# be fixed.
end
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.5"
download "fluent-plugin-google-cloud", "0.4.7"

0 comments on commit d9ed338

Please sign in to comment.