wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.92k stars 2.73k forks source link

Bump Kafka version from 2.8.1 to 2.8.2 #727

Open azieseme opened 2 years ago

azieseme commented 2 years ago

Kafka 2.8.1 is vulnerable to CVE-2022-34917. A patch is available with Kafka 2.8.2, see https://kafka.apache.org/cve-list.

So I basically just had to replace the version number in some places, similar to what was done in PR#688 when adding 2.8.1, and as described in https://github.com/wurstmeister/kafka-docker/wiki/ReleaseProcess. Testing locally shows no issues or different behavior.

Let me know your thoughts. Thanks.

@wurstmeister