-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace PipelineResources
in examples and documentation
#4375
Comments
When we [released Tekton Pipelines Beta in March 2020](https://github.com/tektoncd/pipeline/releases/tag/v0.11.0), we [decided not to make `PipelineResources` Beta](https://github.com/tektoncd/pipeline/blob/e76d4132ab2ecfbedc45a964f08a01022e2d4c14/docs/resources.md#why-arent-pipelineresources-in-beta). In [TEP-0074](https://github.com/tektoncd/community/blob/main/teps/0074-deprecate-pipelineresources.md), we decided to officially deprecate `PipelineResources`. This change announces, documents and warns about the deprecation of `PipelineResources`. Follow-on work includes: - Replace `PipelineResources` from the tutorial - tektoncd#3705 - Replace `PipelineResources` from the examples and documentation - tektoncd#4375 - Continue updating the documentation as work progresses on [TEP-0074](https://github.com/tektoncd/community/blob/main/teps/0074-deprecate-pipelineresources.md) and features replacing `PipelineResources` become available Closes tektoncd#4344.
When we [released Tekton Pipelines Beta in March 2020](https://github.com/tektoncd/pipeline/releases/tag/v0.11.0), we [decided not to make `PipelineResources` Beta](https://github.com/tektoncd/pipeline/blob/e76d4132ab2ecfbedc45a964f08a01022e2d4c14/docs/resources.md#why-arent-pipelineresources-in-beta). In [TEP-0074](https://github.com/tektoncd/community/blob/main/teps/0074-deprecate-pipelineresources.md), we decided to officially deprecate `PipelineResources`. This change announces, documents and warns about the deprecation of `PipelineResources`. Follow-on work includes: - Replace `PipelineResources` from the tutorial - tektoncd#3705 - Replace `PipelineResources` from the examples and documentation - tektoncd#4375 - Continue updating the documentation as work progresses on [TEP-0074](https://github.com/tektoncd/community/blob/main/teps/0074-deprecate-pipelineresources.md) and features replacing `PipelineResources` become available Closes tektoncd#4344.
Few things.
Other that this +:100: 🎉 |
When we [released Tekton Pipelines Beta in March 2020](https://github.com/tektoncd/pipeline/releases/tag/v0.11.0), we [decided not to make `PipelineResources` Beta](https://github.com/tektoncd/pipeline/blob/e76d4132ab2ecfbedc45a964f08a01022e2d4c14/docs/resources.md#why-arent-pipelineresources-in-beta). In [TEP-0074](https://github.com/tektoncd/community/blob/main/teps/0074-deprecate-pipelineresources.md), we decided to officially deprecate `PipelineResources`. This change announces, documents and warns about the deprecation of `PipelineResources`. Follow-on work includes: - Replace `PipelineResources` from the tutorial - tektoncd#3705 - Replace `PipelineResources` from the examples and documentation - tektoncd#4375 - Continue updating the documentation as work progresses on [TEP-0074](https://github.com/tektoncd/community/blob/main/teps/0074-deprecate-pipelineresources.md) and features replacing `PipelineResources` become available Closes tektoncd#4344.
When we [released Tekton Pipelines Beta in March 2020](https://github.com/tektoncd/pipeline/releases/tag/v0.11.0), we [decided not to make `PipelineResources` Beta](https://github.com/tektoncd/pipeline/blob/e76d4132ab2ecfbedc45a964f08a01022e2d4c14/docs/resources.md#why-arent-pipelineresources-in-beta). In [TEP-0074](https://github.com/tektoncd/community/blob/main/teps/0074-deprecate-pipelineresources.md), we decided to officially deprecate `PipelineResources`. This change announces, documents and warns about the deprecation of `PipelineResources`. Follow-on work includes: - Replace `PipelineResources` from the tutorial - #3705 - Replace `PipelineResources` from the examples and documentation - #4375 - Continue updating the documentation as work progresses on [TEP-0074](https://github.com/tektoncd/community/blob/main/teps/0074-deprecate-pipelineresources.md) and features replacing `PipelineResources` become available Closes #4344.
Just freezing this in advance b/c we need to do this even if it goes stale: /lifecycle frozen |
/assign @geriom |
@dibyom: GitHub didn't allow me to assign the following users: geriom. Note that only tektoncd members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Commenting so I can be assigned to this issue. |
We no longer have the reference to
@jerop Does that mean we close this issue? |
@geriom sounds good, thank you for working on this issue! |
Maybe we can move examples with pipelineresources out of examples and into test/yamls -- this way they will still be tested but not act as documentation of how to do things |
There are still some examples in docs that are using pipelineResources: https://github.com/tektoncd/pipeline/blob/main/docs/tasks.md#code-examples We might also want to change the examples used for tests that we recommend people look at: https://github.com/tektoncd/pipeline/blob/main/examples/README.md#examples |
Today, some examples and references in documentation use
PipelineResources
. However, we recently deprecatedPipelineResources
. For more information about the deprecation, see TEP-0074.We need to update the examples and references in documentation to use
Tasks
and other replacement features instead ofPipelineResources
.Related Issues:
The text was updated successfully, but these errors were encountered: