Skip to content

Commit 6edf3ef

Browse files
authored
Merge pull request #48162 from rolfedh/RHDEVDOCS-4129
RHDEVDOCS-4129 Deprecate PipelineResources
2 parents 1db7d36 + 1134b54 commit 6edf3ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include::snippets/technology-preview.adoc[]
2222

2323

2424
[id="deprecated-features-1-8_{context}"]
25-
== Deprecated features
25+
== Deprecated and removed features
2626

2727
* 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.
2828
+
@@ -31,10 +31,14 @@ This change affects the pipeline component, which includes the `TaskRun`, `Pipel
3131
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.
3232
// (link:https://github.com/tektoncd/triggers/pull/1103[#1103])
3333

34+
* 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.
35+
36+
* 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.
37+
3438
[id="known-issues-1-8_{context}"]
3539
== Known issues
3640

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.
41+
* 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.
3842
+
3943
Workaround: Use `nodejs:14-ubi8` instead of the `nodejs:14-ubi8-minimal` image stream.
4044
// (link:https://issues.redhat.com/browse/SRVKP-1782[#SRVKP-1782])

0 commit comments

Comments
 (0)