v0.27.2
Pipelines as Code version v0.27.2
OpenShift Pipelines as Code v0.27.2 has been released 🥳
This minor release address mainly a regression on the {{ event_type }}
variable which was previously changed to different type of comments depending of the gitops comment (for example retest-all would be set when the user issue a /retest) it is now reply as before to {{ pull_request }}
to not break pipelinerun who were relying on it.
Installation
To install this version you can install the release.yaml with kubectl
for your platform :
Openshift
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.27.2/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.27.2/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-27-2.pipelines-as-code.pages.dev
Changelog
- b466ac7: Add log for TestGHPullRequestConcurrencyMultiplePR (@chmouel)
- 4f338ba: Bump docker/build-push-action from 5.4.0 to 6.0.0 (@dependabot[bot])
- dc5b23e: Bump docker/build-push-action from 6.0.0 to 6.1.0 (@dependabot[bot])
- 7bd9ed0: Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (@dependabot[bot])
- 8b04645: Bump ko-build/setup-ko from 0.6 to 0.7 (@dependabot[bot])
- afeee53: Implement GetTaskURI for GitLab provider (@chmouel)
- d149fa8: Replace deprecated GetMergeRequestChanges function ( <>)
- 35d7f7c: Tweak the non-matching pipelinerun test (@enarha)
- 639d92c: Update resolver.md (@yuzp1996)
- 24cc9ce: feat(docs): use /dev/random for generating secrets (@chmouel)
- f80c589: feat: Allow non-admin users to get install info (@chmouel)
- 7663fb1: fix: Correct event-type setting for on-comment prs (@chmouel)
- be424e4: fix: Revert GitOps event_type to pull_request (@chmouel)
- 9cd8ba8: move to upstream ruff image (@chmouel)
- 5fb31b5: update goreleaser to version 2 (@chmouel)