-
Notifications
You must be signed in to change notification settings - Fork 139
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
deps: update tekton to latest versions #1753
Conversation
/kind techdebt |
Fixes: knative#1716 Signed-off-by: Lance Ball <lball@redhat.com>
Signed-off-by: Lance Ball <lball@redhat.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1753 +/- ##
==========================================
+ Coverage 62.38% 62.57% +0.19%
==========================================
Files 98 99 +1
Lines 13066 13213 +147
==========================================
+ Hits 8151 8268 +117
- Misses 4130 4151 +21
- Partials 785 794 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
@lance this probably requires Go higher than 1.18. I think |
Hi @lance maybe we could upgrade CI scripts as well and see how it goes... https://github.com/knative/func/blob/main/hack/tekton.sh#L25 |
btw it works fine with OSH Pipelines 1.10 |
Signed-off-by: Lance Ball <lball@redhat.com>
Signed-off-by: Lance Ball <lball@redhat.com>
Signed-off-by: Lance Ball <lball@redhat.com>
/approve /hold for others |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lance, matejvasek 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 |
@knative/func-reviewers ptal |
/unhold |
@lance you might need to override the linter |
/override "style / suggester / shell" |
@lance: Overrode contexts on behalf of lance: style / suggester / shell In response to this:
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. |
/override "style / suggester / github_actions" |
@lance: Overrode contexts on behalf of lance: style / suggester / github_actions In response to this:
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. |
Fixes: knative#1716 Signed-off-by: Lance Ball <lball@redhat.com> Signed-off-by: Matej Vasek <mvasek@redhat.com>
Fixes: knative#1716 Signed-off-by: Lance Ball <lball@redhat.com> Signed-off-by: Matej Vasek <mvasek@redhat.com>
* deps: update tekton to latest versions (knative#1753) Fixes: knative#1716 Signed-off-by: Lance Ball <lball@redhat.com> Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: update CI Go version Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: update golangci-lit version Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: update github.com/tektoncd/cli Signed-off-by: Matej Vasek <mvasek@redhat.com> * fixup: delete replacement of tekton lib version Signed-off-by: Matej Vasek <mvasek@redhat.com> --------- Signed-off-by: Lance Ball <lball@redhat.com> Signed-off-by: Matej Vasek <mvasek@redhat.com>
Changes
Fixes: #1716
tekton/cli
andtekton/pipelines
to 0.31.0 and 0.47.0 respectively./cc @jrangelramos