Skip to content

Commit 4d0fb60

Browse files
committed
Mass update for 2.0 plugin api changes
1 parent 023673c commit 4d0fb60

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ rvm:
77
script:
88
- bundle exec rspec spec
99
jdk: oraclejdk8
10-
before_install:
11-
- git clone -b feature/event_interface https://github.com/elastic/logstash
10+
before_install: []

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 3.0.0
2+
- Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
13
# 2.0.4
24
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
35
# 2.0.3

Gemfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
source 'https://rubygems.org'
2+
3+
# Specify your gem's dependencies in logstash-mass_effect.gemspec
24
gemspec
3-
gem "logstash-core", :path => "./logstash/logstash-core"
4-
gem "logstash-core-plugin-api", :path => "./logstash/logstash-core-plugin-api"
5-
gem "logstash-core-event-java", :path => "./logstash/logstash-core-event-java"
6-
gem "logstash-devutils", :github => "elastic/logstash-devutils", :branch => "feature/plugin-api-2_0"
7-
gem "logstash-codec-json", :github => "logstash-plugins/logstash-codec-json", :branch => "feature/plugin-api-2_0"

logstash-output-tcp.gemspec

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

33
s.name = 'logstash-output-tcp'
4-
s.version = '2.0.4'
4+
s.version = '3.0.0'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Write events over a TCP socket."
77
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)