Qaif Shaikh

Results 25 comments of Qaif Shaikh

Can we get some help to merge this @cjwagner?

@spiffxp can you help out here?

It seems tektoncd/pipeline deprecated the support for [conditions](https://github.com/tektoncd/pipeline/blob/v0.36.0/pkg/apis/pipeline/v1beta1/condition_types.go) in `v1beta1`. But recently they completely removed it before releasing support for `v1` Here's the issue that discusses it: https://github.com/tektoncd/pipeline/issues/3377 And this...

Hmm 🤔 Being a noob, I'm not sure what's wrong here! I'd appreciate a review or feedback, please :) cc @eddycharly @olemarkus

> @qaifshaikh are you trying to replace v1alpha1 with v1beta1 ? Or to support both ? Yes @eddycharly , replacing **pipeline** `v1alpha1` with `v1beta1` but we need to keep the...

Well they just got rid of a bunch of resources in https://github.com/tektoncd/pipeline/releases/tag/v0.38.0 ```Action required: v1alpha1 versions of Task, ClusterTask, TaskRun, Pipeline, and PipelineRun have been removed. Please use v1beta1 versions...

`v1` is currently out after `v0.37.0` and it removes all dependencies with `v1alpha`. So we won't be needing it all. Especially since its been deprecated and removed from the upstream...

@eddycharly any chance we can merge the PR this week? 🙏🏻

@alvaroaleman `v1` was released a few weeks ago and was not completely stable and tekton added 2 patches in the following week for bug fixes. I'm planning on doing a...