Skip to content

Cancel PipelineRuns using Cancelled status#1554

Merged
tekton-robot merged 1 commit into
tektoncd:mainfrom
vinamra28:handle-cancellation
Apr 12, 2022
Merged

Cancel PipelineRuns using Cancelled status#1554
tekton-robot merged 1 commit into
tektoncd:mainfrom
vinamra28:handle-cancellation

Conversation

@vinamra28
Copy link
Copy Markdown
Member

Changes

With TEP-0058, PipelineRunCancelled was deprecated and was replaced by
Cancelled. Cancelled is still behind feature flag but it's behaviour
resembles with PipelineRunCancelled.

In this patch, we'll first try to cancel the PipelineRun with Cancelled
status, if it fails with the error: feature flags needs to be enabled,
then try cancelling with the deprecated status in order to make it
backward compatible.

closes #1553

Signed-off-by: vinamra28 jvinamra776@gmail.com

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes tests (if functionality changed/added)
  • Run the code checkers with make check
  • Regenerate the manpages, docs and go formatting with make generated
  • Commit messages follow commit message best practices

See the contribution guide
for more details.

Release Notes

Cancel the PipelineRuns with Cancelled status instead of PipelineRunCancelled as it's deprecated.

With TEP-0058, PipelineRunCancelled was deprecated and was replaced by
Cancelled. Cancelled is still behind feature flag but it's behaviour
resembles with PipelineRunCancelled.

In this patch, we'll first try to cancel the PipelineRun with Cancelled
status, if it fails with the error: feature flags needs to be enabled,
then try cancelling with the deprecated status.

Signed-off-by: vinamra28 <jvinamra776@gmail.com>
@tekton-robot tekton-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Apr 8, 2022
@tekton-robot tekton-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Apr 8, 2022
@tekton-robot
Copy link
Copy Markdown
Contributor

The following is the coverage report on the affected files.
Say /test pull-tekton-cli-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/cmd/pipelinerun/cancel.go 96.2% 85.3% -10.9

@vinamra28
Copy link
Copy Markdown
Member Author

/retest

Copy link
Copy Markdown
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/retest

@tekton-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vdemeester

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 11, 2022
@vinamra28
Copy link
Copy Markdown
Member Author

/retest

@piyush-garg
Copy link
Copy Markdown
Contributor

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 12, 2022
@vinamra28
Copy link
Copy Markdown
Member Author

/retest

1 similar comment
@vinamra28
Copy link
Copy Markdown
Member Author

/retest

