-
Notifications
You must be signed in to change notification settings - Fork 122
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
Upgrade to Tekton version 0.14.0 #216
Conversation
I ran the end-to-end tests successfully for the Tekton The |
/lgtm |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: animeshsingh 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 |
Tekton has just released version
0.14.0
which implements support forfinally
:✨ implementing pipeline level finally (tektoncd/pipelines#2661)
Users can now specify Tasks within a Pipeline that will always execute, even if Tasks fail, via the new finally clause
✨ adding finally type (without implementation) at the pipeline level (tektoncd/pipelines#2650)
Introducing a new clause under pipeline named finally where users can specify a list of tasks that will always execute, even if pipeline tasks fail. Adding a new type and its validation here, stay tuned for this functionality. Without implementing the functionality, a list of tasks under finally are validated but not executed at all.
This PR proposes to upgrade our supported/required Tekton version from
0.13.0
to0.14.0
.Marking this PR as [WIP] while I upgrade my Tekton cluster and run the full set of E2E tests to make sure there are no issues.
/cc @Tomcli @animeshsingh