Skip to content

v0.32.0

Latest
Compare
Choose a tag to compare
@osp-pac osp-pac released this 21 Jan 10:35
· 11 commits to main since this release

OpenShift Pipelines as Code v0.32.0

OpenShift Pipelines as Code v0.32.0 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.32.0/release.yaml

Kubernetes

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

Documentation

The documentation for this release is available here :

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

What’s New?

πŸš€ Features

  • Add support for GitOps comments on Push commits. #1638
  • Auto-cancel PipelineRuns on PR close. #1867

πŸ› οΈ Fixes

  • Set EventType for push event in ParsePayload of Bitbucket server. #1891
  • Fixed gitlab parse_payload_test issue. #1890
  • Resolved status update issue for GitLab instances with relative paths. #1881
  • Fixed black formatting errors in deploy.py. #1884

πŸ”§ Dependency Updates

  • Bump ko-build/setup-ko from 0.7 to 0.8. #1889
  • Bump docker/build-push-action from 6.10.0 to 6.12.0. #1888

πŸ“ Documentation

  • Corrected typos and improved readability. #1880

πŸ§ͺ Testing

  • Configured E2E test setup on PAC for bitbucket server. #1820

❇ Miscellaneous

  • Updated pull request submit template. #1885

πŸ“Š Summary

Category Count
πŸš€ Features 2
πŸ› οΈ Fixes 4
πŸ”„ Refactors 0
πŸ”§ Dependency Updates 2
πŸ“ Documentation 1
πŸ§ͺ Testing 1
❇ Misc 1

Full Changelog

Full Changelog: v0.31.0...v0.32.0