-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Remove deprecated PipelineRunSpecStatusCancelledDeprecated
#5022
Conversation
/hold This is on top of #5005 (which removes most of |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/test pull-tekton-pipeline-integration-tests |
9517c45
to
add0dae
Compare
The following is the coverage report on the affected files.
|
/cc @vinamra28 @tektoncd/cli-maintainers do we feel confident this won't be a huge deal for cli ? I think we supported this only recently 🙃 |
@vdemeester yep, CLI can handle this easily. |
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
since the deprecation table states that this won't be removed until July 12 (and also until this is rebased-- but I'm assuming that's why this is a draft)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lbernick 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 |
Fixes tektoncd#4611. We deprecated the original cancelled status (with the value `PipelineRunCancelled`) in tektoncd#3915, and we're now at the time for it to be removed in favor of the value `Cancelled`. Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>
add0dae
to
c7b2c0b
Compare
/hold cancel |
@lbernick Since there won't be a release between now and July 12, this should be mergeable now. |
The following is the coverage report on the affected files.
|
/retest |
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
@vinamra28: changing LGTM is restricted to collaborators 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. |
thanks @abayer! /lgtm |
Changes
Fixes #4611.
We deprecated the original cancelled status (with the value
PipelineRunCancelled
) in #3915, and we're now at the time for it to be removed in favor of the valueCancelled
.An email will be sent to tekton-dev@ alerting people to this change once it merges.
/kind cleanup
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
(if there are no user facing changes, use release note "NONE")
Release Notes