chore: deprecate git-clone and golang tasks/stepactions - #1376
Merged
Conversation
These resources now live in dedicated repositories with proper releases in the tektoncd-catalog organization: - git-clone Task/StepAction -> tektoncd-catalog/git-clone - golang-build, golang-test Tasks -> tektoncd-catalog/golang Mark the latest versions deprecated via the tekton.dev/deprecated annotation (now honored by Artifact Hub, see artifacthub/hub#4774) and add migration notes to their READMEs pointing to the new repositories and their Artifact Hub entries. Older versions were already deprecated. Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
vinamra28
approved these changes
Jun 8, 2026
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vinamra28 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Member
|
/lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
These resources now live in dedicated repositories with proper releases in the
tektoncd-catalogorganization, so theversions here are marked deprecated to steer users to the maintained ones:
task/git-clone/0.10stepaction/git-clone/0.2task/golang-build/0.3task/golang-test/0.2For each, this PR:
tekton.dev/deprecated: "true"annotation to the latest version(older versions were already deprecated, so all versions are now
deprecated). This annotation is now honored by Artifact Hub
(see artifacthub/hub#4774),
which surfaces a deprecated badge.
README.mdlinking to the successorrepository and its Artifact Hub entry.
Per TEP-0003, "deprecated" keeps the resource available and tested but
read-only — this matches the "taken over by another one" deprecation case.
golangci-lintandgolang-fuzzare intentionally left as-is: they have noequivalent in the new
tektoncd-catalog/golangrepository (andgolang-fuzzwas already deprecated).
Submitter Checklist
/kind cleanup<kind>/<name>/<version>/name.yamlREADME.mdat<kind>/<name>/<version>/README.mdmetadata.labels-app.kubernetes.io/versionmetadata.annotationstekton.dev/pipelines.minVersionspec.descriptionfollows the convention/kind cleanup