Skip to content

v0.11.0

Compare
Choose a tag to compare
@chmouel chmouel released this 18 Jul 07:12
· 1483 commits to main since this release
ed0769b

OpenShift Pipelines version v0.11.0

OpenShift Pipelines as Code patch version v0.11.0 has been released 🥳

  • You are now able to set a concurrency limit in the Repository CRD to limit the number of PipelineRun by Repository. documentation (preview feature)
  • We now have a new command tkn pac logs to let user to show the logs of the latest run belonging to a repository.
  • Starting from this release Pipelines as Code now uses semver versioning adding a v to its tags.

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/v0.11.0/release.yaml

Kubernetes

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

Documentation

documentation is available here :

https://pipelinesascode.com

Changelog