Skip to content

Commit

Permalink
Release version 1.5.4 with plugin version 0.4.10
Browse files Browse the repository at this point in the history
Includes a workaround for missing xz/lzma libraries: treasure-data#57
  • Loading branch information
mr-salty committed Oct 28, 2015
1 parent 4645301 commit 9a4cc0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 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.3"
build_version "1.5.4"
build_iteration 1

# creates required build directories
Expand All @@ -20,7 +20,7 @@
override :postgresql, :version => '9.3.5'
# CentOS7 needs latest liblzma to build pg and some gems
if ohai['platform_family'] == 'rhel' && ohai['platform_version'].split('.').first.to_i == 7
override :liblzma, :version => '5.1.2alpha'
override :liblzma, :version => '5.2.2'
end

# td-agent dependencies/components
Expand Down
4 changes: 3 additions & 1 deletion config/software/liblzma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
#

name "liblzma"
default_version "5.0.5"
default_version "5.0.8"

version('5.0.5') { source md5: "19d924e066b6fff0bc9d1981b4e53196" }
version('5.0.8') { source md5: "d19507f40e0d904d0a1b7914b173800e" }
version('5.1.2alpha') { source md5: "9bad1e249537ce69b206815cf28ca87b" }
version('5.2.2') { source md5: "7cf6a8544a7dae8e8106fdf7addfa28c" }

source url: "http://tukaani.org/xz/xz-#{version}.tar.gz"

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.7"
download "fluent-plugin-google-cloud", "0.4.10"

0 comments on commit 9a4cc0a

Please sign in to comment.