|
| 1 | +// Module included in the following assembly: |
| 2 | +// |
| 3 | +// * cicd/pipelines/op-release-notes.adoc |
| 4 | +:_content-type: REFERENCE |
| 5 | +[id="op-release-notes-1-8_{context}"] |
| 6 | += Release notes for {pipelines-title} General Availability 1.8 |
| 7 | + |
| 8 | +With this update, {pipelines-title} General Availability (GA) 1.8 is available on {product-title} 4.10, and is planned to be available on {product-title} 4.11 and 4.12. |
| 9 | + |
| 10 | +[id="new-features-1-8_{context}"] |
| 11 | +== New features |
| 12 | + |
| 13 | +In addition to the fixes and stability improvements, the following sections highlight what is new in {pipelines-title} 1.8. |
| 14 | + |
| 15 | +:FeatureName: Running {pipelines-title} on ARM hardware |
| 16 | +[id="running-pipelines-on-arm-hardware-1-8_{context}"] |
| 17 | +=== {FeatureName} |
| 18 | + |
| 19 | +With this update, you can run {pipelines-title} GA 1.8 and later on an OpenShift Container Platform cluster that is running on ARM hardware. |
| 20 | + |
| 21 | +include::snippets/technology-preview.adoc[] |
| 22 | + |
| 23 | + |
| 24 | +[id="deprecated-features-1-8_{context}"] |
| 25 | +== Deprecated features |
| 26 | + |
| 27 | +* Support for the `tekton.dev/v1alpha1` API version, which was deprecated in {pipelines-title} GA 1.6, is planned to be removed in the upcoming {pipelines-title} GA 1.9 release. |
| 28 | ++ |
| 29 | +This change affects the pipeline component, which includes the `TaskRun`, `PipelineRun`, `Task`, `Pipeline`, and similar `tekton.dev/v1alpha1` resources. The `operator.tekton.dev/v1alpha1` API version is not deprecated and still used by the Operator. |
| 30 | ++ |
| 31 | +Bug fixes and support for the `tekton.dev/v1alpha1` API version are provided only through the end of the current GA 1.8 lifecycle. Use the `tekton.dev/v1beta1` API version instead. |
| 32 | +// (link:https://github.com/tektoncd/triggers/pull/1103[#1103]) |
| 33 | + |
| 34 | +[id="known-issues-1-8_{context}"] |
| 35 | +== Known issues |
| 36 | + |
| 37 | +* There is currently a known issue: The `s2i-nodejs` pipeline cannot use the `nodejs:14-ubi8-minimal` image stream to perform source-to-image (S2I) builds. Doing so produces an `error building at STEP "RUN /usr/libexec/s2i/assemble": exit status 127` message. |
| 38 | ++ |
| 39 | +Workaround: Use `nodejs:14-ubi8` instead of the `nodejs:14-ubi8-minimal` image stream. |
| 40 | +// (link:https://issues.redhat.com/browse/SRVKP-1782[#SRVKP-1782]) |
| 41 | +// Writer, also see https://github.com/tektoncd/operator/blob/main/cmd/openshift/operator/kodata/tekton-addon/addons/02-clustertasks/source_local/s2i-nodejs/s2i-nodejs-task.yaml. Overkill: The user can run the `$ oc edit clustertask s2i-nodejs` command and replace `$(params.VERSION)` with `14-ubi8`. Alternatively, you can use a `TaskRun` resource to set the tag of the `nodejs` image stream to `14-ubi8`. |
| 42 | + |
| 43 | +// [id="fixed-issues-1-8_{context}"] |
| 44 | +// == Fixed issues |
| 45 | + |
| 46 | +// Pipelines |
| 47 | +// * |
0 commit comments