tektoncd / experimental

Experimental Tekton Components
Apache License 2.0
100 stars 121 forks source link

[PiP] Bump to pipeline v0.49.0. #945

Closed fische closed 1 year ago

fische commented 1 year ago

Changes

The Pipelines-in-Pipelines controller is currently still depending on github.com/tektoncd/pipeline v0.20.0 and only works with the old Runs resources. This means it basically can't be used with recent versions of Tekton, as they use the new CustomRun resource.

This PR addresses this, by bumping this dependency to v0.49.0 and change the use of v1alpha1.Run to v1beta1.CustomRun.

I'm planning on opening separate PRs to support v1.PipelineRun and bring back support for podTemplate.

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you review them:

See the contribution guide for more details.

linux-foundation-easycla[bot] commented 1 year ago

CLA Missing ID CLA Not Signed

tekton-robot commented 1 year ago

Hi @fische. Thanks for your PR.

I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
linux-foundation-easycla[bot] commented 1 year ago

CLA Missing ID CLA Not Signed

afrittoli commented 1 year ago

/ok-to-test

afrittoli commented 1 year ago

@fische Thank you for this! I hope to have this functionality in tree eventually, but in the meanwhile it'd be great to have this controller in shape, much appreciated!

tekton-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afrittoli

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[pipelines-in-pipelines/OWNERS](https://github.com/tektoncd/experimental/blob/main/pipelines-in-pipelines/OWNERS)~~ [afrittoli] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment