0.5.2
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
- Add tkn pac bootstrap github-app by @chmouel in #368
- Add release helper to help releasing by @chmouel in #369
- Update cli.md by @Swilvan in #370
- make sure to warn when we have self encrypted ssl certs on route by @chmouel in #372
- Add Pipelinerun as Code typical Github PR flow by @chmouel in #373
- Improve workflow image with more details by @chmouel in #375
- Another improvement on the flow image by @chmouel in #376
- Revert "Another improvement on the flow image" by @chmouel in #377
- fixes typos in repo command alias and docs by @sm43 in #378
- Fixes annotation bug which used to err out on string value by @sm43 in #379
- Add pull request template by @chmouel in #380
- Verify Pipelines is installed before installing PaC by @guillaumerose in #382
- Check both unknown CA and bad certificate by @guillaumerose in #383
- Another day another flow update by @chmouel in #384
- Add defaults config for tkn-pc resolv by @guillaumerose in #386
- Add release version label to all resources by @chmouel in #388
New Contributors
- @Swilvan made their first contribution in #370
- @sm43 made their first contribution in #378
- @guillaumerose made their first contribution in #382
Full Changelog: 0.5.1...0.5.2