Releases: openshift-pipelines/pipelines-as-code
0.3
π« Pipelines as Code version 0.3 π«
OpenShift Pipelines as Code version 0.3 has been released π₯³
This is compatible with at least OpenShift Pipelines 1.6 (shipped with OpenShift 4.8.x) and with Triggers version 0.13
To install this version you can just do :
OpenShift
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-0.3/release-0.3.yamlKubernetes
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-0.3/release-0.3.k8s.yamland make sure you follow the setup documentation :
https://github.com/openshift-pipelines/pipelines-as-code/tree/0.3/INSTALL.md
Changelog
Enhancement β¨
- Automatically create a secret with the github token generated from the github app so users can access private repositories to use. See documentation : https://github.com/openshift-pipelines/pipelines-as-code#private-repositories.
- Added the Route auto creation in release.yaml, providing a release.k8s.yaml for non openshift pure kubernetes cluster.
- Migrate to latest triggers syntax (>0.13) which makes OpenShift Pipelines 4.8 a requirement and Trigger 0.13 the minmal requirements.
- Updated Install instruction to make it a bit more clear.
Bugfixes π
- A lot of bugfixes and increase robustness with a new E2E testsuite running on GHE.
CONTRIBUTORS π ππ»
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.yamland make sure you follow the setup documentation :
https://github.com/openshift-pipelines/pipelines-as-code/tree/main/INSTALL.md
Changelog
Enhancement β¨
- Add
sha_urlto 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_titleto 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.
0.1
OpenShift Pipelines version 0.1
OpenShift Pipelines as Code version has been released π₯³
To install this version you can just do :
kubectl apply -f https://raw.githubusercontent.com/openshift-pipelines/pipelines-as-code/release-0.1/release-0.1.yamland make sure you follow the setup documentation :
https://github.com/openshift-pipelines/pipelines-as-code/tree/main/INSTALL.md
Changelog
First release of pipelines as code