Skip to content

Commit

Permalink
Bump components and clustertasks for v0.68.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-garg authored and tekton-robot committed Aug 29, 2023
1 parent b202ba4 commit f974f4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ pipeline:
version: v0.50.1
pipelines-as-code:
github: openshift-pipelines/pipelines-as-code
version: v0.19.4
version: v0.20.0
results:
github: tektoncd/results
version: v0.7.0
triggers:
github: tektoncd/triggers
version: v0.24.1
version: v0.25.0
2 changes: 1 addition & 1 deletion hack/openshift/fetch-tektoncd-catalog-tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ declare -A TEKTON_CATALOG_TASKS=(
["git-clone"]="0.9"
["kn"]="0.2"
["kn-apply"]="0.2"
["skopeo-copy"]="0.2"
["skopeo-copy"]="0.3"
["tkn"]="0.4"
# Those tasks are managed directly in the repository
# ["buildah"]="0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,12 @@ spec:
### Components
- Tekton Pipelines: v0.47.0
- Tekton Triggers: v0.24.0
- Pipelines as Code: 0.19.1
- Tekton Chains: v0.16.0
- Tekton Pipelines: v0.50.1
- Tekton Triggers: v0.25.0
- Pipelines as Code: 0.20.0
- Tekton Chains: v0.17.0
- Tekton Hub (tech-preview): v1.13.0
- Tekton Results (tech-preview): v0.6.0
- Tekton Results (tech-preview): v0.7.0
## Getting Started
In order to get familiar with _OpenShift Pipelines_ concepts and create your first pipeline, follow the [OpenShift Pipelines Docs](https://docs.openshift.com/container-platform/OPENSHIFT_DOCS_VERSION/cicd/pipelines/creating-applications-with-cicd-pipelines.html).
Expand Down

0 comments on commit f974f4d

Please sign in to comment.