You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/op-release-notes-1-9.adoc
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -433,4 +433,31 @@ With this update, {pipelines-title} General Availability (GA) 1.9.2 is available
433
433
[id="fixed-issues-1-9-2_{context}"]
434
434
== Fixed issues
435
435
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.
0 commit comments