diff --git a/bump-output.txt b/bump-output.txt index 37eb9f726c..84bf8567dc 100644 --- a/bump-output.txt +++ b/bump-output.txt @@ -1,3 +1,4 @@ BUMP_UPDATES_START -results|v0.17.1|v0.17.2|tektoncd/results +hub|v1.23.5|v1.23.6|tektoncd/hub +pipelines-as-code|v0.39.3|v0.40.0|openshift-pipelines/pipelines-as-code BUMP_UPDATES_END diff --git a/commit-message.txt b/commit-message.txt index 5bae9b68d8..b6e8371e53 100644 --- a/commit-message.txt +++ b/commit-message.txt @@ -1,5 +1,6 @@ -chore: bump results from v0.17.1 to v0.17.2 +chore: bump component versions -- results: v0.17.1 → v0.17.2 +- hub: v1.23.5 → v1.23.6 +- pipelines-as-code: v0.39.3 → v0.40.0 Signed-off-by: tekton-bot diff --git a/components.yaml b/components.yaml index 0e3fb4a843..7e29404c06 100644 --- a/components.yaml +++ b/components.yaml @@ -6,7 +6,7 @@ dashboard: version: v0.64.0 hub: github: tektoncd/hub - version: v1.23.5 + version: v1.23.6 manual-approval-gate: github: openshift-pipelines/manual-approval-gate version: v0.7.0 @@ -15,7 +15,7 @@ pipeline: version: v1.7.0 pipelines-as-code: github: openshift-pipelines/pipelines-as-code - version: v0.39.3 + version: v0.40.0 pruner: github: tektoncd/pruner version: v0.3.5 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 4b11aa5801..edcfe2b66e 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 @@ -332,9 +332,9 @@ spec: - Tekton Pipelines: v1.7.0 - Tekton Triggers: v0.34.0 - - Pipelines as Code: v0.39.3 + - Pipelines as Code: v0.40.0 - Tekton Chains: v0.26.0 - - Tekton Hub (tech-preview): v1.23.5 + - Tekton Hub (tech-preview): v1.23.6 - Tekton Results (tech-preview): v0.17.2 - Manual Approval Gate (tech-preview): v0.7.0 - Tekton Pruner: v0.3.5 diff --git a/pr-body.txt b/pr-body.txt index 7a32abc1db..6d2f0a5f30 100644 --- a/pr-body.txt +++ b/pr-body.txt @@ -2,12 +2,19 @@ This PR updates the following component versions: -### results +### hub -- **Previous version:** `v0.17.1` -- **New version:** `v0.17.2` -- **Repository:** [tektoncd/results](https://github.com/tektoncd/results) -- **Release notes:** [v0.17.1...v0.17.2](https://github.com/tektoncd/results/compare/v0.17.1...v0.17.2) +- **Previous version:** `v1.23.5` +- **New version:** `v1.23.6` +- **Repository:** [tektoncd/hub](https://github.com/tektoncd/hub) +- **Release notes:** [v1.23.5...v1.23.6](https://github.com/tektoncd/hub/compare/v1.23.5...v1.23.6) + +### pipelines-as-code + +- **Previous version:** `v0.39.3` +- **New version:** `v0.40.0` +- **Repository:** [openshift-pipelines/pipelines-as-code](https://github.com/openshift-pipelines/pipelines-as-code) +- **Release notes:** [v0.39.3...v0.40.0](https://github.com/openshift-pipelines/pipelines-as-code/compare/v0.39.3...v0.40.0) ---