0.10.0
OpenShift Pipelines version 0.10.0
OpenShift Pipelines as Code patch version 0.10.0 has been released.
This release add setup-webhook cli command for github, bitbucket-cloud, gitlab providers among other bug fixes for Openshift Pipelines 1.8 release.
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/0.10.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/0.10.0/release.k8s.yaml
Documentation
documentation is available here :
Changelog
- f841bfc: Add clusterrole for nonadmin user to access repository (@sm43)
- cbbeb11: Add link to nightly documentation (@chmouel)
- 6a9157b: Add pipelinerun templates for different runtime (@sm43)
- 55e23fc: Adds setup bitbucket-cloud-webhook command (@sm43)
- 1675b81: Adds setup github-webhook command (@sm43)
- e82e6b5: Adds setup gitlab-webhook command (@sm43)
- b7f13d5: Operator needs same template name everywhere (@chmouel)
- c18677d: Update docs for setup github webhook cmd (@sm43)
- 04da04f: Use Pipelinerun templates in pac generate command (@chmouel)
- 4d9e658: add some tests for kubeinteraction and wait (@chmouel)
- 9e3d776: cleanup unnecessary code and addresses comments (@sm43)
- 1db2d56: decouple webhook configuration from repo create command (@sm43)