Skip to content

Commit

Permalink
[TEP-0115] Mark TEP-0115 as implemented
Browse files Browse the repository at this point in the history
This commit updates TEP-0115 to `Implemented` status.

The Tekton Hub -> Artifact Hub Migration is tracked in: tektoncd/hub#667
The Verified Catalogs Migration is scoped in [TEP-0079][tep-0079] and is tracked in: tektoncd#889

[tep-0079]: https://github.com/tektoncd/community/blob/main/teps/0079-tekton-catalog-support-tiers.md
  • Loading branch information
QuanZhang-William committed Dec 14, 2022
1 parent b4d9337 commit 0d6a1a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions teps/0115-tekton-catalog-git-based-versioning.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
status: implementable
status: implemented
title: Tekton Catalog Git-Based Versioning
creation-date: '2022-07-12'
last-updated: '2022-11-09'
last-updated: '2022-12-14'
authors:
- "@jerop"
- "@vdemeester"
Expand Down Expand Up @@ -44,6 +44,7 @@ see-also:
- [Tekton Hub Git-Based Versioning](#tekton-hub-git-based-versioning)
- [One resource per Catalog](#one-resource-per-catalog)
- [Submodules in Catalogs](#submodules-in-catalogs)
- [Implementation PRs](#implementation-prs)
- [References](#references)
<!-- /toc -->

Expand Down Expand Up @@ -784,6 +785,13 @@ We could require that each resource is defined in its own repository, then they
[submodules][submodules]. This will ensure that each resource will have its own tag, hence its own versioning.
This could be a future optimization, if needed.

## Implementation PRs

- [Git Resolver revision resolution](https://github.com/tektoncd/resolution/pull/75)
- [Artifact Hub Resolver](https://github.com/tektoncd/pipeline/pull/5666)
- [Catlin git-based validation](https://github.com/tektoncd/catlin/pull/6)
- [Artifact Hub Git-based versioning](https://github.com/artifacthub/hub/pull/2337)

## References

- Tekton Enhancement Proposals
Expand Down
2 changes: 1 addition & 1 deletion teps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ This is the complete list of Tekton teps:
|[TEP-0111](0111-propagating-workspaces.md) | Propagating Workspaces | implemented | 2022-09-16 |
|[TEP-0112](0112-replace-volumes-with-workspaces.md) | Replace Volumes with Workspaces | proposed | 2022-07-20 |
|[TEP-0114](0114-custom-tasks-beta.md) | Custom Tasks Beta | implemented | 2022-12-12 |
|[TEP-0115](0115-tekton-catalog-git-based-versioning.md) | Tekton Catalog Git-Based Versioning | implementable | 2022-11-09 |
|[TEP-0115](0115-tekton-catalog-git-based-versioning.md) | Tekton Catalog Git-Based Versioning | implemented | 2022-12-14 |
|[TEP-0116](0116-referencing-finally-task-results-in-pipeline-results.md) | Referencing Finally Task Results in Pipeline Results | implemented | 2022-08-11 |
|[TEP-0117](0117-tekton-results-logs.md) | Tekton Results Logs | implementable | 2022-10-21 |
|[TEP-0118](0118-matrix-with-explicit-combinations-of-parameters.md) | Matrix with Explicit Combinations of Parameters | implementable | 2022-08-08 |
Expand Down

0 comments on commit 0d6a1a9

Please sign in to comment.