v0.37.6
·
441 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Pipelines as Code version v0.37.6
OpenShift Pipelines as Code v0.37.6 has been released 🥳
This is bug fix release, notably fixes custom hub catalog type fdb94dc
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.6/release.yamlKubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.37.6/release.k8s.yamlDocumentation
The documentation for this release is available here :
https://release-v0-37-6.pipelines-as-code.pages.dev
Changelog
- 3d67567: Release yaml generated from 02cb1b7 for release v0.37.5 ( <>)
- 43a77aa: fix: decrease catalog count to fix unit tests (@zakisk)
- 1936d60: fix: exclude python lib md files from lint-md (@zakisk)
- cc39105: fix: markdownlint error happening due to new version (@zakisk)
- fdb94dc: fix: set the correct custom hub catalog type (@pratap0007)
- 273cac7: refactor: reenable prealloc and fix it properly (@chmouel)