v0.22.6
Pipelines as Code version v0.22.6
OpenShift Pipelines as Code v0.22.6 has been released 🥳
This minor release addresses the issue regarding the images are not available in previous release:
- Fix Dockerfile not getting build #1539
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.22.6/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.6/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-22-6.pipelines-as-code.pages.dev
Changelog
- 82e3146: Fix Dockerfile build (@piyush-garg)
- 61dcdf9: Release yaml generated from efd7828 for release v0.22.5 (@)