Skip to content

Commit e6031e3

Browse files
Merge pull request #66512 from anarnold97/OADP-2939-release-notes-OADP-1.2.3
2 parents 8f05e16 + 488d776 commit e6031e3

File tree

3 files changed

+52
-5
lines changed

3 files changed

+52
-5
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
@@ -9,6 +9,8 @@ toc::[]
99

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

12+
include::modules/oadp-release-notes-1-2-3.adoc[leveloffset=+1]
13+
1214
include::modules/oadp-release-notes-1-2-2.adoc[leveloffset=+1]
1315

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

modules/oadp-release-notes-1-2-0.adoc

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ The OADP 1.2.0 release notes include information about new features, bug fixes,
1111
[id="new-features_{context}"]
1212
== New features
1313

14-
.link:https://access.redhat.com/documentation/en-us/openshift_container_platform/4.12/html/backup_and_restore/application-backup-and-restore#installing-oadp-aws[Resource timeouts]
15-
The new `resourceTimeout` option specifies the timeout duration in minutes for waiting on various Velero resources. This option applies to resources such as Velero CRD availability, `volumeSnapshot` deletion, and backup repository availability. The default duration is ten minutes.
14+
.Resource timeouts
15+
The new `resourceTimeout` option specifies the timeout duration in minutes for waiting on various Velero resources. This option applies to resources such as Velero CRD availability, `volumeSnapshot` deletion, and backup repository availability. The default duration is 10 minutes.
1616

17-
.link:https://access.redhat.com/documentation/en-us/openshift_container_platform/4.11/html/backup_and_restore/application-backup-and-restore#oadp-s3-compatible-backup-storage-providers_about-installing-oadp[AWS S3 compatible backup storage providers]
17+
.AWS S3 compatible backup storage providers
1818
You can back up objects and snapshots on AWS S3 compatible providers.
1919

2020
[id="new-features-tech-preview-1-2-0_{context}"]
2121
=== Technical preview features
2222

23-
.link:https://access.redhat.com/documentation/en-us/openshift_container_platform/4.9/html/backup_and_restore/application-backup-and-restore#installing-and-configuring-oadp[Data Mover]
23+
.Data Mover
2424
The OADP Data Mover enables you to back up Container Storage Interface (CSI) volume snapshots to a remote object store. When you enable Data Mover, you can restore stateful applications using CSI volume snapshots pulled from the object store in case of accidental cluster deletion, cluster failure, or data corruption.
2525

2626
:FeatureName: OADP Data Mover
@@ -34,5 +34,12 @@ For a complete list of all issues resolved in this release, see the list of link
3434
[id="known-issues-1-2-0_{context}"]
3535
== Known issues
3636

37-
This release does not have any known issues.
37+
The following issues have been highlighted as known issues in the release of OADP 1.2.0:
3838

39+
.Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)
40+
41+
The HTTP/2 protocol is susceptible to a denial of service attack because request cancellation can reset multiple streams quickly. The server has to set up and tear down the streams while not hitting any server-side limit for the maximum number of active streams per connection. This results in a denial of service due to server resource consumption. For a list of all OADP issues associated with this CVE, see the following link:https://issues.redhat.com/browse/OADP-2868?filter=12421248[Jira list].
42+
43+
It is advised to upgrade to OADP 1.2.3, which resolves this issue.
44+
45+
For more information, see link:https://access.redhat.com/security/cve/cve-2023-39325[CVE-2023-39325 (Rapid Reset Attack)].

modules/oadp-release-notes-1-2-3.adoc

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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-2-3_{context}"]
7+
= OADP 1.2.3 release notes
8+
9+
10+
[id="new-features-1-2-3_{context}"]
11+
== New features
12+
13+
There are no new features in the release of {oadp-first} 1.2.3.
14+
15+
// :FeatureName: OADP Data Mover
16+
// include::snippets/technology-preview.adoc[]
17+
18+
[id="resolved-issues-1-2-3_{context}"]
19+
== Resolved issues
20+
21+
The following highlighted issues are resolved in OADP 1.2.3:
22+
23+
24+
.Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)
25+
26+
In previous releases of OADP 1.2, the HTTP/2 protocol was susceptible to a denial of service attack because request cancellation could reset multiple streams quickly. The server had to set up and tear down the streams while not hitting any server-side limit for the maximum number of active streams per connection. This resulted in a denial of service due to server resource consumption. For a list of all OADP issues associated with this CVE, see the following link:https://issues.redhat.com/browse/OADP-2868?filter=12421248[Jira list].
27+
28+
For more information, see link:https://access.redhat.com/security/cve/cve-2023-39325[CVE-2023-39325 (Rapid Reset Attack)].
29+
30+
31+
For a complete list of all issues resolved in the release of OADP 1.2.3, see the list of link:https://issues.redhat.com/browse/OADP-2094?filter=12422262[OADP 1.2.3 resolved issues] in Jira.
32+
33+
34+
[id="known-issues-1-2-3_{context}"]
35+
== Known issues
36+
37+
There are no known issues in the release of OADP 1.2.3.
38+

0 commit comments

Comments
 (0)