From 765b7cb46c5fa3c21adf1714827ac22fecf09fc5 Mon Sep 17 00:00:00 2001 From: Ondrej Chromy Date: Thu, 19 Jun 2025 14:11:41 +0200 Subject: [PATCH] [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 --- modules/op-release-notes-1-17.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/op-release-notes-1-17.adoc b/modules/op-release-notes-1-17.adoc index 4eca03980efa..16cce16dad3b 100644 --- a/modules/op-release-notes-1-17.adoc +++ b/modules/op-release-notes-1-17.adoc @@ -292,3 +292,18 @@ With this update, {pipelines-title} General Availability (GA) 1.17.1 is availabl value: '--build-arg EXAMPLE="abc def"' # ... ---- + +[id="release-notes-1-17-2_{context}"] +== Release notes for {pipelines-title} General Availability 1.17.2 + +With this update, {pipelines-title} General Availability (GA) 1.17.2 is available on {OCP} 4.12, {OCP} 4.14 through to 4.18. + +[id="fixed-issues-1-17-2_{context}"] +=== Fixed issues + +* 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. + +* 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..results.[*])`. +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. + +* Before this update, there was no upgrade path from {pipelines-shortname} 1.16.x to later versions. With this update, the issue is fixed.