tektoncd / results

Long term storage of execution results.
Apache License 2.0
78 stars 74 forks source link

Bump github.com/tektoncd/cli from 0.29.0 to 0.30.1 #431

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/tektoncd/cli from 0.29.0 to 0.30.1.

Release notes

Sourced from github.com/tektoncd/cli's releases.

v0.30.1 Bug Fix Release πŸŽ‰

In this release, we fixed the TaskRuns delete command which was not deleting the completed TaskRuns associated with completed PipelineRuns.

Changelog πŸ“‹

Fixes πŸ›

Thanks β™₯️

v0.30.0 Release πŸŽ‰

This release comes with support for v1 CRDs of Pipeline, PipelineRun, Task and TaskRun. This is an LTS release with Pipelines v0.44.0 and Triggers v0.23.0 spec fields, Chains v0.15.0 features and Hub v1.12.1 CLI. In this release, support added for object type params in start and describe commands. Also, there are few deprecations done with respect to PipelineResources and ClusterTasks which are mentioned in deprecation notice and one breaking change regarding PipelineResources, lot of dependency bumps and few bug fixes.

Deprecation Notice ⚠️

  • ClusterTask commands are now marked deprecated, will be removed ones it is removed from API.
  • tkn task create command is marked deprecated as ClusterTask is deprecated.
  • Flags -i and -o for providing input and output resources respectively in tkn task start command are deprecated as v1 does not support pipelineresources.
  • Flag -r for providing resources in tkn pipeline start command are deprecated as v1 does not support pipelineresources.
    • #1959 Add deprecations for resources and clustertask

Removal Notice 🚨

  • Remove support for cluster and cloudevent pipeline resources
    • #1876 Remove cluster and cloudevent pipelineresource

ChangeLog πŸ“‹

Features ✨

  • #1873 Add v1 support for task and pipeline list
  • #1898 Add v1 support for taskrun list
  • #1915 Bump pipelinerun list command for v1 CRDs
  • #1906 Add v1 support for taskrun and pipelinerun cancel
  • #1918 Add v1 support for delete command
  • #1930 Move pipeline describe to v1 CRDs
  • #1936 Add support for v1 CRD in export cmd
  • #1941 Move pr desc to v1 CRDs
  • #1943 Migrate task describe command from v1beta1 to v1
  • #1944 Move taskrun describe to v1 CRD
  • #1953 Make task and clustertask start commands to work with v1 apis
  • #1954 Make pipeline start commands to work with v1 apis
  • #1955 Make changes in clustertask describe
  • #1958 Add test and make dry-run output for start cmd compatible with v1
  • #1961 Add support for v1 CRD in taskrun logs

... (truncated)

Commits
  • 44f03ca New version v0.30.1
  • ba97eac Fix tkn tr delete command not deleting trs of completed pr
  • 3426b6a New version v0.30.0
  • 19bd5d6 Bump to go 1.18
  • e4d65a6 Bump github.com/golangci/golangci-lint from 1.52.1 to 1.52.2 in /tools
  • 5aae92f Move e2e test to pipeline 0.44 and v1 resources
  • 4f7ee9a Add v1 support for pr logs
  • ceca3dc Add support for v1 CRD in taskrun logs
  • d8f34da Add deprecations for resources and clustertask
  • 8b7b561 Add test and fix dry-run output for start cmd
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
tekton-robot commented 1 year ago

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
khrm commented 1 year ago

/release-note-none

tekton-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please ask for approval from enarha after the PR has been reviewed.

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

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/tektoncd/results/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
tekton-robot commented 1 year ago

@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-tekton-results-unit-tests b345ab37f4123e9039a2c9b2c3e0bf5b3689e0f1 link true /test tekton-results-unit-tests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
dependabot[bot] commented 1 year ago

Superseded by #466.