From 081f8a28f906817b6e02bc2f230fc855dec61e09 Mon Sep 17 00:00:00 2001 From: Misha Ramendik Date: Mon, 28 Oct 2024 04:14:19 +0000 Subject: [PATCH] RHDEVDOCS 6177 RN Pipelines 1.14.5 - undefined workspace info causes error now --- modules/op-release-notes-1-14.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/op-release-notes-1-14.adoc b/modules/op-release-notes-1-14.adoc index db166ddd1d42..1044e0416a36 100644 --- a/modules/op-release-notes-1-14.adoc +++ b/modules/op-release-notes-1-14.adoc @@ -362,3 +362,5 @@ With this update, {pipelines-title} General Availability (GA) 1.14.5 is availabl * Before this update, when you used the web console and clicked a pipeline in the overview page, the pipeline details page did not contain information about tasks in the pipeline. With this update, when you click a pipeline in the overview page, the pipeline details page contains the required information. * Before this update, when you configured {tekton-chains} to disable storing OCI artifacts by setting an empty `artifacts.oci.storage` value in the `TektonConfig` CR, the configuration did not work and {tekton-chains} attempted to store the artifacts and logged a failure in the `chains.tekton.dev/signed` annotation. With this update, when you set an empty `artifacts.oci.storage` value in the `TektonConfig` CR, {tekton-chains} does not attempt to store OCI artifacts. + +* Before this update, when you used workspace information, such as `$(workspaces.source.path)`, in a pipeline or task without defining a workspace, {pipelines-shortname} did not report an error. With this update, {pipelines-shortname} reports an error in this case and does not run the pipeline or task.