pravega / zookeeper-operator

Kubernetes Operator for Zookeeper
Apache License 2.0
368 stars 207 forks source link

Updating the zk version to 3.8.4 #612

Open Ritikaram1 opened 3 months ago

Ritikaram1 commented 3 months ago

Change log description

Update ZooKeeper version to 3.8.4, the latest stable release from Apache ZooKeeper.

Purpose of the change

Incorporate the latest fixes and address the CVE-2024-23944 vulnerability. CVE-2024-23944 Detail - NVD CVE-2024-23944: Apache ZooKeeper

How to verify it

The update has been validated by building the image locally using make build-zk-image , and deployed and tested the Zookeeper image in our Kubernetes and k3s clusters.