v0.11.0
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 :
Changelog
- d45496e: Add tkn pac logs to show logs of a repo directly (@chmouel)
- 8fa4b30: Adds configuration to suppress warnings for controller (@sm43)
- 675b318: Detect pac installation by CRD and namespace by configmap (@sm43)
- 2142dba: Fix incoming webhook with github apps (@chmouel)
- 99ce350: Implements Concurrency (@jonhen)
- 13c5554: Update README getting started sample. (@chmouel)
- f5b2bef: Update all dependencies execpt k8 tekton (@chmouel)
- dfe4930: Update docs and screenshot for GitHub (@sm43)
- a6c092f: Update tekton to 0.37 (@chmouel)
- cec44bc: Updates docs for pipelines version requirement (@sm43)
- 73ed692: add test for log command (@chmouel)
- f291530: remove openshift routes apiGroup on k8s (@chmouel)
- 4d3f270: update golangci-lint to latest (@chmouel)