-
Notifications
You must be signed in to change notification settings - Fork 253
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
update deps - k8s deps are now v0.19.7 #1298
Conversation
Hi @dprotaso. 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 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/test-infra repository. |
/ok-to-test |
sorry - a dependency changed the case of a folder - i'll push that |
00af37b
to
b06474c
Compare
I realize theres some deprecated properties the triggers api that have been removed. I'll probably delay this PR given someone's already working on the bump #1295 I'll rebase with the k8s bump |
This is ready for a look now that a CLI release has been cut |
/hold cancel |
Sure. Is there a reason why you don't have prow squash commits (ie. change the prow config here) |
- use tektons/pipeline fakecontext helper - golden files updated - fix ordering issues introduced with k8s client-go.ObjectTracker using a map instead of an array - use replacement package (golang/x/term) to address deprecation
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: piyush-garg, vdemeester 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 |
#1301 | [Piyush Garg] Update readme for tkn 0.16.0 | 2021/02/09-13:39 #1298 | [Dave Protasowski] bump deps & k8s is now @ 0.19.7 | 2021/02/10-07:04 #1306 | [06kellyjac] Use tkn pipeline start instead of kubectl create | 2021/02/11-11:54 #1303 | [Chmouel Boudjnah] Fix crash with pipeline describe when using inline taskSpec | 2021/02/16-12:25 #1305 | [06kellyjac] Add nix/nixos install instructions | 2021/02/16-18:07 #1315 | [Yulia Gaponenko] Fix eventListener e2e test with new RBAC permissions | 2021/03/09-18:11 #1316 | [Vincent Demeester] Rename master branch to main 🧙 | 2021/03/10-14:55 #1316 | [Vincent Demeester] Fix plumbing "main" branch reference | 2021/03/10-14:55 #1316 | [Vincent Demeester] Temporarly disable TestClusterTaskInteractiveStartE2E | 2021/03/10-14:55 #1318 | [Nikhil Thomas] Fix Typos | 2021/03/11-09:32 null | [Vincent Demeester] Bump triggers and pipeline to latest releases 🥍 | 2021/03/11-12:55 null | [Pradeep Kumar] master -> main in release.sh | 2021/03/11-14:31 null | [Pradeep Kumar] fix release script | 2021/03/11-17:00 null | [Pradeep Kumar] correct path in release.sh | 2021/03/11-17:28 null | [Pradeep Kumar] increase golint timeout | 2021/03/12-05:45 Signed-off-by: Pradeep Kumar <[email protected]>
This is bumping tekton deps to the latest
We've dropped
replace
directives for k8s deps upstream (knative & tekton) so they shouldn't require manual updates anymore./kind cleanup
/hold - there's breaking changes in trigger so i'll wait for that to be resolved prior to bumping k8s deps