logstash-input-tcp 6.0.9-java → 6.0.10-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f6eb6cc7c3c5b381a2e6d3fe88da5dec75f5ef618b13e808f225e5c79f014a07
4
- data.tar.gz: 2a7da79f758677e26f23b0de499c352fa34a5cfb311e716fef60e70aadb8a101
3
+ metadata.gz: 877ef458e968d48f3cd99ecd7f6846ac2f371e8c3897a6ed831b86e1f584d245
4
+ data.tar.gz: fab3cedbc3b4fab8c5915e219e03cfa6da6ba3aa9bb61d3245e0339535067894
5
5
  SHA512:
6
- metadata.gz: e3e2f304718febde6c77bfedba571a23b5c54d84c2e8c8c892876d2e20033f3a38fa146f1c27d3678ab1c8beeb22eb8210594b5ea51b77396ac40606ffcd398f
7
- data.tar.gz: 7d544239e0fadb492d5b2306aee74529fd97767eb30defa70d6adb68443f1803f0c65832c070710df4be0a1f4341f1f2a1750fa94acb36516bcb201ac6982ef4
6
+ metadata.gz: 6196c01efc835b13d84528bbc780d6915d40adc7e86b7427d5b0e445fef3f9b3df6049301dbeb6f7321510b908dc16910920b50d602a30e6f049461f9fc8509c
7
+ data.tar.gz: 41102085f47d341e9db45d8ded793ced779f703102c22929c1382b1047d41269849d8d116e2a73531498b2b9b4430cde135c38a50e29b43aab2e8dc015784231
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 6.0.10
2
+ - bumping dependency commons-io [#174](https://github.com/logstash-plugins/logstash-input-tcp/pull/174)
3
+
1
4
  ## 6.0.9
2
5
  - [DOC] Reorder options alphabetically [#171](https://github.com/logstash-plugins/logstash-input-tcp/pull/171)
3
6
 
data/version CHANGED
@@ -1 +1 @@
1
- 6.0.9
1
+ 6.0.10
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-tcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.9
4
+ version: 6.0.10
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-26 00:00:00.000000000 Z
11
+ date: 2021-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -171,7 +171,6 @@ files:
171
171
  - NOTICE.TXT
172
172
  - README.md
173
173
  - docs/index.asciidoc
174
- - docs/testfile.asciidoc
175
174
  - lib/logstash-input-tcp_jars.rb
176
175
  - lib/logstash/inputs/tcp.rb
177
176
  - lib/logstash/inputs/tcp/compat_ssl_options.rb
@@ -179,7 +178,7 @@ files:
179
178
  - logstash-input-tcp.gemspec
180
179
  - spec/inputs/tcp_spec.rb
181
180
  - spec/spec_helper.rb
182
- - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.0.9/logstash-input-tcp-6.0.9.jar
181
+ - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.0.10/logstash-input-tcp-6.0.10.jar
183
182
  - version
184
183
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
185
184
  licenses:
@@ -1,30 +0,0 @@
1
- :plugin: tcp-test
2
- :type: input
3
- :default_codec: line
4
-
5
- ///////////////////////////////////////////
6
- START - GENERATED VARIABLES, DO NOT EDIT!
7
- ///////////////////////////////////////////
8
- :version: %VERSION%
9
- :release_date: %RELEASE_DATE%
10
- :changelog_url: %CHANGELOG_URL%
11
- :include_path: ../../../../logstash/docs/include
12
- ///////////////////////////////////////////
13
- END - GENERATED VARIABLES, DO NOT EDIT!
14
- ///////////////////////////////////////////
15
-
16
- [id="plugins-{type}s-{plugin}"]
17
-
18
- === Tcp-test input plugin
19
-
20
- include::{include_path}/plugin_header.asciidoc[]
21
-
22
- ==== Description
23
-
24
- This is only a test.
25
-
26
-
27
- [id="plugins-{type}s-{plugin}-common-options"]
28
- include::{include_path}/{type}.asciidoc[]
29
-
30
- :default_codec!: