Skip to content

v0.27.0

Compare
Choose a tag to compare
@osp-pac osp-pac released this 06 May 15:20
· 169 commits to main since this release

Pipelines as Code version v0.27.0

OpenShift Pipelines as Code v0.27.0 has been released 🥳

This is a major release with new features and usual bugfix and refactoring.

  • Add support for global repository as a fallback to other repository
    setting. Doc - PR Jira SRVKP-4425 SRVKP-4069
  • Add a subset support for OWNERS_ALIASES Doc - PR Jira SRVKP-3251
  • Fix a panic in the watcher panic with pending runs, concurrency not set PR - Jira SRVKP-4499
  • Our dogfooding Pipelines-as-Code cluster is now running Arm64 and is now nightly tested on this platform and we are now using stepactions and tekton-caches for our internal caching (see our tekton directory for examples)
  • Fix checkrun status issue 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.27.0/release.yaml

Kubernetes

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

Documentation

The documentation for this release is available here :

https://release-v0-27-0.pipelines-as-code.pages.dev

Changelog