@tekton-robot tekton-robot merged commit 75edee4 into tektoncd:main Apr 12, 2022
@vinamra28 vinamra28 deleted the handle-cancellation branch April 12, 2022 14:16
pradeepitm12 added a commit that referenced this pull request Jun 6, 2022
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26
#1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50
#1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26
null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15
#1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44
#1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44
#1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12
#1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16
#1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49
#1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49
null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49
null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47
null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41
null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49
null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26
null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24
null | [Pradeep Kumar] fix go test | 2022/06/01-17:24
null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25
null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45
null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45
null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45
null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45
null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45
null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45
null | [Shubham] Get rid of antlr | 2022/06/03-15:45
null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58
null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19
null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19
null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
pradeepitm12 added a commit that referenced this pull request Jun 6, 2022
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26
#1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50
#1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26
null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15
#1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44
#1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44
#1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12
#1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16
#1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49
#1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49
null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49
null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47
null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41
null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49
null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26
null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24
null | [Pradeep Kumar] fix go test | 2022/06/01-17:24
null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25
null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45
null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45
null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45
null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45
null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45
null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45
null | [Shubham] Get rid of antlr | 2022/06/03-15:45
null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58
null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19
null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19
null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
pradeepitm12 added a commit that referenced this pull request Jun 6, 2022
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26
#1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50
#1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26
null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15
#1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44
#1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44
#1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12
#1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16
#1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49
#1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49
null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49
null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47
null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41
null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49
null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26
null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24
null | [Pradeep Kumar] fix go test | 2022/06/01-17:24
null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25
null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45
null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45
null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45
null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45
null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45
null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45
null | [Shubham] Get rid of antlr | 2022/06/03-15:45
null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58
null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19
null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19
null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
pradeepitm12 added a commit that referenced this pull request Jun 6, 2022
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26
#1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50
#1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26
null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15
#1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44
#1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44
#1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12
#1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16
#1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49
#1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49
null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49
null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47
null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41
null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49
null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26
null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24
null | [Pradeep Kumar] fix go test | 2022/06/01-17:24
null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25
null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45
null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45
null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45
null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45
null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45
null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45
null | [Shubham] Get rid of antlr | 2022/06/03-15:45
null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58
null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19
null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19
null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
pradeepitm12 added a commit that referenced this pull request Jun 6, 2022
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26
#1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50
#1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26
null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15
#1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44
#1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44
#1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12
#1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16
#1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49
#1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49
null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49
null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47
null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41
null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49
null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26
null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24
null | [Pradeep Kumar] fix go test | 2022/06/01-17:24
null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25
null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45
null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45
null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45
null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45
null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45
null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45
null | [Shubham] Get rid of antlr | 2022/06/03-15:45
null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58
null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19
null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19
null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
pradeepitm12 added a commit that referenced this pull request Jun 7, 2022
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26
#1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50
#1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26
null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15
#1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44
#1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44
#1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12
#1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16
#1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49
#1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49
null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49
null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47
null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41
null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49
null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26
null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24
null | [Pradeep Kumar] fix go test | 2022/06/01-17:24
null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25
null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45
null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45
null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45
null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45
null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45
null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45
null | [Shubham] Get rid of antlr | 2022/06/03-15:45
null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58
null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19
null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19
null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03
null | [Pradeep Kumar] update release script compatible with go 1.17 | 2022/06/06-14:46
null | [Shubham] Fix `tkn chains signature/payload` by version bump | 2022/06/07-06:11

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
pradeepitm12 added a commit that referenced this pull request Jun 7, 2022
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26
#1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50
#1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26
null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15
#1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44
#1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44
#1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12
#1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16
#1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49
#1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49
null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49
null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47
null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41
null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49
null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26
null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24
null | [Pradeep Kumar] fix go test | 2022/06/01-17:24
null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25
null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45
null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45
null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45
null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45
null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45
null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45
null | [Shubham] Get rid of antlr | 2022/06/03-15:45
null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58
null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19
null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19
null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03
null | [Pradeep Kumar] update release script compatible with go 1.17 | 2022/06/06-14:46
null | [Shubham] Fix `tkn chains signature/payload` by version bump | 2022/06/07-06:11

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
pradeepitm12 added a commit that referenced this pull request Jun 7, 2022
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26
#1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50
#1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26
null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15
#1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44
#1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44
#1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12
#1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16
#1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49
#1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49
null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49
null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47
null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41
null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49
null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26
null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24
null | [Pradeep Kumar] fix go test | 2022/06/01-17:24
null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25
null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45
null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45
null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45
null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45
null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45
null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45
null | [Shubham] Get rid of antlr | 2022/06/03-15:45
null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58
null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19
null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19
null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03
null | [Pradeep Kumar] update release script compatible with go 1.17 | 2022/06/06-14:46
null | [Shubham] Fix `tkn chains signature/payload` by version bump | 2022/06/07-06:11
null | [Pradeep Kumar] fix unit-test in release pipeline | 2022/06/07-08:24

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
pradeepitm12 added a commit that referenced this pull request Jun 7, 2022
#1544 | [Pradeep Kumar] update version in readme to v0.23.1 | 2022/03/25-15:26
#1545 | [Piyush Garg] Bump choco spec to v0.23.1 | 2022/03/25-17:50
#1535 | [Chmouel Boudjnah] Add available plugins to the root help | 2022/03/29-13:26
null | [Vincent Demeester] Update ROADMAP.md | 2022/03/30-16:15
#1533 | [divyansh42] Support --keep and --keep-since together in tr delete | 2022/04/05-16:44
#1533 | [divyansh42] Support --keep and --keep-since together in pr delete | 2022/04/05-16:44
#1556 | [vinamra28] Use stable pipelines release instead of nightly | 2022/04/12-14:12
#1554 | [vinamra28] Cancel PipelineRuns using Cancelled status | 2022/04/12-15:16
#1555 | [Vincent Demeester] Bump docker/docker and docker/cli dependencies | 2022/04/13-07:49
#1555 | [Vincent Demeester] Bump containerd/containerd | 2022/04/13-07:49
null | [pratap0007] Fixes pipelinerun and taskrun deletion with keep flag | 2022/04/15-06:49
null | [Piyush Garg] Add vinamra28 as owner | 2022/04/28-12:47
null | [vinamra28] Fix Pipeline integration tests | 2022/05/10-13:41
null | [Zhu Sheng Li] fix: set created time for bundle image | 2022/05/11-03:49
null | [vinamra28] Revert skipping of failed test | 2022/05/16-07:26
null | [Pradeep Kumar] dep bumps | 2022/06/01-17:24
null | [Pradeep Kumar] fix go test | 2022/06/01-17:24
null | [Vincent Demeester] Add dependabot to the repository | 2022/06/02-11:25
null | [Shubham] Set go mod compat to 1.17 | 2022/06/03-15:45
null | [Shubham] Bump chains to v0.9.0 in go.mod, go.sum | 2022/06/03-15:45
null | [Shubham] ./hack/update-deps.sh | 2022/06/03-15:45
null | [Shubham] Fix chains impl per 0.9.0 update | 2022/06/03-15:45
null | [Shubham] Replace xerrors.Errorf with fmt.Errorf | 2022/06/03-15:45
null | [Shubham] go mod tidy -go=1.16 && go mod tidy -go=1.17 | 2022/06/03-15:45
null | [Shubham] Get rid of antlr | 2022/06/03-15:45
null | [Shubham] Improve `tkn chain` log format | 2022/06/06-06:58
null | [Piyush Garg] Fix --ignore-running not working with -p/-t in delete cmd | 2022/06/06-08:19
null | [Shubham] Ignore zap logger sync error | 2022/06/06-08:19
null | [Vincent Demeester] Add label dependabot PRs ok-to-test… | 2022/06/06-09:03
null | [Pradeep Kumar] update release script compatible with go 1.17 | 2022/06/06-14:46
null | [Shubham] Fix `tkn chains signature/payload` by version bump | 2022/06/07-06:11
null | [Pradeep Kumar] fix unit-test in release pipeline | 2022/06/07-08:24
null | [Pradeep Kumar] increase storage to 1Gi | 2022/06/07-10:46

Signed-off-by: Pradeep Kumar <pradkuma@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cancel PipelineRun using Cancelled status instead of PipelineRunCancelled

4 participants