logstash-integration-kafka 12.1.0-java → 12.1.1-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: 7f5d9772f13ac08019642f4ead686f5bf0b0cbfef80c7a9ecb4115cd0c961051
4
- data.tar.gz: '0935e12f42e2aa0d28725b41d16f9705e98edafe8d1977e62bf248f7f52912e4'
3
+ metadata.gz: 9210f7be0def80b3b89f73361148fec857dcc0fb6b3375b02536a553e6cefdba
4
+ data.tar.gz: e0a5f5d701dfe8e5e587d79a7f539dfa72eaf584b8bccd537bf8256b4872df68
5
5
  SHA512:
6
- metadata.gz: 43a3515e8aa880cf55e5d94d114c42f8a91c2c702cc4e4ed472e61fe313c7d589e2c048c24844003c1be953bcebaab6cc3f06001a7a87a780b71ecb6ede4cf3d
7
- data.tar.gz: 74bda533606959d6631ae5b18ed81aa2165b69880adb31038ae5dfe84199a80994c234c759b616e7d575fac1649d55b7da08ba7daf59bc0ef003a144f33dc338
6
+ metadata.gz: 8dfe76b566df21bb2c2eb660ab71daeb9449ecc8d659a2c40c11d89c815888c183ef301c98cd09e1f222fd08ab869bc87c16c6aa67e6c8a65c4c5d9718af48fa
7
+ data.tar.gz: d8a05444b24f21d96db399c914315a20274ccc94c0ddcf876c49693dd4586124704393278c01a64840118feda7cf569c7c51cb04099af313c01aee2b48c8d0ff
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 12.1.1
2
+ - Fix `sasl_jaas_config` output configuration [#245](https://github.com/logstash-plugins/logstash-integration-kafka/pull/245)
3
+
1
4
  ## 12.1.0
2
5
  - Update Kafka client to 4.2.0 [#243](https://github.com/logstash-plugins/logstash-integration-kafka/pull/243)
3
6
  - Remove explicit `lz4-java` dependency (now transitive from Kafka client)
@@ -193,7 +193,7 @@ class LogStash::Outputs::Kafka < LogStash::Outputs::Base
193
193
  # different JVM instances.
194
194
  config :jaas_path, :validate => :path
195
195
  # JAAS configuration settings. This allows JAAS config to be a part of the plugin configuration and allows for different JAAS configuration per each plugin config.
196
- config :sasl_jaas_config, :validate => :string
196
+ config :sasl_jaas_config, :validate => :password
197
197
  # Optional path to kerberos config file. This is krb5.conf style as detailed in https://web.mit.edu/kerberos/krb5-1.12/doc/admin/conf_files/krb5_conf.html
198
198
  config :kerberos_config, :validate => :path
199
199
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-integration-kafka'
3
- s.version = '12.1.0'
3
+ s.version = '12.1.1'
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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-integration-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.1.0
4
+ version: 12.1.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-03-18 00:00:00.000000000 Z
10
+ date: 2026-04-13 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: logstash-core-plugin-api