Skip to content

Commit fc8120b

Browse files
committed
RHDEVDOCS-7038: Content creation for Pipelines 1.20.2 RN
1 parent f72f1fc commit fc8120b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// This module is included in the following assemblies:
2+
// * release_notes/op-release-notes-1-20.adoc
3+
4+
:_mod-docs-content-type: REFERENCE
5+
[id="op-release-notes-1-20-2_{context}"]
6+
= Release notes for {pipelines-title} 1.20.2
7+
8+
With this update, {pipelines-title} General Availability (GA) 1.20.2 is available on {OCP} 4.15 and later versions.
9+
10+
[id="fixed-issues-1-20-2_{context}"]
11+
== Fixed issues
12+
13+
.Operator
14+
15+
Custom Hub catalog configuration fix::
16+
With this update, you can successfully configure custom hub catalogs such as TektonHub, ArtifactHub, or other custom hubs through the `TektonConfig` specification. The system now correctly preserves the configured catalog type in the {pac} config map, ensuring consistent and reliable catalog behavior across the environment.
17+
18+
.User interface
19+
20+
Navigation tab no longer disappears and installation UI no longer crashes after {OCP} upgrade::
21+
With this update, pagination functions correctly when the `data_source` filter is set to `archived`. In the previous release, scrolling failed to load additional `PipelineRun` results because the UI client expected the `nextPageToken` field, while the API returned `next_page_token`. This mismatch prevented the `onScroll` callback from creating the next page request, causing pagination to stop after the first page. The UI has been updated to support `next_page_token`, and additional results load as expected when scrolling.

release_notes/op-release-notes-1-20.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ include::modules/op-release-notes-1-20-0.adoc[leveloffset=+1]
3434
// Release notes for Red Hat OpenShift Pipelines 1.20.1
3535
include::modules/op-release-notes-1-20-1.adoc[leveloffset=+1]
3636

37+
// Release notes for Red Hat OpenShift Pipelines 1.20.2
38+
include::modules/op-release-notes-1-20-2.adoc[leveloffset=+1]
39+
3740

3841
//Additional resources 1.20
3942
.Additional resources

0 commit comments

Comments
 (0)