diff --git a/_attributes/common-attributes.adoc b/_attributes/common-attributes.adoc index 141fb4c2c726..b6cb282716ef 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -44,9 +44,9 @@ endif::[] :oadp-first: OpenShift API for Data Protection (OADP) :oadp-full: OpenShift API for Data Protection :oadp-short: OADP -:oadp-version: 1.4.3 -:oadp-version-1-3: 1.3.5 -:oadp-version-1-4: 1.4.3 +:oadp-version: 1.4.4 +:oadp-version-1-3: 1.3.6 +:oadp-version-1-4: 1.4.4 :oadp-bsl-api: backupstoragelocations.velero.io :oc-first: pass:quotes[OpenShift CLI (`oc`)] :product-registry: OpenShift image registry diff --git a/backup_and_restore/application_backup_and_restore/release-notes/oadp-1-4-release-notes.adoc b/backup_and_restore/application_backup_and_restore/release-notes/oadp-1-4-release-notes.adoc index 6dc254f42291..9cc9f2c75379 100644 --- a/backup_and_restore/application_backup_and_restore/release-notes/oadp-1-4-release-notes.adoc +++ b/backup_and_restore/application_backup_and_restore/release-notes/oadp-1-4-release-notes.adoc @@ -14,6 +14,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-4-release-notes.adoc[leveloffset=+1] include::modules/oadp-1-4-3-release-notes.adoc[leveloffset=+1] include::modules/oadp-1-4-2-release-notes.adoc[leveloffset=+1] diff --git a/modules/oadp-1-4-4-release-notes.adoc b/modules/oadp-1-4-4-release-notes.adoc new file mode 100644 index 000000000000..37a5ce11e404 --- /dev/null +++ b/modules/oadp-1-4-4-release-notes.adoc @@ -0,0 +1,16 @@ +// Module included in the following assemblies: +// +// * backup_and_restore/oadp-1-4-release-notes.adoc + +:_mod-docs-content-type: REFERENCE + +[id="oadp-1-4-4-release-notes_{context}"] += {oadp-short} 1.4.4 release notes + +{oadp-first} 1.4.4 is a Container Grade Only (CGO) release, which is released to refresh the health grades of the containers. No code was changed in the product itself compared to that of {oadp-short} 1.4.3. + +[id="known-issues-1-4-4_{context}"] +== Known issues + +.Issue with restoring stateful applications +When you restore a stateful application that uses the `azurefile-csi` storage class, the restore operation remains in the `Finalizing` phase. link:https://issues.redhat.com/browse/OADP-5508[(OADP-5508)] \ No newline at end of file diff --git a/modules/oadp-creating-restore-cr.adoc b/modules/oadp-creating-restore-cr.adoc index 52f394b1048d..453cb2cf384b 100644 --- a/modules/oadp-creating-restore-cr.adoc +++ b/modules/oadp-creating-restore-cr.adoc @@ -120,3 +120,8 @@ EOF done ---- ==== + +[NOTE] +==== +When you restore a stateful application that uses the `azurefile-csi` storage class, the restore operation remains in the `Finalizing` phase. +==== \ No newline at end of file