Skip to content

v0.39.4

Choose a tag to compare

@osp-pac osp-pac released this 29 Jan 15:14
· 161 commits to main since this release
Immutable release. Only release title and notes can be modified.
8dd8542

Pipelines as Code version v0.39.4

OpenShift Pipelines as Code v0.39.4 has been released 🥳

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

Kubernetes

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

Documentation

The documentation for this release is available here :

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

Changelog

  • 798eba6: Release yaml generated from 6043174 for release v0.39.3 ( <>)
  • 8dd8542: fix(bitbucketcloud): optimize commit info fetch (@zakisk)
  • afb202b: fix: Enforce mandatory webhook secret for GitLab validation (@chmouel)