diff --git a/modules/zstream-4-22-1.adoc b/modules/zstream-4-22-1.adoc index aa9e0da453d2..8c1435ed6d07 100644 --- a/modules/zstream-4-22-1.adoc +++ b/modules/zstream-4-22-1.adoc @@ -27,7 +27,7 @@ $ oc adm release info 4.22.1 --pullspecs * Before this update, pagination controls were not present at mobile resolutions, because PatternFly expects both top and bottom pagination controls to be in use. With this release, pagination controls are present regardless of resolution. (link:https://issues.redhat.com/browse/OCPBUGS-84963[OCPBUGS-84963]) -* Before this update, the `MachineSet` custom resoutce (CR) scale subresource lacked a valid selector, preventing autoscalers such as the Horizontal Pod Autoscaler (HPA) and the Kubernetes Event-driven Autoscaling (KEDA) from scaling the machine set. With this release, the `MachineSet` CR exposes an active label selector on the scale subresource, enabling scaling using autoscalers that require the label selector to be populated. (link:https://issues.redhat.com/browse/OCPBUGS-85102[OCPBUGS-85102]) +* Before this update, the `MachineSet` custom resource (CR) scale subresource lacked a valid selector, preventing autoscalers such as the Horizontal Pod Autoscaler (HPA) and the Kubernetes Event-driven Autoscaling (KEDA) from scaling the machine set. With this release, the `MachineSet` CR exposes an active label selector on the scale subresource, enabling scaling using autoscalers that require the label selector to be populated. (link:https://issues.redhat.com/browse/OCPBUGS-85102[OCPBUGS-85102]) * Before this update, the Manila Container Storage Interface (CSI) driver node plugin could crash on startup if the Network File System (NFS) CSI plugin socket was not yet available, for example, after a node reboot. With this release, the Manila CSI node `DaemonSet` waits for the NFS plugin socket to be ready before starting the driver, preventing crash loops due to transient startup ordering. (link:https://issues.redhat.com/browse/OCPBUGS-85532[OCPBUGS-85532])