From 50fadc0cc67e6f2d44e1762598d21f6dc9eac9cb Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Fri, 18 Mar 2016 14:23:57 -0400 Subject: [PATCH] dependency logstash-core > 2.0.0 < 6.0.0.alpha1 --- CHANGELOG.md | 2 ++ logstash-output-influxdb.gemspec | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a548147..b9d6fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 3.1.1 + - New dependency requirements for logstash-core for the 5.0 release ## 3.1.0 - New option to enable SSL/TLS encrypted communication to InfluxDB - DB parameter now supports sprintf formatting diff --git a/logstash-output-influxdb.gemspec b/logstash-output-influxdb.gemspec index 6b90b5b..47d9eab 100644 --- a/logstash-output-influxdb.gemspec +++ b/logstash-output-influxdb.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-output-influxdb' - s.version = '3.1.0' + s.version = '3.1.1' s.licenses = ['Apache License (2.0)'] s.summary = "This output lets you output Metrics to InfluxDB" s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program" @@ -20,7 +20,7 @@ Gem::Specification.new do |s| s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output" } # Gem dependencies - s.add_runtime_dependency "logstash-core", ">= 2.0.0.beta2", "< 3.0.0" + s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 6.0.0.alpha1" s.add_runtime_dependency 'stud' s.add_runtime_dependency 'manticore'