v0.33.2
Pipelines as Code version v0.33.2
OpenShift Pipelines as Code v0.33.2 has been released 🥳
Notable Changes
This is a bug-fix release providing below fixes:
- Fix: PLR Definition Issue When Provenance is Set in GitLab (#1948)
- Invalidate ok-to-test command on pushed commits (#1980)
- PAC controller crash on empty changes in BDC (#2070)
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.33.2/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.33.2/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-33-2.pipelines-as-code.pages.dev
Changelog
- a6ddad4: Fix: PLR Definition Issue When Provenance is Set in GitLab (@zakisk)
- 031011b: Invalidate ok-to-test command on pushed commits (@zakisk)
- aeb8aed: Release yaml generated from 9deac10 for release v0.33.1 ( <>)
- cfac235: fix: Delete Gitea Cluster Task from E2E (@zakisk)
- e9febd3: fix: PAC controller crash on empty changes in BDC (@zakisk)
- ab853a5: fix: update pull_request_target to pull_request (@chmouel)