-
Notifications
You must be signed in to change notification settings - Fork 250
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
Bump Knative/K8s dependencies #1198
Conversation
This depends on:
|
At least the unit test failures here should be fixed by: tektoncd/pipeline#3328 |
301fdb0
to
1d94231
Compare
I am hoping that tektoncd/pipeline#3348 fixes the manifestation of the new |
Alright, it does... |
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.
/hold cancel |
go.mod
Outdated
github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4 | ||
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c | ||
github.com/jonboulle/clockwork v0.1.1-0.20190114141812-62fb9bc030d1 | ||
github.com/ktr0731/go-fuzzyfinder v0.2.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/tektoncd/pipeline v0.16.3 | ||
github.com/tektoncd/pipeline v0.17.1-0.20201006183654-1710b688c023 |
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.
is it fine to bump to a commit in master branch, we may need first to bump to 0.17 branch and then do the release based on 0.17.x
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 think it's fine, we don't necessary need to do a release for each pipeline release. but, to be discussed
go.mod
Outdated
@@ -42,10 +42,16 @@ replace ( | |||
github.com/spf13/cobra => github.com/chmouel/cobra v0.0.0-20200107083527-379e7a80af0c | |||
) | |||
|
|||
// Pin k8s deps to 0.17.6 | |||
// TODO(mattmoor): DO NOT SUBMIT |
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.
WIP /hold
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.
FWIW, we have a Github action that will flag DO NOT SUBMIT
lines and add a failing check to the PR.
Happy to send y'all a PR with that if you have any interest? @vdemeester @imjasonh @bobcatfish @afrittoli
/hold |
/hold We need to merge the upstream PRs, this is working off my fork! |
/hold cancel Alright, I believe all of the dependent PRs have landed and this is RFAL. |
/assign @danielhelfand @chmouel @vdemeester |
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'll let one more set of eyes take a look, but looks good to me.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danielhelfand, 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 |
@danielhelfand fwiw, @vdemeester had a look above before my upstream PRs landed (and I dealt with merge conflicts). |
cc @n3wscott reviewed a lot of the Knative 0.18 migration PRs |
/lgtm |
#1194 | [Daniel Helfand] update README to v0.13.0 | 2020/09/30-22:18 #1196 | [Chmouel Boudjnah] Update OSX instruction to install from brew 🍻 | 2020/10/02-11:36 #1197 | [Daniel Helfand] reorganize release process docs and add details | 2020/10/07-07:26 #1192 | [Daniel Helfand] add eventlistener logs command | 2020/10/07-08:00 #1198 | [Matt Moore] Bump Knative/K8s dependencies | 2020/10/08-00:34 #1201 | [Daniel Helfand] avoid use of previous TaskRunSpecStatus and PipelineRunSpecStatus | 2020/10/13-17:32 #1205 | [Daniel Helfand] remove assertions to help with debugging eventlistener e2e failures | 2020/10/20-07:27 #1207 | [Piyush Garg] tkn pr describe failing in pr with conditions | 2020/10/20-08:57 #1189 | [Daniel Helfand] refactor pipelinerun and taskrun cancel err based on condition status | 2020/10/20-09:15 #1189 | [Daniel Helfand] add pipelinerun and taskrun cancel e2e tests | 2020/10/20-09:15 null | [Daniel Helfand] common way of referring to tekton resources in user facing messages: EventListener | 2020/10/21-07:21 null | [Daniel Helfand] common way of referring to tekton resources in user facing messages: TriggerBinding | 2020/10/21-08:00 Signed-off-by: Piyush Garg <[email protected]>
This bumps triggers to 0.9.1 For pipeline its already taken care in [tektoncd#1198](tektoncd#1198) Note: takes care of deprecations will need to clean after deprecations are not support Signed-off-by: Pradeep Kumar <[email protected]>
This bumps triggers to 0.9.1 For pipeline its already taken care in [#1198](#1198) Note: takes care of deprecations will need to clean after deprecations are not support Signed-off-by: Pradeep Kumar <[email protected]>
Changes
This incorporates the breaking changes from K8s 1.18 client libs through cli.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make check
make generated
See the contribution guide
for more details.
Release Notes
/hold