v0.37.2
·
102 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Pipelines as Code version v0.37.2
OpenShift Pipelines as Code v0.37.2 has been released 🥳
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.37.2/release.yamlKubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.37.2/release.k8s.yamlDocumentation
The documentation for this release is available here :
https://release-v0-37-2.pipelines-as-code.pages.dev
Changes Since v0.37.1
🐛 Bug Fixes
- Prevented a potential nil pointer panic in EventEmitter, improving runtime stability and reliability. (#2311)
Changelog
- 23eee70: Release yaml generated from eb0d9b1 for release v0.37.1 ( <>)
- 3725c38: chore(goreleaser): use binaries field in homebrew (@theakshaypant)
- 8195b9d: fix: delete go build tag for CI (@zakisk)
- 5fbebdf: fix: prevent nil pointer panic in EventEmitter (@chmouel)
- ac8e45c: refactor: Migrate build tags from +build to //go:build directives (@chmouel)