Skip to content

0.2

Compare
Choose a tag to compare
@chmouel chmouel released this 09 Aug 14:28
· 2587 commits to main since this release

⭐ 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/ to pipelinesascode.tekton.dev/event
  • Renamed most labels to make more sense.