Skip to content

Commit b2d81c6

Browse files
authored
Merge pull request #62340 from ekristova/RHDEVDOCS-5523
RHDEVDOCS-5523: Pipelines 1.9.3 Release Notes
2 parents eae83f5 + 2301c96 commit b2d81c6

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

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

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,4 +433,31 @@ With this update, {pipelines-title} General Availability (GA) 1.9.2 is available
433433
[id="fixed-issues-1-9-2_{context}"]
434434
== Fixed issues
435435

436-
* Before this update, an OLM misconfiguration issue had been introduced in the previous version of the release, which prevented the upgrade of {product-title}. With this update, this misconfiguration issue has been fixed.
436+
* Before this update, an OLM misconfiguration issue had been introduced in the previous version of the release, which prevented the upgrade of {product-title}. With this update, this misconfiguration issue has been fixed.
437+
438+
[id="release-notes-1-9-3_{context}"]
439+
== Release notes for {pipelines-title} General Availability 1.9.3
440+
441+
With this update, {pipelines-title} General Availability (GA) 1.9.3 is available on {product-title} 4.10 in addition to 4.11, 4.12, and 4.13.
442+
443+
[id="fixed-issues-1-9-3_{context}"]
444+
== Fixed issues
445+
446+
* This update fixes the performance issues for huge pipelines. Now, the CPU usage is reduced by 61% and the memory usage is reduced by 44%.
447+
448+
* Before this update, a pipeline run would fail if a task did not run because of its `when` expression. This update fixes the issue by preventing the validation of a skipped task result in pipeline results. Now, the pipeline result is not emitted and the pipeline run does not fail because of a missing result.
449+
450+
* This update fixes the `pipelineref.bundle` conversion to the bundle resolver for the `v1beta1` API. Now, the conversion feature sets the value of the `kind` field to `Pipeline` after conversion.
451+
452+
* Before this update, an issue in the {pipelines-shortname} Operator prevented the user from setting the value of the `spec.pipeline.enable-api-fields` field to `beta`. This update fixes the issue. Now, you can set the value to `beta` along with `alpha` and `stable` in the `TektonConfig` custom resource.
453+
454+
* Before this update, when {pac} could not create a secret due to a cluster error, it would show the temporary token on the GitHub check run, which is public. This update fixes the issue. Now, the token is no longer displayed on the GitHub checks interface when the creation of the secret fails.
455+
456+
[id="known-issues-1-9-3_{context}"]
457+
== Known issues
458+
459+
* There is currently a known issue with the *stop* option for pipeline runs in the {product-title} web console. The *stop* option in the *Actions* drop-down list is not working as expected and does not cancel the pipeline run.
460+
461+
* There is currently a known issue with upgrading to {pipelines-shortname} version 1.9.x due to a failing custom resource definition conversion.
462+
+
463+
Workaround: Before upgrading to {pipelines-shortname} version 1.9.x, perform the step mentioned in the link:https://access.redhat.com/solutions/6999996[solution] on the Red Hat Customer Portal.

modules/op-tkn-pipelines-compatibility-support-matrix.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GA:: General Availability
2222

2323
|1.10 | 0.44.x | 0.23.x | 0.30.x | NA | 0.15.x (TP) | 1.12.x (TP) | 0.17.x (GA) | NA | 4.11, 4.12, 4.13 | GA
2424

25-
|1.9 | 0.41.x | 0.22.x | 0.28.x | NA | 0.13.x (TP) | 1.11.x (TP) | 0.15.x (GA) | NA | 4.11, 4.12, 4.13 | GA
25+
|1.9 | 0.41.x | 0.22.x | 0.28.x | NA | 0.13.x (TP) | 1.11.x (TP) | 0.15.x (GA) | NA | 4.10, 4.11, 4.12, 4.13 | GA
2626

2727
|1.8 | 0.37.x | 0.20.x | 0.24.x | NA | 0.9.0 (TP) | 1.8.x (TP) | 0.10.x (TP) | NA | 4.10, 4.11, 4.12 | GA
2828

0 commit comments

Comments
 (0)