Skip to content

0.8.0

Compare
Choose a tag to compare
@chmouel chmouel released this 17 May 13:02
· 1635 commits to main since this release
79e6111

OpenShift Pipelines As Code version 0.8.0

We are thrilled to announce the release of Pipelines as Code 0.8.0 🥳

This release brings new features and many more improvements. The highlights are :

  • tkn-pac repo delete command which will allow you to delete a Repository CR and its associated secrets
  • Support of /test <pipelineRun-name> command which will trigger a specific pipelineRun from the git repository
    test-pr
  • Adds Gitea Support (limited Support) for dev and offline demo. Please checkout the documentation here

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/0.8.0/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/0.8.0/release.k8s.yaml

Documentation

documentation is available here :

https://pipelinesascode.com

Changelog