Skip to content

Commit 43b14cd

Browse files
authored
Docs: Remove redundant table items (#142)
This commit removed the duplicated `ssl_verification_mode` item from the options table.
1 parent 4e031e3 commit 43b14cd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
## 5.5.0
25
- 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)
36
- 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.

docs/index.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ
156156
| <<plugins-{type}s-{plugin}-ssl_truststore_path>> |<<path,path>>|No
157157
| <<plugins-{type}s-{plugin}-ssl_truststore_type>> |<<string,string>>|No
158158
| <<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
160159
| <<plugins-{type}s-{plugin}-target>> |<<string,string>>|No
161160
| <<plugins-{type}s-{plugin}-truststore>> |a valid filesystem path|__Deprecated__
162161
| <<plugins-{type}s-{plugin}-truststore_password>> |<<password,password>>|__Deprecated__

logstash-input-http_poller.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-input-http_poller'
3-
s.version = '5.5.0'
3+
s.version = '5.5.1'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Decodes the output of an HTTP API into events"
66
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)