diff --git a/PendingReleaseNotes.md b/PendingReleaseNotes.md index 3c0f7a94bdfe..6fdb6afdb181 100644 --- a/PendingReleaseNotes.md +++ b/PendingReleaseNotes.md @@ -5,7 +5,9 @@ - The removal of `CSI_ENABLE_READ_AFFINITY` option and its replacement with per-cluster read affinity setting in cephCluster CR (CSIDriverOptions section) in [PR](https://github.com/rook/rook/pull/13665) - Allow setting the Ceph `application` on a pool - +- updating `netNamespaceFilePath` for all clusterIDs in rook-ceph-csi-config configMap in [PR](https://github.com/rook/rook/pull/13613) + - Issue: The netNamespaceFilePath isn't updated in the CSI config map for all the clusterIDs when `CSI_ENABLE_HOST_NETWORK` is set to false in `operator.yaml` + - Impact: This results in the unintended network configurations, with pods using the host networking instead of pod networking. ## Features - Kubernetes versions **v1.24** through **v1.29** are supported.