From ec079e0910b3695a812a899f69a82158e4887a3a Mon Sep 17 00:00:00 2001 From: "A.Arnold" Date: Tue, 30 Sep 2025 12:27:18 +0100 Subject: [PATCH] OADP-6774: Release Notes for OADP 1.5.2 Signed-off-by: A.Arnold --- .../release-notes/oadp-1-5-release-notes.adoc | 4 ++- modules/oadp-1-5-2-release-notes.adoc | 29 +++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 modules/oadp-1-5-2-release-notes.adoc diff --git a/backup_and_restore/application_backup_and_restore/release-notes/oadp-1-5-release-notes.adoc b/backup_and_restore/application_backup_and_restore/release-notes/oadp-1-5-release-notes.adoc index a9770f20457d..7861b1b362d6 100644 --- a/backup_and_restore/application_backup_and_restore/release-notes/oadp-1-5-release-notes.adoc +++ b/backup_and_restore/application_backup_and_restore/release-notes/oadp-1-5-release-notes.adoc @@ -16,6 +16,8 @@ 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-5-2-release-notes.adoc[leveloffset=+1] + include::modules/oadp-1-5-1-release-notes.adoc[leveloffset=+1] include::modules/oadp-1-5-0-release-notes.adoc[leveloffset=+1] @@ -32,4 +34,4 @@ include::modules/changes-from-oadp-1-4-to-1-5.adoc[leveloffset=+2] include::modules/oadp-backing-up-dpa-configuration-1-5-0.adoc[leveloffset=+2] include::modules/oadp-upgrading-oadp-operator-1-5-0.adoc[leveloffset=+2] include::modules/converting-dpa-to-the-new-version-for-oadp-1-5-0.adoc[leveloffset=+2] -include::modules/oadp-verifying-upgrade-1-5-0.adoc[leveloffset=+2] \ No newline at end of file +include::modules/oadp-verifying-upgrade-1-5-0.adoc[leveloffset=+2] diff --git a/modules/oadp-1-5-2-release-notes.adoc b/modules/oadp-1-5-2-release-notes.adoc new file mode 100644 index 000000000000..236695e31da1 --- /dev/null +++ b/modules/oadp-1-5-2-release-notes.adoc @@ -0,0 +1,29 @@ +// Module included in the following assemblies: +// +// * backup_and_restore/oadp-1-5-release-notes.adoc + +:_mod-docs-content-type: REFERENCE + +[id="oadp-1-5-2-release-notes_{context}"] += OADP 1.5.2 release notes + +[role="_abstract"] +The {oadp-first} 1.5.2 release notes lists resolved issues. + +[id="resolved-issues-1-5-2_{context}"] +== Resolved issues + +*Self-signed certificate for internal image backup should not break other BSLs* + +Before this update, {oadp-short} would only process the first custom CA certificate found among all backup storage locations (BSLs) and apply it globally. This behavior prevented multiple BSLs with different CA certificates from working correctly. +Additionally, system-trusted certificates were not included, causing failures when connecting to standard services. +With this update, {oadp-short} now: + +* Concatenates all unique CA certificates from {aws-short} BSLs into a single bundle. +* Includes system-trusted certificates automatically. +* Enables multiple BSLs with different custom CA certificates to operate simultaneously. +* Only processes CA certificates when image backup is enabled (default behavior). + +This enhancement improves compatibility for environments using multiple storage providers with different certificate requirements, particularly when backing up internal images to {aws-short} S3-compatible storage with self-signed certificates. + +link:https://issues.redhat.com/browse/OADP-6765[OADP-6765]