Open Ritikaram1 opened 3 months ago
Update ZooKeeper version to 3.8.4, the latest stable release from Apache ZooKeeper.
Incorporate the latest fixes and address the CVE-2024-23944 vulnerability. CVE-2024-23944 Detail - NVD CVE-2024-23944: Apache ZooKeeper
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.
make build-zk-image
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.