Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ chains:
version: v0.29.0
dashboard:
github: tektoncd/dashboard
version: v0.70.0
version: v0.71.0
manual-approval-gate:
github: openshift-pipelines/manual-approval-gate
version: v0.9.0
Expand All @@ -15,7 +15,7 @@ pipeline:
version: v1.15.0
pipelines-as-code:
github: tektoncd/pipelines-as-code
version: v0.49.0
version: v0.50.0
pruner:
github: tektoncd/pruner
version: v0.4.1
Expand All @@ -30,4 +30,4 @@ syncer-service:
version: v0.1.0
triggers:
github: tektoncd/triggers
version: v0.36.0
version: v0.37.0
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ spec:
### Components

- Tekton Pipelines: v1.15.0
- Tekton Triggers: v0.36.0
- Pipelines as Code: v0.49.0
- Tekton Triggers: v0.37.0
- Pipelines as Code: v0.50.0
- Tekton Chains: v0.29.0
- Tekton Results (tech-preview): v0.20.0
- Manual Approval Gate (tech-preview): v0.9.0
Expand Down
Loading