Skip to content

v0.24.0

Compare
Choose a tag to compare
@osp-pac osp-pac released this 05 Feb 14:01
· 286 commits to main since this release

Pipelines as Code version v0.24.0

OpenShift Pipelines as Code v0.24.0 has been released 🥳

This major release introduce new features among bugfixes, testing and docs.

  • Add support for fetching pipeline from hub in annotation: PAC now supports fetching pipeline from hub if specified with annotation pipelinesascode.tekton.dev/pipeline. Only one annotation can be provided and can specify the version of pipeline custom hub just same like task. PR

  • Removed duplicate filed from changed file: Now changed files will not contain the duplicate name if same file is changed in multiple commits. PR

  • Fix data race while using multiple PAC controller. PR

  • Validate the length of secret name conforming to k8s rules. PR

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

Kubernetes

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

Documentation

The documentation for this release is available here :

https://docs.pipelinesascode.com/v0.24.0/

Changelog