Skip to content

Commit c9601f0

Browse files
authored
Merge pull request #62724 from ekristova/RHDEVDOCS-5545
RHDEVDOCS-5545: Pipelines 1.10.5 Release Notes
2 parents 27bf8d5 + 8fc66cf commit c9601f0

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,21 @@ With this update, {pipelines-title} General Availability (GA) 1.10.4 is availabl
211211

212212
* Before this update, the `pipelinerun.timeouts` field was reset to the `timeouts.pipeline` value, ignoring the `timeouts.tasks` and `timeouts.finally` values. This update fixes the issue and sets the correct default timeout value for a `PipelineRun` resource.
213213

214-
* Before this update, the controller logs contained unnecessary data. This update fixes the issue.
214+
* Before this update, the controller logs contained unnecessary data. This update fixes the issue.
215+
216+
[id="release-notes-1-10-5_{context}"]
217+
== Release notes for {pipelines-title} General Availability 1.10.5
218+
219+
With this update, {pipelines-title} General Availability (GA) 1.10.5 is available on {product-title} 4.10 in addition to 4.11, 4.12, and 4.13.
220+
221+
[IMPORTANT]
222+
====
223+
{pipelines-title} 1.10.5 is only available in the `pipelines-1.10` channel on {product-title} 4.10, 4.11, 4.12, and 4.13. It is not available in the `latest` channel for any {product-title} version.
224+
====
225+
226+
[id="fixed-issues-1-10-5_{context}"]
227+
=== Fixed issues
228+
229+
* Before this update, huge pipeline runs were not getting listed or deleted using the `oc` and `tkn` commands. This update mitigates this issue by compressing the huge annotations that were causing this problem. Remember that if the pipeline runs are still too huge after compression, then the same error still recurs.
230+
231+
* Before this update, only the pod template specified in the `pipelineRun.spec.taskRunSpecs[].podTemplate` object would be considered for a pipeline run. With this update, the pod template specified in the `pipelineRun.spec.podTemplate` object is also considered and merged with the template specified in the `pipelineRun.spec.taskRunSpecs[].podTemplate` object.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GA:: General Availability
2020
| Operator | Pipelines | Triggers | CLI | Catalog | Chains | Hub | {pac} | Results | |
2121
|1.11 | 0.47.x | 0.24.x | 0.31.x | NA | 0.16.x (GA) | 1.13.x (TP) | 0.19.x (GA) | 0.6.x (TP) | 4.12, 4.13, 4.14 (planned) | GA
2222

23-
|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
23+
|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.10, 4.11, 4.12, 4.13 | GA
2424

2525
|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

0 commit comments

Comments
 (0)