Skip to content

Commit 5445305

Browse files
authored
Merge pull request #49137 from rolfedh/RHDEVDOCS-4172-bis
RHDEVDOCS-4170 Pipelines 1.8 Release Notes
2 parents f5dd56b + 5135bce commit 5445305

File tree

4 files changed

+464
-20
lines changed

4 files changed

+464
-20
lines changed

cicd/pipelines/op-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include::modules/op-tkn-pipelines-compatibility-support-matrix.adoc[leveloffset=
2323
include::modules/making-open-source-more-inclusive.adoc[leveloffset=+1]
2424

2525
// Modules included, most to least recent
26-
// include::modules/op-release-notes-1-8.adoc[leveloffset=+1]
26+
include::modules/op-release-notes-1-8.adoc[leveloffset=+1]
2727

2828
include::modules/op-release-notes-1-7.adoc[leveloffset=+1]
2929

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can use single or double quotes to enclose parameter names that contain prob
5353
* With this update, the `feature-flag-triggers` config map has a new field `labels-exclusion-pattern`. You can set the value of this field to a regular expression (regex) pattern. The controller filters out labels that match the regex pattern from propagating from the event listener to the resources created for the event listener.
5454
// https://github.com/tektoncd/triggers/pull/1227
5555

56-
* With this update, the `TriggerGroups` field is added to the `EventListener` specification. Using this field, you can specify a set of interceptors to run before selecting and running a group of triggers. To enable this feature, set the `enable-api-fields` flag in the `feature-flags-triggers` config map to `alpha`.
56+
* With this update, the `TriggerGroups` field is added to the `EventListener` specification. Using this field, you can specify a set of interceptors to run before selecting and running a group of triggers. To enable this feature, in the `TektonConfig` custom resource definition, in the `pipeline` section, you must set the `enable-api-fields` field to `alpha`.
5757
// https://github.com/tektoncd/triggers/pull/1232
5858

5959
* With this update, `Trigger` resources support custom runs defined by a `TriggerTemplate` template.
@@ -68,7 +68,7 @@ You can use single or double quotes to enclose parameter names that contain prob
6868
* This update adds the `ServicePort` specification to Kubernetes resource. You can use this specification to modify which port exposes the event listener service. The default port is `8080`.
6969
// https://github.com/tektoncd/triggers/pull/1272
7070

71-
* With this update, you can use the `targetURI` field in the `EventListener` specification to send cloud events during trigger processing. To enable this feature, set the `enable-api-fields` flag in the `feature-flags-triggers` config map to `alpha`.
71+
* With this update, you can use the `targetURI` field in the `EventListener` specification to send cloud events during trigger processing. To enable this feature, in the `TektonConfig` custom resource definition, in the `pipeline` section, you must set the `enable-api-fields` field to `alpha`.
7272
// https://github.com/tektoncd/triggers/pull/1259
7373

7474
* With this update, the `tekton-triggers-eventlistener-roles` object now has a `patch` verb, in addition to the `create` verb that already exists.
@@ -95,7 +95,7 @@ $ tkn pipelinerun export test_pipeline_run -n openshift-pipelines
9595
----
9696
// https://github.com/tektoncd/cli/pull/1398 and https://github.com/tektoncd/cli/pull/1500
9797

98-
* With this update, the `--grace` option is added to the `tkn pipelinerun cancel`. Use the `--grace` option to terminate a pipeline run gracefully instead of forcing the termination. To enable this feature, set the `enable-api-fields` flag in the `feature-flags` config map to `alpha`.
98+
* With this update, the `--grace` option is added to the `tkn pipelinerun cancel`. Use the `--grace` option to terminate a pipeline run gracefully instead of forcing the termination. To enable this feature, in the `TektonConfig` custom resource definition, in the `pipeline` section, you must set the `enable-api-fields` field to `alpha`.
9999
// https://github.com/tektoncd/cli/pull/1479
100100

101101
* This update adds the Operator and Chains versions to the output of the `tkn version` command.
@@ -266,12 +266,12 @@ Pipelines as Code supports the following features:
266266
[id="known-issues-1-7_{context}"]
267267
== Known issues
268268

269-
* When you run Maven and Jib-Maven cluster tasks, the default container image is supported only on Intel (x86) architecture. Therefore, tasks will fail on IBM Power Systems (ppc64le), IBM Z, and LinuxONE (s390x) clusters. As a workaround, you can specify a custom image by setting the `MAVEN_IMAGE` parameter value to `maven:3.6.3-adoptopenjdk-11`.
269+
* When you run Maven and Jib-Maven cluster tasks, the default container image is supported only on Intel (x86) architecture. Therefore, tasks will fail on ARM, IBM Power Systems (ppc64le), IBM Z, and LinuxONE (s390x) clusters. As a workaround, you can specify a custom image by setting the `MAVEN_IMAGE` parameter value to `maven:3.6.3-adoptopenjdk-11`.
270270
// issue # is unknown.
271271
+
272272
[TIP]
273273
====
274-
Before you install tasks based on the Tekton Catalog on IBM Power Systems (ppc64le), IBM Z, and LinuxONE (s390x) using `tkn hub`, verify if the task can be executed on these platforms. To check if `ppc64le` and `s390x` are listed in the "Platforms" section of the task information, you can run the following command: `tkn hub info task <name>`
274+
Before you install tasks that are based on the Tekton Catalog on ARM, IBM Power Systems (ppc64le), IBM Z, and LinuxONE (s390x) using `tkn hub`, verify if the task can be executed on these platforms. To check if `ppc64le` and `s390x` are listed in the "Platforms" section of the task information, you can run the following command: `tkn hub info task <name>`
275275
// issue # is unknown.
276276
====
277277

@@ -292,7 +292,7 @@ time="2021-11-04T13:05:26Z" level=error msg="exit status 127"
292292
// https://issues.redhat.com/browse/SRVKP-1782
293293

294294
// Pipelines
295-
* Implicit parameter mapping incorrectly passes parameters from the top-level `Pipeline` or `PipelineRun` definitions to the `taskRef` tasks. Mapping should only occur from a top-level resource to tasks with in-line `taskSpec` specifications. This issue only affects users who have set the `enable-api-fields` feature flag to `alpha`.
295+
* Implicit parameter mapping incorrectly passes parameters from the top-level `Pipeline` or `PipelineRun` definitions to the `taskRef` tasks. Mapping should only occur from a top-level resource to tasks with in-line `taskSpec` specifications. This issue only affects clusters where this feature was enabled by setting the `enable-api-fields` field to `alpha` in the `pipeline` section of the `TektonConfig` custom resource definition.
296296

297297

298298
[id="fixed-issues-1-7_{context}"]

0 commit comments

Comments
 (0)