diff --git a/modules/op-release-notes-1-8.adoc b/modules/op-release-notes-1-8.adoc index eb69e6aa6e..739ca6a8de 100644 --- a/modules/op-release-notes-1-8.adoc +++ b/modules/op-release-notes-1-8.adoc @@ -22,7 +22,7 @@ include::snippets/technology-preview.adoc[] [id="deprecated-features-1-8_{context}"] -== Deprecated features +== Deprecated and removed features * 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. + @@ -31,10 +31,14 @@ This change affects the pipeline component, which includes the `TaskRun`, `Pipel 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. // (link:https://github.com/tektoncd/triggers/pull/1103[#1103]) +* In {pipelines-title} 1.8, support for the `PipelineResource` custom resource (CR) has been removed. The `PipelineResource` CR was a Tech Preview feature and part of the `tekton.dev/v1alpha1` API. + +* In {pipelines-title} 1.8, support for the `Condition` custom resource (CR) has been removed. The `PipelineResource` CR was part of the `tekton.dev/v1alpha1` API. + [id="known-issues-1-8_{context}"] == Known issues -* 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. +* The `s2i-nodejs` pipeline cannot use the `nodejs:14-ubi8-minimal` image stream to perform source-to-image (S2I) builds. Using that image stream produces an `error building at STEP "RUN /usr/libexec/s2i/assemble": exit status 127` message. + Workaround: Use `nodejs:14-ubi8` instead of the `nodejs:14-ubi8-minimal` image stream. // (link:https://issues.redhat.com/browse/SRVKP-1782[#SRVKP-1782])