From 86b36ac0b8608d8a7a5bc6af8dffde223f733e85 Mon Sep 17 00:00:00 2001 From: danielclowers Date: Wed, 17 Dec 2025 14:05:35 -0500 Subject: [PATCH] CNV#57055: RN - Deprecate syntax - new virtctl port-forward / ssh / scp syntax --- virt/release_notes/virt-4-20-release-notes.adoc | 3 +++ 1 file changed, 3 insertions(+) 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*])