-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OADP-4883: Added 1.4.3 release notes
- Loading branch information
1 parent
4120cbe
commit 417bc2a
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// * backup_and_restore/oadp-1-4-release-notes.adoc | ||
|
||
:_mod-docs-content-type: REFERENCE | ||
|
||
[id="oadp-1-4-3-release-notes_{context}"] | ||
= {oadp-short} 1.4.3 release notes | ||
|
||
The {oadp-first} 1.4.3 release notes lists the following new feature. | ||
//There are no resolved or known issues in this release. -- need to confirm if it is ok to include this information. | ||
|
||
[id="new-features-1-4-3_{context}"] | ||
== New features | ||
|
||
.Notable changes in the `kubevirt` velero plugin in 0.7.1 version | ||
|
||
With this release, the `kubevirt` velero plugin has been updated to version 0.7.1. Notable improvements include the following bug fix and new features: | ||
|
||
* The previous issue of ignoring virtual machine instances (VMIs) from backup when the owner VM was excluded, is now fixed. | ||
* Object graphs now include all extra objects during the backup and restore operation. | ||
* A label is now added to a new firmware UUID during the restore operation, which is optionally generated. | ||
* Supports clearing a MAC address by label. | ||
* It is now possible to switch a VM run strategy during the restore operation. | ||
* Skips restore-specific checks during the backup operation. | ||
* Supports the `VirtualMachineClusterInstancetype` and `VirtualMachineClusterPreference` custom resource definitions (CRDs). | ||
//link:https://issues.redhat.com/browse/OADP-5551[OADP-5551] |