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
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
include::modules/oadp-verifying-upgrade-1-5-0.adoc[leveloffset=+2]
29 changes: 29 additions & 0 deletions modules/oadp-1-5-2-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -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]