From f974f4dea794ea644a150056d3878ee4bff0c142 Mon Sep 17 00:00:00 2001 From: Piyush Garg Date: Tue, 29 Aug 2023 10:56:13 +0530 Subject: [PATCH] Bump components and clustertasks for v0.68.0 release --- components.yaml | 4 ++-- hack/openshift/fetch-tektoncd-catalog-tasks.sh | 2 +- ...nes-operator-rh.clusterserviceversion.template.yaml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components.yaml b/components.yaml index 0d1b385ee5..a442819019 100644 --- a/components.yaml +++ b/components.yaml @@ -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 diff --git a/hack/openshift/fetch-tektoncd-catalog-tasks.sh b/hack/openshift/fetch-tektoncd-catalog-tasks.sh index 3453c2b6cb..60bccdee6d 100755 --- a/hack/openshift/fetch-tektoncd-catalog-tasks.sh +++ b/hack/openshift/fetch-tektoncd-catalog-tasks.sh @@ -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" diff --git a/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml b/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml index d5d3c60968..1ea6d32ece 100644 --- a/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml +++ b/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml @@ -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).