Skip to content

Commit 6de7062

Browse files
authored
Merge pull request #60209 from anarnold97/OADP-1488-ReleaseNotes-1-1-4-aa
OADP-1488: Release notes for version 1.1.4
2 parents acb85ae + 0d656de commit 6de7062

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

backup_and_restore/application_backup_and_restore/oadp-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ toc::[]
88

99
The release notes for OpenShift API for Data Protection (OADP) describe new features and enhancements, deprecated features, product recommendations, known issues, and resolved issues.
1010

11+
include::modules/oadp-release-notes-1-1-4.adoc[leveloffset=+1]
12+
1113
include::modules/oadp-release-notes-1-1-2.adoc[leveloffset=+1]
1214

1315
include::modules/oadp-release-notes-1-1-1.adoc[leveloffset=+1]

modules/oadp-release-notes-1-1-4.adoc

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * backup_and_restore/oadp-release-notes.adoc
4+
5+
:_content-type: REFERENCE
6+
[id="migration-oadp-release-notes-1-1-4_{context}"]
7+
= OADP 1.1.4 release notes
8+
9+
The OADP 1.1.4 release notes lists any new features, resolved issues and bugs, and known issues.
10+
11+
[id="new-features1.1.4_{context}"]
12+
== New features
13+
14+
This version of OADP is a service release. No new features are added to this version.
15+
16+
[id="resolved-issues1.1.4_{context}"]
17+
== Fixed bugs
18+
19+
The following bugs have been fixed in this release:
20+
21+
* link:https://issues.redhat.com/browse/OADP-1557[OADP-1557]
22+
* link:https://issues.redhat.com/browse/OADP-1822[OADP-1822]
23+
* link:https://issues.redhat.com/browse/OADP-1511[OADP-1511]
24+
* link:https://issues.redhat.com/browse/OADP-1642[OADP-1642]
25+
* link:https://issues.redhat.com/browse/OADP-1398[OADP-1398]
26+
* link:https://issues.redhat.com/browse/OADP-1267[OADP-1267]
27+
* link:https://issues.redhat.com/browse/OADP-1390[OADP-1390]
28+
* link:https://issues.redhat.com/browse/OADP-1650[OADP-1650]
29+
* link:https://issues.redhat.com/browse/OADP-1487[OADP-1487]
30+
31+
32+
[id="known-issues1.1.4_{context}"]
33+
== Known issues
34+
35+
This release has the following known issues:
36+
37+
* OADP backups might fail because a UID/GID range might have changed on the cluster where the application has been restored, with the result that OADP does not back up and restore {product-title} UID/GID range metadata. To avoid the issue, if the backed application requires a specific UUID, ensure the range is available when restored. An additional workaround is to allow OADP to create the namespace in the restore operation.
38+
39+
* A restoration might fail if ArgoCD is used during the process due to a label used by ArgoCD, `app.kubernetes.io/instance`. This label identifies which resources ArgoCD needs to manage, which can create a conflict with OADP's procedure for managing resources on restoration. To work around this issue, set `.spec.resourceTrackingMethod` on the ArgoCD YAML to `annotation+label` or `annotation`. If the issue continues to persist, then disable ArgoCD before beginning to restore, and enable it again when restoration is finished.
40+

0 commit comments

Comments
 (0)