v0.33.1
Pipelines as Code version v0.33.1
OpenShift Pipelines as Code v0.33.1 has been released 🥳
Notable Changes
This is a bugfix releases providing fixes for those issues:
- Fixed PipelineRun cancelling on PR closed (#2039) SRVKP-7456
- fix Parse GitLab API URL during SetClient setup (PR #2037)
- fix PipelineRun cancel-in-progress issue when generateName is used (#2026) SRVKP-7337
- fix Triggering PipelineRun on label addition in Github PRs (#2034) SRVKP-7378
SRVKP-744 - fix: Pipelinerun name format in incoming webhook docs (#2047)
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.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.33.1/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-33-1.pipelines-as-code.pages.dev
Changelog
- 9deac10: Backport fixes for 0.33.x (@chmouel)
- 87a1d49: Release yaml generated from d51c912 for release v0.33.0 ( <>)
- 7637021: Update golangci-lint to 2.0 (@chmouel)
- 0035d33: fix: Fixed PipelineRun triggering on PR closed (@zakisk)
- 9e75be6: fix: Fixed flakiness in TestGitlabCancelInProgressOnPRClose test (@zakisk)
- cb03b88: fix: Parse GitLab API URL during SetClient setup (@chmouel)
- 2db3d83: fix: PipelineRun cancel-in-progress issue when generateName is used (@zakisk)
- 7b503a4: fix: Pipelinerun name format in incoming webhook docs (@PuneetPunamiya)
- ec5971b: fix: Triggering PipelineRun on label addition in Github PRs (@zakisk)
- a714601: refactor: Refine cancellation event reason (@chmouel)