-
Notifications
You must be signed in to change notification settings - Fork 160
Upgraded Tekton Pipeline from v0.61.0 to v1.6.0 LTS #548
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
Upgraded Tekton Pipeline from v0.61.0 to v1.6.0 LTS #548
Conversation
…n-gh-enterprise Fix Tide automatic retrigger to use configured GitHub host
✅ Deploy Preview for k8s-prow ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hi @prad9192. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
| trap cleanup SIGINT SIGTERM EXIT | ||
| echo process started | ||
| sleep infinity & | ||
| sleep 9999 & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed this for macOS compatibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be better to just do this in its own PR, but this is a pretty small change and just a couple lines, so probably no harm in including it here.
| Named(fmt.Sprintf("crier_%s", reporter.GetName())). | ||
| For(&prowv1.ProwJob{}). | ||
| WithOptions(controller.Options{MaxConcurrentReconciles: numWorkers, | ||
| RateLimiter: workqueue.DefaultControllerRateLimiter()}). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecated hence using the new method - https://pkg.go.dev/k8s.io/[email protected]/util/workqueue#DefaultTypedControllerRateLimiter
|
Looks fine to me. The only question would be k8s skew version with the newer dependencies, but I think everything should be updated to be within an acceptable range of this anyway. /lgtm |
|
/ok-to-test |
|
Hello @stmcginnis |
|
/cc |
petr-muller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love that you added a new integration test, thanks!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: petr-muller, prad9192 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:
Approvers can indicate their approval by writing |
What
Upgraded Tekton Pipeline from v0.61.0 to v1.6.0 LTS. Upgraded controller-runtime from v0.18.5 to v0.20.1 and k8s.io dependencies from v0.30.1 to v0.32.x. Added integration testing infrastructure for Tekton Pipeline controller.
Why
Tekton v1.6.0 LTS requires k8s.io v0.32.x dependencies, which forced controller-runtime upgrade to v0.20.1.