Skip to content
Merged
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
6 changes: 3 additions & 3 deletions _attributes/common-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
16 changes: 16 additions & 0 deletions modules/oadp-1-4-4-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -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)]
5 changes: 5 additions & 0 deletions modules/oadp-creating-restore-cr.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
====