You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenShift Pipelines as Code v0.29.0 has been released 🥳
This version bring many fixes and performances improvement.
Performance and Metrics Enhancements
New metrics added to monitor pipeline run durations and active runs,
improving observability.
Git Provider Improvements
Fixed issues with GitLab handling for over 20 files in .tekton/.
Enhanced GitLab pagination for improved handling of merge request diffs.
Improved error handling and fixed crashes for invalid Bitbucket payloads.
Bitbucket Server fixes
Fixed panic issues in the PAC controller when dealing with empty commits
and tag deletion events on GitLab.
Addressed pipeline variable resolution issues on Bitbucket Server.
Ensure Git authentication token validity before processing to prevent
security risks.
Bitbucket Cloud fixes
Fixed tag reference issues on Bitbucket Cloud.
Concurrency
Enhanced handling of concurrency, including the Watcher queue
initialization and failure continuation. Watcher used to fail and not being
able to process other PipelineRun when a failure was occurring when starting
the PipelineRun (on for example on a busy server). This now has been fixed.
Documentation and Usability Updates
Various minor fixes, including typo corrections, markdown linting, and
installation guidance improvements.
Bumped versions for dependencies such as docker/build-push-action and jwt,
improving security and compatibility.
Installation
To install this version you can install the release.yaml with kubectl for your platform :
Pipelines as Code version v0.29.0
OpenShift Pipelines as Code v0.29.0 has been released 🥳
This version bring many fixes and performances improvement.
Performance and Metrics Enhancements
improving observability.
Git Provider Improvements
Bitbucket Server fixes
and tag deletion events on GitLab.
security risks.
Bitbucket Cloud fixes
Concurrency
initialization and failure continuation. Watcher used to fail and not being
able to process other PipelineRun when a failure was occurring when starting
the PipelineRun (on for example on a busy server). This now has been fixed.
Documentation and Usability Updates
installation guidance improvements.
improving security and compatibility.
Installation
To install this version you can install the release.yaml with
kubectl
for your platform :OpenShift
Kubernetes
Documentation
The documentation for this release is available here :
https://release-v0-29-0.pipelines-as-code.pages.dev
Changelog
What's Changed
New Contributors
Full Changelog: v0.28.0...v0.29.0
https://github.com/openshift-pipelines/pipelines-as-code/releases/tag/v0.29.0
The text was updated successfully, but these errors were encountered: