1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

RHDEVDOCS-4129 Deprecate PipelineResources

This commit is contained in:
Rolfe Dlugy-Hegwer
2022-07-26 13:02:20 -04:00
committed by openshift-cherrypick-robot
parent cf6eae45fb
commit 048c997633

View File

@@ -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])