Skip to content

Commit 765b7cb

Browse files
committed
[RHDEVDOCS-6475] Pipelines 1.17.2 Release Notes
second rn correction third rn correction first fix for OCP versions add missing dot in first RN fix last RN formatting qe review feedback versions mr feedback mr feedback no2
1 parent 213d32d commit 765b7cb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

modules/op-release-notes-1-17.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,18 @@ With this update, {pipelines-title} General Availability (GA) 1.17.1 is availabl
292292
value: '--build-arg EXAMPLE="abc def"'
293293
# ...
294294
----
295+
296+
[id="release-notes-1-17-2_{context}"]
297+
== Release notes for {pipelines-title} General Availability 1.17.2
298+
299+
With this update, {pipelines-title} General Availability (GA) 1.17.2 is available on {OCP} 4.12, {OCP} 4.14 through to 4.18.
300+
301+
[id="fixed-issues-1-17-2_{context}"]
302+
=== Fixed issues
303+
304+
* Before this update, the `skopeo-copy` task required you to explicitly set the `source_image_url` and `destination_image_url` parameters. This requirement prevented the use of the `images_url` workspace with a `url.txt` file for batch image copying. With this update, both parameters default to empty values and are excluded from strict validation, allowing the task to fall back to the `url.txt` method as intended.
305+
306+
* Before this update, when you used matrixed tasks in a fan-out and fan-in pattern, the `PipelineRun` execution failed with the following error: `invalid result reference in pipeline task 'printer': unable to validate result referencing pipeline task 'platforms': task spec not found`. This issue occurred when a downstream task attempted to reference aggregated results from a matrixed task by using the following syntax: `$(tasks.<taskName>.results.<resultName>[*])`.
307+
With this update, {pipelines-shortname} correctly resolves and validates result references from matrixed tasks. This enables dynamic fan-out and fan-in task orchestration using arrays and matrix expressions without triggering validation errors.
308+
309+
* Before this update, there was no upgrade path from {pipelines-shortname} 1.16.x to later versions. With this update, the issue is fixed.

0 commit comments

Comments
 (0)