Skip to content

v0.39.7

Choose a tag to compare

@tekton-pac-bot tekton-pac-bot released this 09 Jun 18:31
· 386 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.39.7
aec194e

Pipelines as Code version v0.39.7

OpenShift Pipelines as Code v0.39.7 has been released 🥳

This release exclusively contains the fix for duplicate repository CR creation (aec194e)

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

Kubernetes

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

Documentation

The documentation for this release is available here :

https://release-v0-39-7.pipelines-as-code.pages.dev

Changelog

  • 27f3ec4: Release yaml generated from af48fc8 for release v0.39.6 ( <>)
  • aec194e: fix(webhook): prevent duplicate repository CR on trailing slash (@zakisk)