Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OADP-4883: Added 1.4.3 release notes #87964

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The release notes for {oadp-first} describe new features and enhancements, depre
====
For additional information about {oadp-short}, see link:https://access.redhat.com/articles/5456281[{oadp-first} FAQs]
====

include::modules/oadp-1-4-3-release-notes.adoc[leveloffset=+1]
include::modules/oadp-1-4-2-release-notes.adoc[leveloffset=+1]

[role="_additional-resources"]
Expand Down
27 changes: 27 additions & 0 deletions modules/oadp-1-4-3-release-notes.adoc
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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.Notable changes in the `kubevirt` velero plugin in 0.7.1 version
.Notable changes in the `kubevirt` velero plugin in version 0.7.1

Just a suggestion, feel free to ignore :-)


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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* The previous issue of ignoring virtual machine instances (VMIs) from backup when the owner VM was excluded, is now fixed.
* The previous issue of ignoring virtual machine instances (VMIs) from backup when the owner VM was excluded is now fixed.

This could do with re-writing as it is a bit clumsy

* 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]