Skip to content

Commit 91a71e0

Browse files
authored
Merge pull request #86439 from mramendi/pipelines-1/17-RN-typos
Pipelines RN 1.17 upstream typo fixes
2 parents b5b5ebf + 4beb7a7 commit 91a71e0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696

9797
* With this update, after the execution of a pipeline run or task run, the YAML manifest of the resource contains a label showing the ID of the user who executed it. For a `PipelineRun` resource, the label is `tekton.dev/PipelineRunUID`. For a `TaskRun` resource, the label is `tekton.dev/TaskRunUID`.
9898

99-
* With this update, when you use the `spec.pipeline,performance` spec in the `TektonConfig` CR to specify performance tuning values such as `threads-per-controller`, `kube-api-qps`, and `kube-api-burst`, {pipelines-shortname} applies these values to the resolver controller as well as the other controllers.
99+
* With this update, when you use the `spec.pipeline.performance` spec in the `TektonConfig` CR to specify performance tuning values such as `threads-per-controller`, `kube-api-qps`, and `kube-api-burst`, {pipelines-shortname} applies these values to the resolver controller as well as the other controllers.
100100

101101
[id="operator-new-features-1-17_{context}"]
102102
=== Operator
@@ -121,7 +121,7 @@ $ tkn task start skopeo-copy -p ARGS="--all --preserve-digests"
121121
[id="tekton-results-new-features-1-17_{context}"]
122122
=== {tekton-results}
123123

124-
* With this update, you can configure {tekton-results} to include certain labels and annotation from the YAML manifests of pipelines and tasks in the `summary fields` column in the results tables. By default, the value of the `tekton.dev/pipeline` label is used. To make this change, modify the `TektonResult` CR as shown in the following example:
124+
* With this update, you can configure {tekton-results} to include certain labels and annotations from the YAML manifests of pipelines and tasks in the `summary fields` column in the results tables. By default, the value of the `tekton.dev/pipeline` label is used. To make this change, modify the `TektonResult` CR as shown in the following example:
125125
+
126126
.Example of configuring summary labels and annotations in the `TektonResult` CR
127127
[source,yaml]
@@ -131,17 +131,17 @@ kind: TektonResult
131131
metadata:
132132
name: result
133133
spec:
134-
options:
135-
deployments:
136-
tekton-results-watcher:
137-
spec:
138-
template:
139-
spec:
140-
containers:
141-
- name: watcher
142-
args:
143-
- "--summary_labels=org.tekton.sample_label,tekton.dev/pipeline"
144-
- "--summary_annotations=org.tekton.sample_annotation"
134+
options:
135+
deployments:
136+
tekton-results-watcher:
137+
spec:
138+
template:
139+
spec:
140+
containers:
141+
- name: watcher
142+
args:
143+
- "--summary_labels=org.tekton.sample_label,tekton.dev/pipeline"
144+
- "--summary_annotations=org.tekton.sample_annotation"
145145
----
146146

147147
[id="tekton-chains-new-features-1-17_{context}"]
@@ -229,10 +229,10 @@ For more information about using the tasks in the `openshift-pipelines` namespac
229229

230230
* Before this update, if a `CustomRun` resource referred to a pipeline or task resource that returned an array as a result, a result type mismatch was reported in the log. With this update, the array result is processed correctly.
231231

232-
* Before this update, when a task run failed, in some cases the statuses of some of the steps in the task were not recorded correctly in the `TaskRun` YAML manifesto. With this update, the statuses are correctly recorded.
232+
* Before this update, when a task run failed, in some cases the statuses of some of the steps in the task were not recorded correctly in the `TaskRun` YAML manifest. With this update, the statuses are correctly recorded.
233233

234234
* Before this update, if a step in a task failed, the subsequent steps were sometimes not marked as skipped in the YAML manifest of the task run or pipeline run. With this update, the steps are marked as skipped.
235-
235+
c
236236
* Before this update, if a pipeline run included a task that failed validation, a subsequent `finally` task did not run, even though it is expected to run after any failures of the previous tasks. With this update, the `finally` task runs.
237237

238238
* Before this update, when using {pac} with GitLab, if the `.tekton` directory contained more than 20 files, some pipeline runs failed to start. With this update, the pipeline runs start correctly.
@@ -255,8 +255,8 @@ For more information about using the tasks in the `openshift-pipelines` namespac
255255

256256
* Before this update, if you specified default container resource requirements in the `TektonConfig` CR and then applied a `LimitRange` setting to a pipeline or task, the `LimitRange` setting was sometimes not applied because the default requirements overrode it. With this update, the `LimitRange` setting overrides the default container resource requirements.
257257

258-
* Before this update, if a pipeline run or task run failed to execute because of a validation error, {pipelines-shortname} recorded and displayed a generic `Failed` status for the pipeline run or task run. With this update, {pipelines-shortname} records a `Failed Validation` status.
258+
* Before this update, if a pipeline run or task run failed to execute because of a validation error, {pipelines-shortname} recorded and displayed a generic `Failed` status for the pipeline run or task run. With this update, {pipelines-shortname} records a `Failed Validation` status.
259259

260260
* Before this update, when you used the `tkn bundle` command to read the content of a large-sized Tekton bundle, the command might fail. With this update, the `tkn` command-line utilities correctly handles large Tekton bundles.
261261

262-
* Before this update, when you used the `tkn` command-line utility to view a completed pipeline run, tasks that were skipped because of conditions you set up in the pipeline were displayed as `Succeeded(Completed)`. With this update, they are no longer displayed as completed.
262+
* Before this update, when you used the `tkn` command-line utility to view a completed pipeline run, tasks that were skipped because of conditions you set up in the pipeline were displayed as `Succeeded(Completed)`. With this update, they are no longer displayed as completed.

0 commit comments

Comments
 (0)