diff --git a/_attributes/common-attributes.adoc b/_attributes/common-attributes.adoc index a3cb2dc6693b..a196bf3b5ea2 100644 --- a/_attributes/common-attributes.adoc +++ b/_attributes/common-attributes.adoc @@ -40,7 +40,7 @@ endif::[] :oadp-full: OpenShift API for Data Protection :oadp-short: OADP :oadp-version: 1.4.4 -:oadp-version-1-3: 1.3.6 +:oadp-version-1-3: 1.3.7 :oadp-version-1-4: 1.4.4 :oadp-bsl-api: backupstoragelocations.velero.io :oc-first: pass:quotes[OpenShift CLI (`oc`)] diff --git a/backup_and_restore/application_backup_and_restore/release-notes/oadp-release-notes-1-3.adoc b/backup_and_restore/application_backup_and_restore/release-notes/oadp-release-notes-1-3.adoc index a68be4994fb2..7f998b473adb 100644 --- a/backup_and_restore/application_backup_and_restore/release-notes/oadp-release-notes-1-3.adoc +++ b/backup_and_restore/application_backup_and_restore/release-notes/oadp-release-notes-1-3.adoc @@ -7,8 +7,9 @@ include::_attributes/attributes-openshift-dedicated.adoc[] toc::[] -The release notes for OpenShift API for Data Protection (OADP) 1.3 describe new features and enhancements, deprecated features, product recommendations, known issues, and resolved issues. +The release notes for {oadp-first} 1.3 describe new features and enhancements, deprecated features, product recommendations, known issues, and resolved issues. +include::modules/oadp-release-notes-1-3-7.adoc[leveloffset=+1] include::modules/oadp-release-notes-1-3-6.adoc[leveloffset=+1] include::modules/oadp-release-notes-1-3-5.adoc[leveloffset=+1] include::modules/oadp-release-notes-1-3-4.adoc[leveloffset=+1] diff --git a/modules/oadp-release-notes-1-3-7.adoc b/modules/oadp-release-notes-1-3-7.adoc new file mode 100644 index 000000000000..bfc869e1a6aa --- /dev/null +++ b/modules/oadp-release-notes-1-3-7.adoc @@ -0,0 +1,24 @@ +// Module included in the following assemblies: +// +// * backup_and_restore/oadp-release-notes-1-3.adoc + +:_mod-docs-content-type: REFERENCE +[id="oadp-release-notes-1-3-7_{context}"] += {oadp-short} 1.3.7 release notes + +{oadp-first} 1.3.7 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.3.6. + +The following Common Vulnerabilities and Exposures (CVEs) have been fixed in {oadp-short} 1.3.7 + +* link:https://access.redhat.com/security/cve/cve-2024-45338[CVE-2024-45338] + +* link:https://access.redhat.com/security/cve/cve-2025-22868[CVE-2025-22868] + +* link:https://access.redhat.com/security/cve/CVE-2025-30204[CVE-2025-30204] + +[id="new-features-1-3-7_{context}"] +== New features + +.Collecting logs with the `must-gather` tool has been improved with a Markdown summary + +You can collect logs and information about {oadp-short} custom resources by using the `must-gather` tool. The `must-gather` data must be attached to all customer cases. This tool generates a Markdown output file with the collected information, which is located in the `must-gather` logs clusters directory. link:https://issues.redhat.com/browse/OADP-5384[OADP-5384]