logstash-input-http_poller 5.5.0 → 5.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9bb6ac628c27b0cf39017e53059d0c95ed97943bca3484d09bf31e7bd533e3d
4
- data.tar.gz: be2e97a737e96ab65d098b62f2406676c53219133988516e2f0956bf20099e8e
3
+ metadata.gz: a45c26dfd75519de8544e929600b9fbff56d85ff91daf37f0e03f3c76fd6624d
4
+ data.tar.gz: 7fa56b3005fdd14a0d0fdeaf34e6da2cfbba41e8520991834f462a20dfbe4412
5
5
  SHA512:
6
- metadata.gz: cf985f8d5afb0d7209be01db0205837bbe9282a72cbc0ba45f97f5e8bd707f64f2d334f8af5e99f97fc08de4f469ffbad1a502a737d82d71f0c4bc0c2b2f914d
7
- data.tar.gz: 3b7e745356b87ea2c06a6035aac006f6368996806154f0b4b7e7e299ba158d3427855844607b40abcb15d54c61a2ecd355bf628eea71f3a1406e73e7d2e0eced
6
+ metadata.gz: d61feb2d7f15d955c8e6a6cbae7f377494871c8f22c6e627aa72aabdc72e9e3f0effa634a5027609e5b58493aa3effdc7203a59c58a850a4e77ec49c340f296f
7
+ data.tar.gz: 54b68d8607415252e81693f99e3d23056779fdc37f323ff34b14a2defbfc9d5d05aea5fd514878973a172b7c9c8dc0ef5d1a39c30cd29ca79d569eeff90b00ca
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.5.1
2
+ - [DOC]Remove redundant table items [#142](https://github.com/logstash-plugins/logstash-input-http_poller/pull/142)
3
+
1
4
  ## 5.5.0
2
5
  - Added standardized SSL settings and deprecates their non-standard counterparts. Deprecated settings will continue to work, and will provide pipeline maintainers with guidance toward using their standardized counterparts [#141](https://github.com/logstash-plugins/logstash-input-http_poller/pull/141)
3
6
  - Added new `ssl_truststore_path`, `ssl_truststore_password`, and `ssl_truststore_type` settings for configuring SSL-trust using a PKCS-12 or JKS trust store, deprecating their `truststore`, `truststore_password`, and `truststore_type` counterparts.
data/docs/index.asciidoc CHANGED
@@ -156,7 +156,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ
156
156
  | <<plugins-{type}s-{plugin}-ssl_truststore_path>> |<<path,path>>|No
157
157
  | <<plugins-{type}s-{plugin}-ssl_truststore_type>> |<<string,string>>|No
158
158
  | <<plugins-{type}s-{plugin}-ssl_verification_mode>> |<<string,string>>, one of `["full", "none"]`|No
159
- | <<plugins-{type}s-{plugin}-ssl_verification_mode>> |<<string,string>>|No
160
159
  | <<plugins-{type}s-{plugin}-target>> |<<string,string>>|No
161
160
  | <<plugins-{type}s-{plugin}-truststore>> |a valid filesystem path|__Deprecated__
162
161
  | <<plugins-{type}s-{plugin}-truststore_password>> |<<password,password>>|__Deprecated__
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-http_poller'
3
- s.version = '5.5.0'
3
+ s.version = '5.5.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Decodes the output of an HTTP API into events"
6
6
  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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-http_poller
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.0
4
+ version: 5.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-09-01 00:00:00.000000000 Z
12
+ date: 2023-11-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement