Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions modules/op-release-notes-1-14.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,15 @@ With this update, {pipelines-title} General Availability (GA) 1.14.2 is availabl
* Before this update, when you started a pipeline run using {pac}, {tekton-results} did not store information about this pipeline run. Because of this issue, the web console plugin did not include the pipeline run in the execution statistics display. With this update, {tekton-results} stores information about {pac} pipeline runs and these pipeline runs are included in the execution statistics display.

* Before this update, when you started many pipeline runs using {pac} at the same time and these pipelines runs included a `max-keep-run` annotation, the {pac} watcher component failed to process some of the pending pipeline runs and they remained in a pending state. With this update, {pac} pipeline runs are processed correctly.

[id="release-notes-1-14-3_{context}"]
== Release notes for {pipelines-title} General Availability 1.14.3

With this update, {pipelines-title} General Availability (GA) 1.14.3 is available on {OCP} 4.12 and later versions.

[id="fixed-issues-1-14-3_{context}"]
=== Fixed issues

* Before this update, when you started many pipeline runs using {pac} at the same time and these pipelines runs included a `max-keep-run` annotation, the {pac} watcher was unable to reconcile the pipeline runs because of a race condition between deletion of existing pipeline runs and processing new pipeline runs. Because of this issue, some pipeline runs could not be processed. With this update, the {pac} watcher processes pipeline runs.

* Before this update, when you used the `tkn pr logs -f` command to view the logs for a running pipeline, the command line utility stopped responding, even if the pipeline run completed successfully. With this update, the `tkn pr logs -f` command properly displays the log information and exits.