Skip to content

Commit ac400d2

Browse files
authored
Merge pull request #107903 from vashirova/OADP-7534-RN-155
2 parents 988dd3c + f40f5ba commit ac400d2

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

_attributes/common-attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ endif::[]
4949
:oadp-first: OpenShift API for Data Protection (OADP)
5050
:oadp-full: OpenShift API for Data Protection
5151
:oadp-short: OADP
52-
:oadp-version: 1.5.4
52+
:oadp-version: 1.5.5
5353
:oadp-version-1-3: 1.3.6
5454
:oadp-version-1-4: 1.4.6
55-
:oadp-version-1-5: 1.5.4
55+
:oadp-version-1-5: 1.5.5
5656
:oadp-bsl-api: backupstoragelocations.velero.io
5757
:velero-overview: link:https://{velero-domain}/docs/v{velero-version}/locations/[Overview of backup and snapshot locations in the Velero documentation]
5858
:velero-link: link:https://{velero-domain}/docs/v{velero-version}/[Velero {velero-version}]

backup_and_restore/application_backup_and_restore/release-notes/oadp-1-5-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The release notes for {oadp-first} 1.5 describe new features and enhancements, d
1616
For additional information about {oadp-short}, see link:https://access.redhat.com/articles/5456281[{oadp-first} FAQ].
1717
====
1818

19+
include::modules/oadp-1-5-5-release-notes.adoc[leveloffset=+1]
20+
1921
include::modules/oadp-1-5-4-release-notes.adoc[leveloffset=+1]
2022

2123
include::modules/oadp-1-5-3-release-notes.adoc[leveloffset=+1]
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * backup_and_restore/application_backup_and_restore/release-notes/oadp-1-5-release-notes.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
7+
[id="oadp-1-5-5-release-notes_{context}"]
8+
= OADP 1.5.5 release notes
9+
10+
[role="_abstract"]
11+
{oadp-first} 1.5.5 release notes list resolved issues.
12+
13+
14+
[id="resolved-issues-1-5-5_{context}"]
15+
== Resolved issues
16+
17+
{oadp-short} 1.5.5 fixes the following CVEs::
18+
19+
* link:https://access.redhat.com/security/cve/cve-2025-61726[CVE-2025-61726]
20+
21+
* link:https://access.redhat.com/security/cve/cve-2025-61728[CVE-2025-61728]
22+
23+
* link:https://access.redhat.com/security/cve/cve-2025-68121[CVE-2025-68121]
24+
25+
26+
{sno-caps} clusters no longer crash due to premature CRD sync before API initialization::
27+
Before this update, the controller crashed during image-based upgrade (IBU) due to missing {ocp} custom resource definitions (CRDs) before they were fully initialized. As a consequence, this failure delayed `DataProtectionApplication` (DPA) reconciliation during IBU upgrade by 8 minutes. This release resolves this issue by requiring the controller to wait for {ocp} CRDs to load before starting in the IBU environment on {sno}, while also disabling leader election. This change shortens the DPA reconciliation window and improves the overall upgrade duration for {sno} clusters.
28+
+
29+
link:https://issues.redhat.com/browse/OADP-7508[OADP-7508]

0 commit comments

Comments
 (0)