Skip to content

0.5.2

Compare
Choose a tag to compare
@chmouel chmouel released this 08 Dec 16:40
· 1739 commits to main since this release
0.5.2
2cb8daf

OpenShift Pipelines as Code 0.5.2

  • OpenShift Pipelines as Code version 0.5.2 is a minor release fixing a bug where simple annotations like those ones :
    pipelinesascode.tekton.dev/on-event: "push"

would not work while the array type ["push", "pul_request"] would work.

additionally we have added those features :

  • We now detect if the route URL when creating the github app have a self signed certificate and warn user about it to modify the github app setting.

  • We have added a new tkn pac bootstrap github-app alias to directly created a Github Application without installing Pipelines as Code

  • We have a documentation update with a flow chart of a typycal Pull Request from Github running with Piplines as Code https://github.com/openshift-pipelines/pipelines-as-code/blob/main/docs/flow.md

To install or update to 0.5.2 you simply need to

kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-0.5.2/release-0.5.2.yaml

and make sure you follow the setup documentation :

https://github.com/openshift-pipelines/pipelines-as-code/blob/release-0.5.2/docs/install.md

What's Changed

New Contributors

Full Changelog: 0.5.1...0.5.2