logstash-integration-kafka 11.6.1-java → 11.6.2-java

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: 5dd14bd1f2219bc6c12f2e880648a3f5101a2735a0a6b5b223fd9c38b5979a6a
4
- data.tar.gz: 80902b49827a7127b8b7b4e4e7266738624093cfed80d59fd4b840402df198c1
3
+ metadata.gz: 7775c7c4b8e36677121aab5be04dfad55860351c8a5a1b120f75fa10b16b7901
4
+ data.tar.gz: 3013e2935d70bb533278873b1f530700e37ce20095b73c82e92e83c10ba2760a
5
5
  SHA512:
6
- metadata.gz: c9e51ace320c2c5505f9cce929e5b483e0d9d40193f4a629e337ddec7427fd9a1906b9cd9b4cdbf6a072a1add7ef85b7e8aa00035b1f983317559d3c832ce852
7
- data.tar.gz: fd49cf285a490cc3b94371dadbca0301d7efea5e34348d908d5f84d4213a6ad77d4d4d0e96b7556518d60f71165af7054ce085eca4bf9c46be2bc95853c17e1c
6
+ metadata.gz: f600a699e33acdfb77f0c07796676d8e88dc1591b2e638d55bf2d858d8effc52e68d310220fc7c612c5e91705ffc70017f01acab9b13a997c6b791fb26ab97c7
7
+ data.tar.gz: 1433bfcbc629a2778933ba8d5a1625390993901f015f9907962f7cba93d75ad3b7e344ad6a91d81d72aee63b4daca5c90837838c215a10ae679824e80f9dec63
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 11.6.2
2
+ - Docs: fixed setting type reference for `sasl_iam_jar_paths` [#192](https://github.com/logstash-plugins/logstash-integration-kafka/pull/192)
3
+
1
4
  ## 11.6.1
2
5
  - Expose the SASL client callback class setting to the Logstash configuration [#177](https://github.com/logstash-plugins/logstash-integration-kafka/pull/177)
3
6
  - Adds a mechanism to load AWS IAM authentication as SASL client libraries at startup [#178](https://github.com/logstash-plugins/logstash-integration-kafka/pull/178)
@@ -604,7 +604,7 @@ The URL for the OAuth 2.0 issuer token endpoint.
604
604
 
605
605
  [id="plugins-{type}s-{plugin}-sasl_iam_jar_paths"]
606
606
  ===== `sasl_iam_jar_paths`
607
- * Value type is <<arrays,array>>
607
+ * Value type is <<array,array>>
608
608
  * There is no default value for this setting.
609
609
 
610
610
  Contains the list of paths to jar libraries that contains cloud providers MSK IAM's clients.
@@ -440,7 +440,7 @@ The URL for the OAuth 2.0 issuer token endpoint.
440
440
 
441
441
  [id="plugins-{type}s-{plugin}-sasl_iam_jar_paths"]
442
442
  ===== `sasl_iam_jar_paths`
443
- * Value type is <<arrays,array>>
443
+ * Value type is <<array,array>>
444
444
  * There is no default value for this setting.
445
445
 
446
446
  Contains the list of paths to jar libraries that contains cloud providers MSK IAM's clients.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-integration-kafka'
3
- s.version = '11.6.1'
3
+ s.version = '11.6.2'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = "Integration with Kafka - input and output plugins"
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-integration-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.6.1
4
+ version: 11.6.2
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-08 00:00:00.000000000 Z
11
+ date: 2025-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement