diff --git a/virt/release_notes/virt-4-20-release-notes.adoc b/virt/release_notes/virt-4-20-release-notes.adoc index 3a80b4a84c1a..403366e8325f 100644 --- a/virt/release_notes/virt-4-20-release-notes.adoc +++ b/virt/release_notes/virt-4-20-release-notes.adoc @@ -211,6 +211,9 @@ link:https://access.redhat.com/support/offerings/techpreview[Technology Preview [id="virt-4-20-bug-fixes_{context}"] == Bug fixes +// CNV-71711 +* The `virtctl ssh` command now requires specifying an explicit resource type when targeting a virtual machine. You must prefix the target name with `vmi/` or `vm/`. Scripts that relied on the previous syntax without a resource type might fail after upgrading. (link:https://issues.redhat.com/browse/CNV-71711[*CNV-71711*]) + // CNV-61279 * Restoring a snapshot of a VM after a storage migration no longer fails because of unreferenced `dataVolumeTemplate` objects. The snapshot process now refreshes the data volume templates in the controller revision to match the `volumes` list, ensuring consistent data recovery. (link:https://issues.redhat.com/browse/CNV-61279[*CNV-61279*])