Skip to content

0.3

Compare
Choose a tag to compare
@chmouel chmouel released this 16 Sep 12:16
· 2098 commits to main since this release

πŸ’« 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.yaml

Kubernetes

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

and 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 πŸ™ πŸ™‡πŸ»