From ca9994bc7cf38ff86f8eb6be511b92978b149645 Mon Sep 17 00:00:00 2001 From: Misha Ramendik Date: Wed, 17 Jan 2024 13:21:57 +0000 Subject: [PATCH] Release Notes for Pipelines 1.11.3 --- modules/op-release-notes-1-11.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/op-release-notes-1-11.adoc b/modules/op-release-notes-1-11.adoc index 25c23ca04d5c..330c046cabea 100644 --- a/modules/op-release-notes-1-11.adoc +++ b/modules/op-release-notes-1-11.adoc @@ -275,3 +275,13 @@ If you installed the `tkn` command line tool using RPM on {op-system-base-full}, == Known issues * If you use the Bundles resolver to define a pipeline run and then use the `tkn pac resolve --v1beta1` command for this pipeline run, the command generates incorrect YAML output. The `kind` parameter for the bundle is set to `Task` in the YAML output. As a workaround, you can set the correct value in the YAML data manually. Alternatively, you can use the `opc pac resolve --v1beta1` command or use the version of the `tkn` tool included with {pipelines-shortname} version 1.12.0 or later. + +[id="release-notes-1-11-3_{context}"] +== Release notes for {pipelines-title} General Availability 1.11.3 + +With this update, {pipelines-title} General Availability (GA) 1.11.3 is available on {OCP} 4.11 in addition to 4.12 and later versions. + +[id="fixed-issues-1-11-3_{context}"] +=== Fixed issues + +* Before this update, if the final task of a pipeline has failed or was skipped, {pipelines-shortname} reported validation errors. With this update, a pipeline can succeed even if its final task fails or is skipped.