Skip to content

v0.28.1

Compare
Choose a tag to compare
@osp-pac osp-pac released this 31 Oct 16:23
· 450 commits to main since this release

Pipelines as Code version v0.28.1

Pipelines as Code bugfix release

Changes

  • Bug Fixes
    • [Bitbucket] Token Validation: Ensure the token is valid before proceeding with the rest of the code. @chmouel
    • [Bitbucket] Error Handling: Fixed a crash when the Bitbucket Server payload is missing required fields. @chmouel
    • [GitLab] Pagination: Introduced keyset pagination for GitLab tests, ensuring handling of more than 20 .tekton/ files. @ralphbean
    • [GitLab] PAC Controller Panic: Fixed a panic in the PAC controller when handling empty commits and during tag delete events in GitLab. @zakisk
  • [Gitlab] Change Message to Title in event.SHATitle field @zakisk
  • [Concurrency] Fix overriding retry settings in PatchPipelineRun @chmouel
  • [Concurrency] fix watcher queue initialisation on concurrency @chmouel
  • [cli] Fix tkn pac create repo when outside git repo @chmouel

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

Kubernetes

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

Documentation

The documentation for this release is available here :

https://release-v0-28-1.pipelines-as-code.pages.dev

Full Changelog

Full Changelog: v0.28.0...v0.28.1