0.2
⭐ Pipelines as Code version 0.2 ⭐
Pipelines as Code version 0.2
has been released 🥳
To install this version you can just do :
VERSION=0.2
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-$VERSION/release-$VERSION.yaml
and make sure you follow the setup documentation :
https://github.com/openshift-pipelines/pipelines-as-code/tree/main/INSTALL.md
Changelog
Enhancement ✨
- Add
sha_url
to repository status and annotation
pipelinesascode.tekton.dev/sha-url
. This let you view the SHA from the VCS where the payload come from. - Add
sha_title
to repository status and annotation
pipelinesascode.tekton.dev/sha-title
. This gives you the title of the commit that gets tested.
Fixes 🐛
- Rename all prefixed labels from
tekton.dev/
topipelinesascode.tekton.dev/event
- Renamed most labels to make more sense.