Skip to content
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

Bump github.com/tektoncd/cli from 0.29.0 to 0.36.0 #737

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2024

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

Release notes

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

v0.36.0

Changelog

  • e0dddfbda New version v0.36.0

v0.35.1 Release 🎉

This is a patch release addressing a breaking change in triggertemplate command suite and bumping the triggers dependency to v0.26.1

ChangeLog 📋

Misc 🔨

Thanks ❤️

v0.35.0 Release 🎉

This release comes with support for Pipelines LTS v0.56.0, Triggers v0.26.0, Chains v0.20.0 and Hub v1.16.0 CLI. This add supports for tkn custom list command to list the customruns.

ChangeLog 📋

Features ✨

Misc 🔨

... (truncated)

Changelog

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

Tekton CLI Releases

Release Frequency

Tekton CLI follows the Tekton community [release policy][release-policy] as follows:

  • Versions are numbered according to semantic versioning: vX.Y.Z
  • A new release is produced on a monthly basis
  • Four releases a year are chosen for long term support (LTS). All remaining releases are supported for approximately 1 month (until the next release is produced)
    • LTS releases take place in January, April, July and October every year
    • The first Tekton CLI LTS release will be v0.30.0 in January 2023
    • Releases happen towards the middle of the month, but the exact date may vary, depending on week-ends and readiness

Tekton CLI produces nightly builds, publicly available on gcr.io/tekton-nightly.

Transition Process

Before release v0.28 Tekton CLI has worked on the basis of an undocumented support period of four months, which will be maintained for the releases between v0.26 and v0.27.

Release Process

Read about releasing the Tekton CLI in the [release process documentation] [tekton-release-process].

Further documentation available:

  • [Tekton resources][tekton-releases-docs]
  • Standard for [release notes][release-notes-standards]

Releases

v0.35 (LTS)

  • Latest Release: [v0.35.1][v0-35-1] (2024-02-13) ([docs][v0-35-1-docs])
  • Initial Release: [v0.35.0][v0-35-0] (2024-02-07) ([docs][v0-35-0-docs])
  • End of Life: 2025-02-06

v0.34

  • Latest Release: [v0.34.0][v0-34-0] (2023-01-12) ([docs][v0-34-0-docs])
  • Initial Release: [v0.34.0][v0-34-0] (2024-01-12) ([docs][v0-34-0-docs])
  • End of Life: 2024-02-11

... (truncated)

Commits
  • e0dddfb New version v0.36.0
  • 464ff8e Bump k8s.io/cli-runtime from 0.26.14 to 0.26.15
  • a915aac Bump github.com/google/go-containerregistry from 0.19.0 to 0.19.1
  • 0078998 Bump golang to 1.21 as minimum requirement
  • b3b6c68 Bump google.golang.org/protobuf from 1.32.0 to 1.33.0
  • 92e85d4 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /tools
  • ae113a3 Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3
  • cef8b41 Bump github.com/cloudevents/sdk-go/v2 from 2.14.0 to 2.15.2
  • 02c12b3 Bump github.com/docker/cli
  • ddb1456 Bump github.com/go-jose/go-jose/v3 from 3.0.2 to 3.0.3
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Used by dependabot - identifies all PRs created by dependabot label Mar 20, 2024
@tekton-robot
Copy link

@dependabot[bot]: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

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.

@tekton-robot tekton-robot added the do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. label Mar 20, 2024
@tekton-robot tekton-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Mar 20, 2024
@tekton-robot
Copy link

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. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot tekton-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Mar 20, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/tektoncd/cli-0.36.0 branch from 4f8e7a6 to e4ed6bc Compare March 26, 2024 08:38
@tekton-robot
Copy link

[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:

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

Bumps [github.com/tektoncd/cli](https://github.com/tektoncd/cli) from 0.29.0 to 0.36.0.
- [Release notes](https://github.com/tektoncd/cli/releases)
- [Changelog](https://github.com/tektoncd/cli/blob/main/releases.md)
- [Commits](tektoncd/cli@v0.29.0...v0.36.0)

---
updated-dependencies:
- dependency-name: github.com/tektoncd/cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/tektoncd/cli-0.36.0 branch from e4ed6bc to c3db011 Compare April 9, 2024 05:01
@tekton-robot tekton-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 10, 2024
@tekton-robot
Copy link

@dependabot: PR needs rebase.

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.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #755.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/tektoncd/cli-0.36.0 branch May 13, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Used by dependabot - identifies all PRs created by dependabot do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants