Skip to content

Commit edb011a

Browse files
committed
dependency logstash-core > 2.0.0 < 6.0.0.alpha1
1 parent 53bb945 commit edb011a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 2.0.3
2+
- New dependency requirements for logstash-core for the 5.0 release
13
## 2.0.0
24
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
35
instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895

logstash-patterns-core.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-patterns-core'
4-
s.version = '2.0.2'
4+
s.version = '2.0.3'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Patterns to be used in logstash"
77
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|
2020
s.metadata = { "logstash_plugin" => "true" }
2121

2222
# Gem dependencies
23-
s.add_runtime_dependency "logstash-core", ">= 2.0.0.beta2", "< 3.0.0"
23+
s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 6.0.0.alpha1"
2424

2525
s.add_development_dependency 'logstash-devutils'
2626
s.add_development_dependency 'logstash-filter-grok'

0 commit comments

Comments
 (0)