Skip to content
Open
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
3 changes: 2 additions & 1 deletion bump-output.txt
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions commit-message.txt
Original file line number Diff line number Diff line change
@@ -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 <tekton-bot@users.noreply.github.com>
4 changes: 2 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
Expand Down
17 changes: 12 additions & 5 deletions pr-body.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down
Loading